This is the mail archive of the libc-alpha@sourceware.org mailing list for the glibc project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

[PATCH] Added DEMOCRATIC PEOPLE'S REPUBLIC OF KOREA locale


Korean is the official language for North as well as South Korea
Adding locale for North Korea. Since core language is same so
Reference is taken form hangul.

[BZ #24833]
* locales/ko_KP: New locale.
---
 localedata/locales/ko_KP | 119 +++++++++++++++++++++++++++++++++++++++++++++++
 1 file changed, 119 insertions(+)
 create mode 100644 localedata/locales/ko_KP

diff --git a/localedata/locales/ko_KP b/localedata/locales/ko_KP
new file mode 100644
index 0000000..1c44a19
--- /dev/null
+++ b/localedata/locales/ko_KP
@@ -0,0 +1,119 @@
+comment_char %
+escape_char /
+
+% This file is part of the GNU C Library and contains locale data.
+% The Free Software Foundation does not claim any copyright interest
+% in the locale data contained in this file.  The foregoing does not
+% affect the license of the GNU C Library as a whole.  It does not
+% exempt you from the conditions of the license if your use would
+% otherwise be governed by that license.
+
+% Korean language locale for ""KOREA, DEMOCRATIC PEOPLE'S REPUBLIC OF" (North Korea)
+% Contributed by Akhilesh Kumar <akhilesh.k@samsung.com>.
+LC_IDENTIFICATION
+title      "KOREA, DEMOCRATIC PEOPLE'S REPUBLIC OF"
+source     ""
+address    ""
+contact    ""
+email      "akhilesh.k@samsung.com"
+tel        ""
+fax        ""
+language   "Korean"
+territory  "North Korea"
+revision   "0.1"
+date       "2019-07-22"
+
+category "i18n:2012";LC_IDENTIFICATION
+category "i18n:2012";LC_CTYPE
+category "i18n:2012";LC_COLLATE
+category "i18n:2012";LC_TIME
+category "i18n:2012";LC_NUMERIC
+category "i18n:2012";LC_MONETARY
+category "i18n:2012";LC_MESSAGES
+category "i18n:2012";LC_PAPER
+category "i18n:2012";LC_NAME
+category "i18n:2012";LC_ADDRESS
+category "i18n:2012";LC_TELEPHONE
+category "i18n:2012";LC_MEASUREMENT
+END LC_IDENTIFICATION
+
+LC_COLLATE
+copy "i18n"
+
+translit_start
+include "translit_combining";""
+translit_end
+END LC_COLLATE
+
+LC_CTYPE
+copy "i18n"
+END LC_CTYPE
+
+LC_MONETARY
+int_curr_symbol		"KPW "
+currency_symbol		"<U20A9>"
+mon_decimal_point	"."
+mon_thousands_sep	","
+mon_grouping		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
+END LC_MONETARY
+
+LC_NUMERIC
+
+decimal_point		"."
+thousands_sep		","
+grouping		3;3
+
+END LC_NUMERIC
+
+LC_TIME
+copy "ko_KR"
+END LC_TIME
+
+LC_MESSAGES
+copy "ko_KR"
+END LC_MESSAGES
+
+LC_PAPER
+copy "i18n"
+END LC_PAPER
+
+LC_TELEPHONE
+tel_int_fmt	"+%c %a %l"
+tel_dom_fmt	"(%A) %l"
+#https://en.wikipedia.org/wiki/Telephone_numbers_in_North_Korea
+int_prefix	"850"
+int_select	"001"
+END LC_TELEPHONE
+
+LC_MEASUREMENT
+copy "i18n"
+END LC_MEASUREMENT
+
+LC_NAME
+copy "ko_KR"
+END LC_NAME
+
+LC_ADDRESS
+postal_fmt	"%f%N%a%N%d%N%b%N%s %h %e %r%N%z %T%N%c%N"
+country_name 	"<UC870><UC120><U0020><UBBFC><UC8FC><UC8FC><UC758><U0020><UC778><UBBFC><U0020><UACF5><UD654><UAD6D>"
+#https://en.wikipedia.org/wiki/North_Korea
+country_ab2	"KP"
+country_ab3	"PRK"
+country_num	408
+country_isbn	9946 
+country_car	"PRK"
+lang_name	"<UD55C><UAD6D><UC5B4>"
+lang_ab		"ko"
+lang_term	"kor"
+lang_lib	"kor"
+END LC_ADDRESS
-- 
1.9.1


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]