glibc/localedata/locales/zh_HK

199 lines
5.4 KiB
Plaintext
Raw Normal View History

2000-08-23 04:36:34 +02:00
comment_char %
escape_char /
% Chinese language locale for Hong Kong.
% Contributed by Kentaroh Noji <knoji@jp.ibm.com> and
% Tetsuji Orita <orita@jp.ibm.com>.
LC_IDENTIFICATION
title "Chinese language locale for Hong Kong"
source "IBM Globalization Center of Competency, Yamato Software Laboratory"
address "1623-14, Shimotsuruma, Yamato-shi, Kanagawa-ken, 242-8502, Japan"
contact ""
email "bug-glibc@gnu.org"
tel ""
fax ""
language "Chinese"
territory "Hong Kong"
revision "1.0"
date "2000-07-20"
%
category "zh_HK:2000";LC_IDENTIFICATION
category "zh_HK:2000";LC_CTYPE
category "zh_HK:2000";LC_COLLATE
category "zh_HK:2000";LC_TIME
category "zh_HK:2000";LC_NUMERIC
category "zh_HK:2000";LC_MONETARY
category "zh_HK:2000";LC_MESSAGES
category "zh_HK:2000";LC_PAPER
category "zh_HK:2000";LC_NAME
category "zh_HK:2000";LC_ADDRESS
category "zh_HK:2000";LC_TELEPHONE
END LC_IDENTIFICATION
LC_CTYPE
copy "i18n"
END LC_CTYPE
LC_COLLATE
% Copy the template from ISO/IEC 14651
copy "iso14651_t1"
END LC_COLLATE
LC_MONETARY
% This is the POSIX Locale definition the LC_MONETARY category.
% These are generated based on XML base Locale difintion file
% for IBM Class for Unicode/Java
%
int_curr_symbol "<U0048><U004B><U0044><U0020>"
currency_symbol "<U0048><U004B><U0024>"
mon_decimal_point "<U002E>"
mon_thousands_sep "<U002C>"
mon_grouping 3
positive_sign ""
negative_sign "<U002D>"
int_frac_digits 2
frac_digits 2
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 0
%
END LC_MONETARY
LC_NUMERIC
% This is the POSIX Locale definition for the LC_NUMERIC category.
%
decimal_point "<U002E>"
thousands_sep "<U002C>"
grouping 3
%
END LC_NUMERIC
LC_TIME
% This is the POSIX Locale definition for the LC_TIME category.
% These are generated based on XML base Locale difintion file
% for IBM Class for Unicode/Java
%
% Abbreviated weekday names (%a)
abday "<U65E5><U0020>";"<U4E00><U0020>";/
"<U4E8C><U0020>";"<U4E09><U0020>";/
"<U56DB><U0020>";"<U4E94><U0020>";/
"<U516D><U0020>"
%
% Full weekday names (%A)
day "<U661F><U671F><U65E5><U0020>";"<U661F><U671F><U4E00><U0020>";/
"<U661F><U671F><U4E8C><U0020>";"<U661F><U671F><U4E09><U0020>";/
"<U661F><U671F><U56DB><U0020>";"<U661F><U671F><U4E94><U0020>";/
"<U661F><U671F><U516D><U0020>"
%
% Abbreviated month names (%b)
abmon "<U0031><U6708>";"<U0032><U6708>";/
"<U0033><U6708>";"<U0034><U6708>";/
"<U0035><U6708>";"<U0036><U6708>";/
"<U0037><U6708>";"<U0038><U6708>";/
"<U0039><U6708>";"<U0031><U0030><U6708>";/
"<U0031><U0031><U6708>";"<U0031><U0032><U6708>"
%
% Full month names (%B)
mon "<U4E00><U6708>";"<U4E8C><U6708>";/
"<U4E09><U6708>";"<U56DB><U6708>";/
"<U4E94><U6708>";"<U516D><U6708>";/
"<U4E03><U6708>";"<U516B><U6708>";/
"<U4E5D><U6708>";"<U5341><U6708>";/
"<U5341><U4E00><U6708>";"<U5341><U4E8C><U6708>"
%
% Equivalent of AM PM
am_pm "<U4E0A><U5348>";"<U4E0B><U5348>"
%
% Appropriate date and time representation
% Update by Roger So <spacehunt@e-fever.org>
2000-08-23 04:36:34 +02:00
d_t_fmt "<U0025><U0059><U5E74><U0025><U0062><U6708><U0025><U0064>/
<U65E5><U0020><U0025><U0070><U0020><U0025><U0049><U003A><U0025><U004D>/
<U003A><U0025><U0053>"
2000-08-23 04:36:34 +02:00
%
% Appropriate date representation
% %Y<>N%b<><62>%d<><64> %A
d_fmt "<U0025><U0059><U5E74><U0025><U0062><U6708><U0025><U0064>/
<U65E5><U0020><U0025><U0041>"
%
% Appropriate time representation
% %I<><49>%M<><4D>%S<>b %Z
t_fmt "<U0025><U0049><U6642><U0025><U004D><U5206><U0025><U0053>/
<U79D2><U0020><U0025><U005A>"
%
% Appropriate 12 h time representation (%r)
% Update by Roger So <spacehunt@e-fever.org>
t_fmt_ampm "<U0025><U0070><U0020><U0025><U0049><U003A><U0025><U004D>/
<U003A><U0025><U0053>"
2000-08-23 04:36:34 +02:00
%
Update. * locale/C-monetary.c: Set mon_decimal to empty string. Add missing entry _NL_MONETARY_CRNCYSTR. * stdio-common/printf_fp.c: If MON_DECIAL_POINT is not provided use DECIMAL_POINT information. * locale/C-numeric.c: Set mon_grouping entry to empty string. * locale/C-time.c: Add date_fmt entries. Remove two wrong entries. Correct value for number of entries. * locale/localeconv.c: Normalize result passed back in .grouping. Fix assignment to .int_* entries. * locale/Makefile (tests): Add tst-C-locale. * locale/tst-C-locale.c: New file. * locale/setlocale.c: Use LOCALEDIR and not LOCALE_PATH to locate locale files. * locale/newlocale.c: Likewise. 2000-10-26 GOTO Masanori <gotom@debian.or.jp> * locale/langinfo.h: Define _DATE_FMT and _NL_W_DATE_FMT. * locale/categories.def: New support for date_fmt. * locale/programs/ld-time.c: Likewise. * locale/programs/locfile-kw.gperf: Likewise. * locale/programs/locfile-kw.h: Likewise. * locale/programs/locfile-token.h: Likewise. 2000-10-26 Jakub Jelinek <jakub@redhat.com> * sysdeps/ieee754/ldbl-128/e_hypotl.c: New. * math/libm-test.inc (cabs_test, cexp_test, csqrt_test, hypot_test): Increase precision of constants. * sysdeps/alpha/fpu/libm-test-ulps: Update. * sysdeps/arm/libm-test-ulps: Update. * sysdeps/i386/fpu/libm-test-ulps: Update. * sysdeps/ia64/fpu/libm-test-ulps: Update. * sysdeps/m68k/fpu/libm-test-ulps: Update. * sysdeps/mips/fpu/libm-test-ulps: Update. * sysdeps/powerpc/fpu/libm-test-ulps: Update. * sysdeps/sparc/sparc32/fpu/libm-test-ulps: Update. * sysdeps/sparc/sparc64/fpu/libm-test-ulps: Update. * sysdeps/sh/sh4/fpu/libm-test-ulps: Update. * sysdeps/s390/fpu/libm-test-ulps: Update. 2000-10-26 Ulrich Drepper <drepper@redhat.com>
2000-10-27 01:41:17 +02:00
% Appropriate date representation (date(1)) "%a %b %e %H:%M:%S %Z %Y"
date_fmt "<U0025><U0061><U0020><U0025><U0062><U0020><U0025><U0065>/
<U0020><U0025><U0048><U003A><U0025><U004D><U003A><U0025><U0053><U0020>/
<U0025><U005A><U0020><U0025><U0059>"
2000-08-23 04:36:34 +02:00
END LC_TIME
LC_MESSAGES
% yesexpr "^[<y><Y><CJK Shi4>]"
% noexpr "^[<n><N><CJK Bu4><CJK Fou3>]"
yesexpr "<U005E><U005B><U0079><U0059><U662F><U005D>"
noexpr "<U005E><U005B><U006E><U004E><U4E0D><U5426><U005D>"
2000-08-23 04:36:34 +02:00
END LC_MESSAGES
LC_PAPER
% This is the ISO_IEC TR14652 Locale definition for the
% LC_PAPER category
height 297
width 210
END LC_PAPER
LC_NAME
% This is the ISO_IEC TR14652 Locale definition for the
% LC_NAME category.
%
name_fmt "<U0025><U0066><U0025><U0074><U0025><U0064><U0031>"
name_gen "<U541B>"
name_mr "<U5148><U751F>"
name_mrs "<U592B><U4EBA><U002E>"
name_miss "<U5C0F><U59D0>"
name_ms "<U5973><U58EB>"
END LC_NAME
LC_ADDRESS
% This is the ISO_IEC TR14652 Locale definition for the
% LC_ADDRESS
postal_fmt "<U0025><U007A><U0025><U0063><U0025><U0054><U0025><U0073>/
<U0025><U0062><U0025><U0065><U0025><U0072>"
END LC_ADDRESS
LC_TELEPHONE
% This is the ISO_IEC TR14652 Locale definition for the
%
tel_int_fmt "<U002B><U0025><U0063><U0020><U003B><U0025><U0061><U0020>/
<U003B><U0025><U006C>"
int_prefix "<U0038><U0035><U0032>"
END LC_TELEPHONE
LC_MEASUREMENT
% This is the ISO_IEC TR14652 Locale definition for the
%
measurement 1
END LC_MEASUREMENT