From 238836e88dc9ad37a680f0a29e6194cd30179af3 Mon Sep 17 00:00:00 2001 From: Daniel Veillard Date: Mon, 7 Apr 2003 22:57:29 +0000 Subject: [PATCH] Link to Tim Bray's blog about Unicode, daniel --- doc/encoding.html | 3 +++ doc/xml.html | 6 ++++++ doc/xmlio.html | 1 + 3 files changed, 10 insertions(+) diff --git a/doc/encoding.html b/doc/encoding.html index 8c862851..358eb6d3 100644 --- a/doc/encoding.html +++ b/doc/encoding.html @@ -107,6 +107,9 @@ A:link, A:visited, A:active { text-decoration: underline } support

What does internationalization support mean ?

+

If you are not really familiar with Internationalization (usual shorcut is +I18N) , Unicode, characters and glyphs, I suggest you read a presentation +by Tim Bray on Unicode and why you should care about it.

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 diff --git a/doc/xml.html b/doc/xml.html index f346f663..05ddbfb5 100644 --- a/doc/xml.html +++ b/doc/xml.html @@ -2465,6 +2465,11 @@ of a number of things:

What does internationalization support mean ?

+

If you are not really familiar with Internationalization (usual shorcut is +I18N) , Unicode, characters and glyphs, I suggest you read a presentation +by Tim Bray on Unicode and why you should care about it.

+

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) { + } diff --git a/doc/xmlio.html b/doc/xmlio.html index c97baea0..fe42bd41 100644 --- a/doc/xmlio.html +++ b/doc/xmlio.html @@ -268,6 +268,7 @@ xmlOutputBufferCreateOwn(FILE *file, xmlCharEncodingHandlerPtr encoder) { + }