monetdef/msgdef/numericdef fixes for zh_* locales

2001-02-17 Thread Jing-Tang Keith Jang

-current's zh_TW.Big5 and zh_CN.EUC are both broken due to
the lack of LC_MESSAGES, LC_MONETARY, and LC_NUMERIC files.
Can anybody with src/ commit bit send in the attached patch,
so apps like perl or gtk can function as before?

Thanks.
-- 
Less facilities, more enjoyment.


--- ./share/monetdef/zh_CN.EUC.src.orig Sat Feb 17 15:38:55 2001
+++ ./share/monetdef/zh_CN.EUC.src  Sat Feb 17 14:33:17 2001
@@ -0,0 +1,35 @@
+#
+# WARNING: spaces may be essential at the end of lines
+# WARNING: empty lines are essential too
+#
+# int_curr_symbol
+CNY
+# currency_symbol
+$
+# mon_decimal_point
+.
+# mon_thousands_sep
+,
+# mon_grouping, separated by ;
+3;3
+# positive_sign
+
+# negative_sign
+-
+# int_frac_digits
+0
+# frac_digits
+0
+# p_cs_precedes
+1
+# p_sep_by_space
+0
+# n_cs_precedes
+1
+# n_sep_by_space
+0
+# p_sign_posn
+1
+# n_sign_posn
+4
+# EOF
--- ./share/monetdef/zh_TW.Big5.src.origSat Feb 17 15:38:55 2001
+++ ./share/monetdef/zh_TW.Big5.src Sat Feb 17 14:28:47 2001
@@ -0,0 +1,35 @@
+#
+# WARNING: spaces may be essential at the end of lines
+# WARNING: empty lines are essential too
+#
+# int_curr_symbol
+TWD
+# currency_symbol
+$
+# mon_decimal_point
+.
+# mon_thousands_sep
+,
+# mon_grouping, separated by ;
+3;3
+# positive_sign
+
+# negative_sign
+-
+# int_frac_digits
+0
+# frac_digits
+0
+# p_cs_precedes
+1
+# p_sep_by_space
+0
+# n_cs_precedes
+1
+# n_sep_by_space
+0
+# p_sign_posn
+1
+# n_sign_posn
+4
+# EOF
--- ./share/monetdef/Makefile.orig  Sat Feb 17 15:39:02 2001
+++ ./share/monetdef/Makefile   Sat Feb 17 14:33:55 2001
@@ -23,7 +23,9 @@
ru_RU.KOI8-R \
sv_SE.ISO_8859-1 \
ko_KR.EUC \
-   ja_JP.EUC
+   ja_JP.EUC \
+   zh_TW.Big5 \
+   zh_CN.EUC
 
 LOCALEDIR=  ${DESTDIR}/usr/share/locale
 
--- ./share/msgdef/zh_CN.EUC.src.orig   Sat Feb 17 15:39:08 2001
+++ ./share/msgdef/zh_CN.EUC.srcSat Feb 17 15:01:24 2001
@@ -0,0 +1,9 @@
+#
+# WARNING: spaces may be essential at the end of lines
+# WARNING: empty lines are essential too
+#
+# yesexpr
+^[yYsS].*
+# noexpr
+^[nN].*
+# EOF
--- ./share/msgdef/zh_TW.Big5.src.orig  Sat Feb 17 15:39:08 2001
+++ ./share/msgdef/zh_TW.Big5.src   Sat Feb 17 14:48:05 2001
@@ -0,0 +1,9 @@
+#
+# WARNING: spaces may be essential at the end of lines
+# WARNING: empty lines are essential too
+#
+# yesexpr
+^[yYsS].*
+# noexpr
+^[nN].*
+# EOF
--- ./share/msgdef/Makefile.origSat Feb 17 15:39:19 2001
+++ ./share/msgdef/Makefile Sat Feb 17 15:02:58 2001
@@ -18,7 +18,9 @@
ru_RU.KOI8-R \
sv_SE.ISO_8859-1 \
ko_KR.EUC \
-   ja_JP.EUC
+   ja_JP.EUC \
+   zh_TW.Big5 \
+   zh_CN.EUC
 
 ENGLISH=   en_US.ISO_8859-1
 ENGLISHLINKS=  en_AU.ISO_8859-1 en_CA.ISO_8859-1 en_GB.ISO_8859-1 \
--- ./share/numericdef/zh_TW.Big5.src.orig  Sat Feb 17 15:38:27 2001
+++ ./share/numericdef/zh_TW.Big5.src   Sat Feb 17 15:03:46 2001
@@ -0,0 +1,11 @@
+#
+# WARNING: spaces may be essential at the end of lines
+# WARNING: empty lines are essential too
+#
+# decimal_point
+.
+# thousands_sep
+,
+# grouping, separated by ;
+3;3
+# EOF
--- ./share/numericdef/zh_CN.EUC.src.orig   Sat Feb 17 15:38:31 2001
+++ ./share/numericdef/zh_CN.EUC.srcSat Feb 17 15:03:42 2001
@@ -0,0 +1,11 @@
+#
+# WARNING: spaces may be essential at the end of lines
+# WARNING: empty lines are essential too
+#
+# decimal_point
+.
+# thousands_sep
+,
+# grouping, separated by ;
+3;3
+# EOF
--- ./share/numericdef/Makefile.origSat Feb 17 15:38:41 2001
+++ ./share/numericdef/Makefile Sat Feb 17 15:21:55 2001
@@ -18,7 +18,9 @@
ru_RU.KOI8-R \
sv_SE.ISO_8859-1 \
ko_KR.EUC \
-   ja_JP.EUC
+   ja_JP.EUC \
+   zh_TW.Big5 \
+   zh_CN.EUC
 
 LOCALEDIR=  ${DESTDIR}/usr/share/locale
 USENGLISH= en_US.ISO_8859-1



Re: I18N Progress, Plans, and Proposals

2000-10-19 Thread Jing-Tang Keith Jang

On 10/19/00, Michael C . Wu wrote:
 3. Itojun mentioned that the CITRUS Japanese people will be able
to import the wchar* and libxpg4 changes soon.

This is great!  I believe many developers have spent too much unnecessary
time dealing with wchar.h.  Is there a timeline yet?

BTW, are there any plans bringing language information into the system? ie.
nl_langinfo.h  nl_types.h, which are defined in the Single Unix Spec 2.
From what I saw in the Citrus cvs, it seems that they have done the NetBSD
part, but neither FreeBSD nor OpenBSD.

 4. ports/language/auto-l10n  Auto-localization port
It will be like ports/x11/gnome and depend on all necessary
ports.  The user will be able to choose what kind of applications
s/he requires, like the old Apache ports.

This one gonna be controversial. :-)

 8. waiting for ICONV from Konstantine

Does this mean that there will be a consistent filesystem interface?
-- 
Keep it simple and stupid.


To Unsubscribe: send mail to [EMAIL PROTECTED]
with "unsubscribe freebsd-current" in the body of the message



Re: about XFree86-4

2000-03-19 Thread Keith Jang

On 03/20/00, Idea Receiver wrote:
  the "zh_TW.big5" should be "zh_TW.BIG5"
  and the "zh_CN.big5" should be "zhTW.BIG5"
   ^^^
 oops. should be "zh_TW.BIG5" :P

Actually, that should be zh_TW.Big5 and zh_CN.Big5. :)

Thanks to vanilla for fixing this.
-- 
[EMAIL PROTECTED]


To Unsubscribe: send mail to [EMAIL PROTECTED]
with "unsubscribe freebsd-current" in the body of the message