Date: Sun, 4 May 2003 00:00:25 -0700 (PDT) From: "Kang Liu" <lazykang@hotmail.com> To: freebsd-bugs@FreeBSD.org Subject: Re: misc/51729: A patch that can make freebsd support zh_CN.GB18030 Message-ID: <200305040700.h4470PV5071996@freefall.freebsd.org>
next in thread | raw e-mail | index | archive | help
The following reply was made to PR misc/51729; it has been noted by GNATS. From: "Kang Liu" <lazykang@hotmail.com> To: freebsd-gnats-submit@FreeBSD.org Cc: Subject: Re: misc/51729: A patch that can make freebsd support zh_CN.GB18030 Date: Sun, 04 May 2003 14:55:31 +0800 There might be some encoding problem in last patch. I hope this would work. --- /dev/null Sat May 3 23:56:56 2003 +++ share/msgdef/zh_CN.GB18030.src Sun May 4 00:57:02 2003 @@ -0,0 +1,14 @@ +# $FreeBSD$ +# +# WARNING: spaces may be essential at the end of lines +# WARNING: empty lines are essential too +# +# yesexpr +^[yYyY是].* +# noexpr +^[nNnN不否].* +# yesstr +是 +# nostr +否 +# EOF --- /dev/null Sat May 3 23:56:56 2003 +++ share/monetdef/zh_CN.GB18030.src Sun May 4 00:50:08 2003 @@ -0,0 +1,36 @@ +# $FreeBSD$ +# +# WARNING: spaces may be essential at the end of lines +# WARNING: empty lines are essential too +# +# int_curr_symbol (last character always SPACE) +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 --- /dev/null Sat May 3 19:31:48 2003 +++ share/timedef/zh_CN.GB18030.src Sat May 3 23:47:43 2003 @@ -0,0 +1,102 @@ +# $FreeBSD$ +# +# WARNING: spaces may be essential at the end of lines +# WARNING: empty lines are essential too +# +# Short month names +# + 1 + 2 + 3 + 4 + 5 + 6 + 7 + 8 + 9 +10 +11 +12 +# +# Long month names +# +一月 +二月 +三月 +四月 +五月 +六月 +七月 +八月 +九月 +十月 +十一月 +十二月 +# +# Short weekday names +# +周日 +周一 +周二 +周三 +周四 +周五 +周六 +# +# Long weekday names +# +星期日 +星期一 +星期二 +星期三 +星期四 +星期五 +星期六 +# +# X_fmt +# +%H时%M分%S秒 +# +# x_fmt +# +%Y/%m/%d +# +# c_fmt +# +%a %b/%e %T %Y +# +# am +# +上午 +# +# pm +# +下午 +# +# date_fmt +# +%Y年%b月%e日 %A %X %Z +# +# Long month names (alternative) +# +一月 +二月 +三月 +四月 +五月 +六月 +七月 +八月 +九月 +十月 +十一月 +十二月 +# +# md_order +# +md +# +# ampm_fmt +# +%I:%M:%S %p +# EOF _________________________________________________________________ Protect your PC - get McAfee.com VirusScan Online http://clinic.mcafee.com/clinic/ibuy/campaign.asp?cid=3963
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200305040700.h4470PV5071996>