summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDaniel Veillard <veillard@src.gnome.org>2006-02-14 09:17:23 +0000
committerDaniel Veillard <veillard@src.gnome.org>2006-02-14 09:17:23 +0000
commita29aca1819ff59a7c6e57429e3c73cc825153d00 (patch)
treefb8b0cbeb3c91ade5898a083a8169d42ab326642
parentfc011b7fb895ed3b43f6c2e5b7a6fbfc078da349 (diff)
downloadlibxml2-a29aca1819ff59a7c6e57429e3c73cc825153d00.tar.gz
Remove a deprecated paragraph on internal encoding, daniel
-rw-r--r--doc/encoding.html13
-rw-r--r--doc/xml.html15
2 files changed, 1 insertions, 27 deletions
diff --git a/doc/encoding.html b/doc/encoding.html
index 47171f70..310c9ba4 100644
--- a/doc/encoding.html
+++ b/doc/encoding.html
@@ -203,15 +203,4 @@ xmlNewCharEncodingHandler(name, xxxToUTF8, UTF8Toxxx), and they will be
called automatically if the parser(s) encounter such an encoding name
(register it uppercase, this will help). The description of the encoders,
their arguments and expected return values are described in the encoding.h
-header.</p><p>A quick note on the topic of subverting the parser to use a different
-internal encoding than UTF-8, in some case people will absolutely want to
-keep the internal encoding different, I think it's still possible (but the
-encoding must be compliant with ASCII on the same subrange) though I didn't
-tried it. The key is to override the default conversion routines (by
-registering null encoders/decoders for your charsets), and bypass the UTF-8
-checking of the parser by setting the parser context charset
-(ctxt-&gt;charset) to something different than XML_CHAR_ENCODING_UTF8, but
-there is no guarantee that this will work. You may also have some troubles
-saving back.</p><p>Basically proper I18N support is important, this requires at least
-libxml-2.0.0, but a lot of features and corrections are really available only
-starting 2.2.</p><p><a href="bugs.html">Daniel Veillard</a></p></td></tr></table></td></tr></table></td></tr></table></td></tr></table></td></tr></table></body></html>
+header.</p><p><a href="bugs.html">Daniel Veillard</a></p></td></tr></table></td></tr></table></td></tr></table></td></tr></table></td></tr></table></body></html>
diff --git a/doc/xml.html b/doc/xml.html
index 6ecd81cf..e7e75b05 100644
--- a/doc/xml.html
+++ b/doc/xml.html
@@ -3575,21 +3575,6 @@ called automatically if the parser(s) encounter such an encoding name
their arguments and expected return values are described in the encoding.h
header.</p>
-<p>A quick note on the topic of subverting the parser to use a different
-internal encoding than UTF-8, in some case people will absolutely want to
-keep the internal encoding different, I think it's still possible (but the
-encoding must be compliant with ASCII on the same subrange) though I didn't
-tried it. The key is to override the default conversion routines (by
-registering null encoders/decoders for your charsets), and bypass the UTF-8
-checking of the parser by setting the parser context charset
-(ctxt-&gt;charset) to something different than XML_CHAR_ENCODING_UTF8, but
-there is no guarantee that this will work. You may also have some troubles
-saving back.</p>
-
-<p>Basically proper I18N support is important, this requires at least
-libxml-2.0.0, but a lot of features and corrections are really available only
-starting 2.2.</p>
-
<h2><a name="IO">I/O Interfaces</a></h2>
<p>Table of Content:</p>