1comment_char %
2escape_char /
3
4% This file is part of the GNU C Library and contains locale data.
5% The Free Software Foundation does not claim any copyright interest
6% in the locale data contained in this file.  The foregoing does not
7% affect the license of the GNU C Library as a whole.  It does not
8% exempt you from the conditions of the license if your use would
9% otherwise be governed by that license.
10
11% Tulu (kannada) language locale for India.
12
13% *** Below just modify to suit your language. I have modified for Kannada
14% *** other language codes - Gujarati - gu, Punjabi - pa, Oriya - or
15
16LC_IDENTIFICATION
17title      "Tulu language locale for India"
18source     "IndLinux.org, Samsung Electronics Co., Ltd."
19address    ""
20contact    ""
21email      "alexey.merzlyakov@samsung.com"
22tel        ""
23fax        ""
24language   "Tulu"
25territory  "India"
26revision   "0.1"
27date       "2014-09-30"
28
29category "i18n:2012";LC_IDENTIFICATION
30category "i18n:2012";LC_CTYPE
31category "i18n:2012";LC_COLLATE
32category "i18n:2012";LC_TIME
33category "i18n:2012";LC_NUMERIC
34category "i18n:2012";LC_MONETARY
35category "i18n:2012";LC_MESSAGES
36category "i18n:2012";LC_PAPER
37category "i18n:2012";LC_NAME
38category "i18n:2012";LC_ADDRESS
39category "i18n:2012";LC_TELEPHONE
40category "i18n:2012";LC_MEASUREMENT
41END LC_IDENTIFICATION
42
43LC_CTYPE
44copy "kn_IN"
45END LC_CTYPE
46
47LC_COLLATE
48
49% Copy the template from ISO/IEC 14651
50copy "iso14651_t1"
51
52END LC_COLLATE
53
54LC_MONETARY
55copy "hi_IN"
56END LC_MONETARY
57
58
59LC_NUMERIC
60copy "hi_IN"
61END LC_NUMERIC
62
63
64% *** Modify them for Kannada - eg write down on paper - see what all unicode
65% *** characters are needed, look up their codes & put them here - Kannada
66
67LC_TIME
68% This is the POSIX Locale definition for the LC_TIME category.
69% These are generated based on XML base Locale definition file
70% for IBM Class for Unicode/Java
71%
72% Abbreviated weekday names (%a)
73abday       "<U0C90>";/
74            "<U0CB8><U0CCB>";/
75            "<U0C85><U0C82>";/
76            "<U0CAC><U0CC1>";/
77            "<U0C97><U0CC1>";/
78            "<U0CB6><U0CC1>";/
79            "<U0CB6>"
80%
81% Full weekday names (%A)
82day         "<U0C90><U0CA5><U0CBE><U0CB0>";/
83            "<U0CB8><U0CCB><U0CAE><U0CBE><U0CB0>";/
84            "<U0C85><U0C82><U0C97><U0CB0><U0CC6>";/
85            "<U0CAC><U0CC1><U0CA7><U0CBE><U0CB0>";/
86            "<U0C97><U0CC1><U0CB0><U0CC1><U0CB5><U0CBE><U0CB0>";/
87            "<U0CB6><U0CC1><U0C95><U0CCD><U0CB0><U0CB0>";/
88            "<U0CB6><U0CA8><U0CBF><U0CB5><U0CBE><U0CB0>"
89%
90% Abbreviated month names (%b)
91abmon       "<U0C9C>";/
92            "<U0CAB><U0CC6>";/
93            "<U0CAE><U0CBE>";/
94            "<U0C8F>";/
95            "<U0CAE><U0CC7>";/
96            "<U0C9C><U0CC2>";/
97            "<U0C9C><U0CC1>";/
98            "<U0C86>";/
99            "<U0CB8><U0CC6>";/
100            "<U0C85>";/
101            "<U0CA8>";/
102            "<U0CA1><U0CBF>"
103%
104% Full month names (%B)
105mon         "<U0C9C><U0CA8><U0CB5><U0CB0><U0CBF>";/
106            "<U0CAB><U0CC6><U0CAC><U0CCD><U0CB0><U0CC1><U0CB5><U0CB0><U0CBF>";/
107            "<U0CAE><U0CBE><U0CB0><U0CCD><U0C9A><U0CCD>";/
108            "<U0C8F><U0CAA><U0CCD><U0CB0><U0CBF><U0CB2><U0CCD><U200C><U200C>";/
109            "<U0CAE><U0CC7>";/
110            "<U0C9C><U0CC2><U0CA8><U0CCD>";/
111            "<U0C9C><U0CC1><U0CB2><U0CC8>";/
112            "<U0C86><U0C97><U0CB8><U0CCD><U0C9F><U0CCD>";/
113            "<U0CB8><U0CC6><U0CAA><U0CCD><U0C9F><U0CC6><U0C82><U0CAC><U0CB0><U0CCD><U200C>";/
114            "<U0C85><U0C95><U0CCD><U0C9F><U0CCB><U0CAC><U0CB0><U0CCD>";/
115            "<U0CA8><U0CB5><U0CC6><U0C82><U0CAC><U0CB0><U0CCD>";/
116            "<U0CA1><U0CBF><U0CB8><U0CC6><U0C82><U0CAC><U0CB0><U0CCD>"
117%
118% Equivalent of AM PM
119am_pm       "<U0C95><U0CBE><U0C82><U0CA1><U0CC6>";/
120            "<U0CAC><U0CAF><U0CCD><U0CAF>"
121
122% *** There arent any Devanagari characters below, so for time being
123% *** maintain same for Kannada also,  Karunakar
124
125%
126% Appropriate date and time representation
127d_t_fmt     "%A %d %b %Y %I:%M:%S %p"
128%
129% Appropriate date and time representation for date(1)
130date_fmt    "%A %d %b %Y %I:%M:%S %p %Z"
131%
132% Appropriate date representation
133d_fmt       "%-d//%-m//%y"
134%
135% Appropriate time representation
136t_fmt       "%I:%M:%S %p %Z"
137%
138% Appropriate 12 h time representation (%r)
139t_fmt_ampm  "%I:%M:%S %p %Z"
140week 7;19971130;1
141END LC_TIME
142
143
144LC_MESSAGES
145yesexpr "^[+1yY]"
146noexpr  "^[-0nN]"
147END LC_MESSAGES
148
149
150LC_PAPER
151copy "hi_IN"
152END LC_PAPER
153
154
155LC_NAME
156% This is the ISO_IEC TR14652 Locale definition for the
157% LC_NAME category.
158%
159name_fmt    "%p%t%f%t%g"
160name_gen    ""
161name_mr     "<U0CB6><U0CCD><U0CB0><U0CC0>"
162name_mrs    "<U0CB6><U0CCD><U0CB0><U0CC0><U0CAE><U0CA4><U0CBF>"
163name_miss   "<U0C95><U0CC1><U0CAE><U0CBE><U0CB0><U0CBF>"
164name_ms     "<U0C95><U0CC1><U0CAE><U0CBE><U0CB0>"
165
166END LC_NAME
167
168
169LC_ADDRESS
170% This is the ISO_IEC TR14652 Locale definition for the
171% LC_ADDRESS
172postal_fmt  "%z%c%T%s%b%e%r"
173% https://tcy.wikipedia.org/wiki/%E0%B2%AD%E0%B2%BE%E0%B2%B0%E0%B2%A4 : "ಭಾರತ"
174country_name "<U0CAD><U0CBE><U0CB0><U0CA4>"
175country_ab2 "IN"
176country_ab3 "IND"
177country_car "IND"
178country_num 356
179lang_name     "<U0CA4><U0CC1><U0CB3><U0CC1>"
180lang_ab       ""
181lang_term     "tcy"
182lang_lib      "tcy"
183END LC_ADDRESS
184
185
186LC_TELEPHONE
187copy "hi_IN"
188END LC_TELEPHONE
189
190
191LC_MEASUREMENT
192copy "hi_IN"
193END LC_MEASUREMENT
194