This is the mail archive of the libc-alpha@sources.redhat.com mailing list for the glibc project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

ISO-8859-16 charmap update



Here is an update for the ISO-8859-16 charmap and iconv converter.
The ISO-8859-16 charmap we currently use comes from an ISO draft from
January 2000. In February 2001, the standard was finalized and slightly
modified. See http://..........


2001-11-21  Bruno Haible  <bruno@clisp.org>

	* charmaps/ISO-8859-16: Swap 0xa5 and 0xab entries.

--- glibc-20011110/localedata/charmaps/ISO-8859-16.bak	Mon Jul  3 16:45:16 2000
+++ glibc-20011110/localedata/charmaps/ISO-8859-16	Mon Nov 19 02:30:33 2001
@@ -172,13 +172,13 @@
 <U0105>     /xa2         LATIN SMALL LETTER A WITH OGONEK
 <U0141>     /xa3         LATIN CAPITAL LETTER L WITH STROKE
 <U20AC>     /xa4         EURO SIGN
-<U00AB>     /xa5         LEFT-POINTING DOUBLE ANGLE QUOTATION MARK
+<U201E>     /xa5         DOUBLE LOW-9 QUOTATION MARK
 <U0160>     /xa6         LATIN CAPITAL LETTER S WITH CARON
 <U00A7>     /xa7         SECTION SIGN
 <U0161>     /xa8         LATIN SMALL LETTER S WITH CARON
 <U00A9>     /xa9         COPYRIGHT SIGN
 <U0218>     /xaa         LATIN CAPITAL LETTER S WITH COMMA BELOW
-<U201E>     /xab         DOUBLE LOW-9 QUOTATION MARK
+<U00AB>     /xab         LEFT-POINTING DOUBLE ANGLE QUOTATION MARK
 <U0179>     /xac         LATIN CAPITAL LETTER Z WITH ACUTE
 <U00AD>     /xad         SOFT HYPHEN
 <U017A>     /xae         LATIN SMALL LETTER Z WITH ACUTE


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]