mirror of
https://github.com/GNOME/libxml2.git
synced 2025-03-19 18:50:25 +08:00
Link to Tim Bray's blog about Unicode, daniel
This commit is contained in:
parent
c00cda8c06
commit
238836e88d
@ -107,6 +107,9 @@ A:link, A:visited, A:active { text-decoration: underline }
|
||||
support</a></li>
|
||||
</ol>
|
||||
<h3><a name="What">What does internationalization support mean ?</a></h3>
|
||||
<p>If you are not really familiar with Internationalization (usual shorcut is
|
||||
I18N) , Unicode, characters and glyphs, I suggest you read a <a href="http://www.tbray.org/ongoing/When/200x/2003/04/06/Unicode">presentation</a>
|
||||
by Tim Bray on Unicode and why you should care about it.</p>
|
||||
<p>XML was designed from the start to allow the support of any character set
|
||||
by using Unicode. Any conformant XML parser has to support the UTF-8 and
|
||||
UTF-16 default encodings which can both express the full unicode ranges. UTF8
|
||||
|
@ -2465,6 +2465,11 @@ of a number of things:</p>
|
||||
|
||||
<h3><a name="What">What does internationalization support mean ?</a></h3>
|
||||
|
||||
<p>If you are not really familiar with Internationalization (usual shorcut is
|
||||
I18N) , Unicode, characters and glyphs, I suggest you read a <a
|
||||
href="http://www.tbray.org/ongoing/When/200x/2003/04/06/Unicode">presentation</a>
|
||||
by Tim Bray on Unicode and why you should care about it.</p>
|
||||
|
||||
<p>XML was designed from the start to allow the support of any character set
|
||||
by using Unicode. Any conformant XML parser has to support the UTF-8 and
|
||||
UTF-16 default encodings which can both express the full unicode ranges. UTF8
|
||||
@ -2909,6 +2914,7 @@ xmlOutputBufferCreateOwn(FILE *file, xmlCharEncodingHandlerPtr encoder) {
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
} </pre>
|
||||
|
@ -268,6 +268,7 @@ xmlOutputBufferCreateOwn(FILE *file, xmlCharEncodingHandlerPtr encoder) {
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
} </pre>
|
||||
|
Loading…
x
Reference in New Issue
Block a user