1
0
mirror of https://gitlab.gnome.org/GNOME/libxml2.git synced 2025-03-11 12:58:16 +03:00

Fixed typo pointed out by S.-H. Zimmermann, Daniel

This commit is contained in:
Daniel Veillard 2003-12-23 16:47:44 +00:00
parent ab1cedad0a
commit 49bcb3a8ef
2 changed files with 2 additions and 2 deletions

View File

@ -15,7 +15,7 @@ A:link, A:visited, A:active { text-decoration: underline }
<li><a href="encoding.html#Default">Default supported encodings</a></li>
<li><a href="encoding.html#extend">How to extend the existing
support</a></li>
</ol><h3><a name="What" id="What">What does internationalization support mean ?</a></h3><p>If you are not really familiar with Internationalization (usual shorcut is
</ol><h3><a name="What" id="What">What does internationalization support mean ?</a></h3><p>If you are not really familiar with Internationalization (usual shortcut 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

View File

@ -2748,7 +2748,7 @@ 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
<p>If you are not really familiar with Internationalization (usual shortcut 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>