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]

Adding missing symbols to the ISO-10646 charmap?


The ISO-10646 charmap is missing some symbols.  The missing EURO sign
is the reason I had a look, but I noticed several other neighbour
characters alsy missing.

The problem I ran into is what to put in the first column.  Is the
'<Li>' text used anywhere?  Is there a list of known codes I need to
use?  What should I use instead of foo, bar and baz in the patch
below?

Index: ISO_10646
===================================================================
RCS file: /cvs/glibc/libc/localedata/charmaps/ISO_10646,v
retrieving revision 1.2
diff -u -3 -p -u -r1.2 ISO_10646
--- ISO_10646   15 Aug 1999 21:04:51 -0000      1.2
+++ ISO_10646   15 Apr 2003 19:39:44 -0000
@@ -1101,6 +1101,9 @@ CHARMAP
 <Li>   /x20/xA4        LIRA SIGN
 <Pt>   /x20/xA7        PESETA SIGN
 <W=>   /x20/xA9        WON SIGN
+<foo>   /x20/xAA        NEW SHEQEL SIGN
+<bar>   /x20/xAB        DONG SIGN
+<baz>   /x20/xAC        EURO SIGN
 <oC>   /x21/x03        DEGREE CELSIUS
 <co>   /x21/x05        CARE OF
 <oF>   /x21/x09        DEGREE FAHRENHEIT

The reason I checked this out in the first place was
<URL:http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=185894>,
reporting problems generating 'en_GB.ISO-10646'.  I plan to make sure
ISO-10646 contains all the characters in ISO-8859-15, and expect this
to fix the reported problem.


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