Blame localedata/locales/zh_HK

Packit 6c4009
comment_char %
Packit 6c4009
escape_char /
Packit 6c4009
Packit 6c4009
% This file is part of the GNU C Library and contains locale data.
Packit 6c4009
% The Free Software Foundation does not claim any copyright interest
Packit 6c4009
% in the locale data contained in this file.  The foregoing does not
Packit 6c4009
% affect the license of the GNU C Library as a whole.  It does not
Packit 6c4009
% exempt you from the conditions of the license if your use would
Packit 6c4009
% otherwise be governed by that license.
Packit 6c4009
Packit 6c4009
% Chinese language locale for Hong Kong.
Packit 6c4009
% Contributed by Kentaroh Noji <knoji@jp.ibm.com> and
Packit 6c4009
% Tetsuji Orita <orita@jp.ibm.com>.
Packit 6c4009
Packit 6c4009
LC_IDENTIFICATION
Packit 6c4009
title      "Chinese language locale for Hong Kong"
Packit 6c4009
source     "IBM Globalization Center of Competency, Yamato Software Laboratory"
Packit 6c4009
address    "1623-14, Shimotsuruma, Yamato-shi, Kanagawa-ken, 242-8502, Japan"
Packit 6c4009
contact    ""
Packit 6c4009
email      "bug-glibc-locales@gnu.org"
Packit 6c4009
tel        ""
Packit 6c4009
fax        ""
Packit 6c4009
language   "Chinese"
Packit 6c4009
territory  "Hong Kong SAR China"
Packit 6c4009
revision   "1.0"
Packit 6c4009
date       "2000-07-20"
Packit 6c4009
Packit 6c4009
category "i18n:2012";LC_IDENTIFICATION
Packit 6c4009
category "i18n:2012";LC_CTYPE
Packit 6c4009
category "i18n:2012";LC_COLLATE
Packit 6c4009
category "i18n:2012";LC_TIME
Packit 6c4009
category "i18n:2012";LC_NUMERIC
Packit 6c4009
category "i18n:2012";LC_MONETARY
Packit 6c4009
category "i18n:2012";LC_MESSAGES
Packit 6c4009
category "i18n:2012";LC_PAPER
Packit 6c4009
category "i18n:2012";LC_NAME
Packit 6c4009
category "i18n:2012";LC_ADDRESS
Packit 6c4009
category "i18n:2012";LC_TELEPHONE
Packit 6c4009
category "i18n:2012";LC_MEASUREMENT
Packit 6c4009
END LC_IDENTIFICATION
Packit 6c4009
Packit 6c4009
LC_CTYPE
Packit 6c4009
copy "zh_CN"
Packit 6c4009
END LC_CTYPE
Packit 6c4009
Packit 6c4009
LC_COLLATE
Packit 6c4009
Packit 6c4009
% Copy the template from ISO/IEC 14651
Packit 6c4009
copy "iso14651_t1"
Packit 6c4009
Packit 6c4009
END LC_COLLATE
Packit 6c4009
Packit 6c4009
LC_MONETARY
Packit 6c4009
% This is the POSIX Locale definition the LC_MONETARY category.
Packit 6c4009
% These are generated based on XML base Locale definition file
Packit 6c4009
% for IBM Class for Unicode/Java
Packit 6c4009
%
Packit 6c4009
int_curr_symbol       "HKD "
Packit 6c4009
currency_symbol       "HK$"
Packit 6c4009
mon_decimal_point     "."
Packit 6c4009
mon_thousands_sep     ","
Packit 6c4009
mon_grouping          3
Packit 6c4009
positive_sign         ""
Packit 6c4009
negative_sign         "-"
Packit 6c4009
int_frac_digits       2
Packit 6c4009
frac_digits           2
Packit 6c4009
p_cs_precedes         1
Packit 6c4009
p_sep_by_space        0
Packit 6c4009
n_cs_precedes         1
Packit 6c4009
n_sep_by_space        0
Packit 6c4009
p_sign_posn           1
Packit 6c4009
n_sign_posn           0
Packit 6c4009
%
Packit 6c4009
END LC_MONETARY
Packit 6c4009
Packit 6c4009
Packit 6c4009
LC_NUMERIC
Packit 6c4009
% This is the POSIX Locale definition for the LC_NUMERIC  category.
Packit 6c4009
%
Packit 6c4009
decimal_point          "."
Packit 6c4009
thousands_sep          ","
Packit 6c4009
grouping               3
Packit 6c4009
%
Packit 6c4009
END LC_NUMERIC
Packit 6c4009
Packit 6c4009
Packit 6c4009
LC_TIME
Packit 6c4009
% This is the POSIX Locale definition for the LC_TIME category.
Packit 6c4009
% These are generated based on XML base Locale definition file
Packit 6c4009
% for IBM Class for Unicode/Java
Packit 6c4009
%
Packit 6c4009
% Removed trailing space, by Anthony Fok <anthony@thizlinux.com>, Feb 2002
Packit 6c4009
% Abbreviated weekday names (%a)
Packit 6c4009
abday       "<U65E5>";"<U4E00>";/
Packit 6c4009
            "<U4E8C>";"<U4E09>";/
Packit 6c4009
            "<U56DB>";"<U4E94>";/
Packit 6c4009
            "<U516D>"
Packit 6c4009
%
Packit 6c4009
% Removed trailing space, by Anthony Fok <anthony@thizlinux.com>, Feb 2002
Packit 6c4009
% Full weekday names (%A)
Packit 6c4009
day         "<U661F><U671F><U65E5>";"<U661F><U671F><U4E00>";/
Packit 6c4009
            "<U661F><U671F><U4E8C>";"<U661F><U671F><U4E09>";/
