Hi Bruno,

 I've just found that xc/lib/X11/lcUniConv/ksc5601.h had not been
updated to reflect the change made in the standard at the end of 1998.
Could you update it in both XF86 and libiconv? I thought you had already
done that  in libiconv because two characters had been added to glibc
2.2.x. They are:

        U+20AC at row 2, column 70 (0x2266)
        U+00AE at row 2, column 71 (0x2267)

KSX1001.TXT.gz and JOHAB.TXT.gz at http://jshin.net/faq/ have been
updated to reflect this change. Most Korean truetype fonts have
these two characters added so that fonts 'dervied' from them
should have them as well. Perhaps, I have to draw two characters
and add them to Daewoo fonts shipped with XFree86.

  I've already submitted patches for font encoding files (used
by freetype module) and conversion tables used by X-TrueType module to
[EMAIL PROTECTED] (they're fixes seq. A.895 and A.988) I was about to
do the same for ksc5601.h but according to README file, I have to send
this to you.

  Thank you,

   Jungshik

Enc.: patch

----------Cut-------Here--------------------------------------------
Index: ksc5601.h
===================================================================
RCS file: /cvs/xc/lib/X11/lcUniConv/ksc5601.h,v
retrieving revision 1.4
diff -u -r1.4 ksc5601.h
--- ksc5601.h   2001/08/09 19:14:09     1.4
+++ ksc5601.h   2002/04/19 02:16:06
@@ -27,7 +27,7 @@
   0x25a8, 0x25a7, 0x25a6, 0x25a9, 0x2668, 0x260f, 0x260e, 0x261c,
   0x261e, 0x00b6, 0x2020, 0x2021, 0x2195, 0x2197, 0x2199, 0x2196,
   0x2198, 0x266d, 0x2669, 0x266a, 0x266c, 0x327f, 0x321c, 0x2116,
-  0x33c7, 0x2122, 0x33c2, 0x33d8, 0x2121, 0xfffd, 0xfffd, 0xfffd,
+  0x33c7, 0x2122, 0x33c2, 0x33d8, 0x2121, 0x20AC, 0x00AE, 0xfffd,
   0xfffd, 0xfffd, 0xfffd, 0xfffd, 0xfffd, 0xfffd, 0xfffd, 0xfffd,
   0xfffd, 0xfffd, 0xfffd, 0xfffd, 0xfffd, 0xfffd, 0xfffd, 0xfffd,
   0xfffd, 0xfffd, 0xfffd, 0xfffd, 0xfffd, 0xfffd,
--------------Cut-----------Here----------------------------------

_______________________________________________
I18n mailing list
[EMAIL PROTECTED]
http://XFree86.Org/mailman/listinfo/i18n

Reply via email to