Packit 6c4009
            "<U661F><U671F><U56DB>";"<U661F><U671F><U4E94>";/
Packit 6c4009
            "<U661F><U671F><U516D>"
Packit 6c4009
%
Packit 6c4009
% Abbreviated month names (%b)
Packit 6c4009
abmon       "1<U6708>";"2<U6708>";/
Packit 6c4009
            "3<U6708>";"4<U6708>";/
Packit 6c4009
            "5<U6708>";"6<U6708>";/
Packit 6c4009
            "7<U6708>";"8<U6708>";/
Packit 6c4009
            "9<U6708>";"10<U6708>";/
Packit 6c4009
            "11<U6708>";"12<U6708>"
Packit 6c4009
%
Packit 6c4009
% Full month names (%B)
Packit 6c4009
mon         "<U4E00><U6708>";"<U4E8C><U6708>";/
Packit 6c4009
            "<U4E09><U6708>";"<U56DB><U6708>";/
Packit 6c4009
            "<U4E94><U6708>";"<U516D><U6708>";/
Packit 6c4009
            "<U4E03><U6708>";"<U516B><U6708>";/
Packit 6c4009
            "<U4E5D><U6708>";"<U5341><U6708>";/
Packit 6c4009
            "<U5341><U4E00><U6708>";"<U5341><U4E8C><U6708>"
Packit 6c4009
%
Packit 6c4009
% Equivalent of AM PM
Packit 6c4009
am_pm       "<U4E0A><U5348>";"<U4E0B><U5348>"
Packit 6c4009
%
Packit 6c4009
% Appropriate date and time representation
Packit 6c4009
% Update by Roger So <roger.so@sw-linux.com>
Packit 6c4009
% Changed %b to %m, by Anthony Fok <anthony@thizlinux.com>, Feb 2002
Packit 6c4009
d_t_fmt     "%Y<U5E74>%m<U6708>%d<U65E5> %A %H:%M:%S"
Packit 6c4009
%
Packit 6c4009
% Appropriate date representation
Packit 6c4009
% Changed %b to %m, by Anthony Fok <anthony@thizlinux.com>, Feb 2002
Packit 6c4009
% %Y年%m月%d日 %A
Packit 6c4009
d_fmt       "%Y<U5E74>%m<U6708>%d<U65E5> %A"
Packit 6c4009
%
Packit 6c4009
% Appropriate time representation
Packit 6c4009
% %I時%M分%S秒 %Z
Packit 6c4009
t_fmt       "%I<U6642>%M<U5206>%S<U79D2> %Z"
Packit 6c4009
%
Packit 6c4009
% Appropriate 12 h time representation (%r)
Packit 6c4009
% Update by Roger So <roger.so@sw-linux.com>
Packit 6c4009
t_fmt_ampm  "%p %I:%M:%S"
Packit 6c4009
week 7;19971130;1
Packit 6c4009
END LC_TIME
Packit 6c4009
Packit 6c4009
Packit 6c4009
LC_MESSAGES
Packit 6c4009
yesexpr "^[+1yY<UFF59><UFF39><U662F>]"
Packit 6c4009
noexpr  "^[-0nN<UFF4E><UFF2E><U4E0D><U5426>]"
Packit 6c4009
yesstr  "<U662F>"
Packit 6c4009
nostr   "<U5426>"
Packit 6c4009
END LC_MESSAGES
Packit 6c4009
Packit 6c4009
Packit 6c4009
LC_PAPER
Packit 6c4009
copy "i18n"
Packit 6c4009
END LC_PAPER
Packit 6c4009
Packit 6c4009
Packit 6c4009
LC_NAME
Packit 6c4009
% This is the ISO_IEC TR14652 Locale definition for the
Packit 6c4009
% LC_NAME category.
Packit 6c4009
%
Packit 6c4009
name_fmt    "%f%t%d1"
Packit 6c4009
name_gen    "<U541B>"
Packit 6c4009
name_mr     "<U5148><U751F>"
Packit 6c4009
name_mrs    "<U592B><U4EBA>."
Packit 6c4009
name_miss   "<U5C0F><U59D0>"
Packit 6c4009
name_ms     "<U5973><U58EB>"
Packit 6c4009
Packit 6c4009
END LC_NAME
Packit 6c4009
Packit 6c4009
Packit 6c4009
LC_ADDRESS
Packit 6c4009
% This is the ISO_IEC TR14652 Locale definition for the
Packit 6c4009
% LC_ADDRESS
Packit 6c4009
postal_fmt  "%z%c%T%s%b%e%r"
Packit 6c4009
country_ab2 "HK"
Packit 6c4009
country_ab3 "HKG"
Packit 6c4009
country_num 344
Packit 6c4009
country_car "HK"
Packit Service fbd28c
lang_name       "<U7E41><U9AD4><U4E2D><U6587>"
Packit 6c4009
lang_ab		"zh"
Packit 6c4009
lang_term	"zho"
Packit 6c4009
lang_lib	"chi"
Packit 6c4009
END LC_ADDRESS
Packit 6c4009
Packit 6c4009
Packit 6c4009
LC_TELEPHONE
Packit 6c4009
% This is the ISO_IEC TR14652 Locale definition for the
Packit 6c4009
%
Packit 6c4009
tel_int_fmt "+%c ;%a ;%l"
Packit 6c4009
int_prefix  "852"
Packit 6c4009
int_select  "001"
Packit 6c4009
END LC_TELEPHONE
Packit 6c4009
Packit 6c4009
Packit 6c4009
LC_MEASUREMENT
Packit 6c4009
copy "i18n"
Packit 6c4009
END LC_MEASUREMENT