Add hi_IN.ISCII-DEV

This commit is contained in:
Andrey A. Chernov 2001-11-28 07:23:11 +00:00
parent 87c25490c8
commit bd9f1c9673
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=87043
13 changed files with 391 additions and 0 deletions

View File

@ -11,6 +11,7 @@ LOCALES= bg_BG.CP1251 \
es_ES.ISO8859-15 \
es_ES.ISO8859-1 \
et_EE.ISO8859-15 \
hi_IN.ISCII-DEV \
is_IS.ISO8859-15 \
is_IS.ISO8859-1 \
la_LN.US-ASCII \
@ -58,6 +59,7 @@ el_GR.ISO8859-7.out: map.ISO8859-7
es_ES.ISO8859-15.out: map.ISO8859-15
es_ES.ISO8859-1.out: map.ISO8859-1
et_EE.ISO8859-15.out: map.ISO8859-15
hi_IN.ISCII-DEV.out: map.ISCII-DEV
is_IS.ISO8859-15.out: map.ISO8859-15
is_IS.ISO8859-1.out: map.ISO8859-1
la_LN.ISO8859-15.out: map.ISO8859-15

View File

@ -0,0 +1,25 @@
# ISCII-DEV
#
# $FreeBSD$
#
charmap map.ISCII-DEV
order \
# controls
<NU>;...;<US>;\
<NS>;<SP>;!;\";<Nb>;<DO>;\
%;&;';\(;\);*;+;\,;-;.;/;:;...;@;[;...;`;\{;...;<AC>; \
<Vowel-modifier-Chandrabindu>;...;<Vowel-modifier-Visarg>; \
<Consonant-invisible>;...;<Full-Stop-Viram>; \
# digits
0;...;9; \
<Digit-0>;...;<Digit-9>; \
# capital
A;...;Z; \
# small
a;...;z; \
# Everything else
<Vowel-A>;...;<Consonant-HA>; \
# unused etc
ë;...;ð;û;...;ÿ

164
share/colldef/map.ISCII-DEV Normal file
View File

@ -0,0 +1,164 @@
# $FreeBSD$
NU \x00
SH \x01
SX \x02
EX \x03
ET \x04
EQ \x05
AK \x06
BL \x07
BS \x08
HT \x09
LF \x0a
VT \x0b
FF \x0c
CR \x0d
SO \x0e
SI \x0f
DL \x10
D1 \x11
D2 \x12
D3 \x13
D4 \x14
NK \x15
SY \x16
EB \x17
CN \x18
EM \x19
SB \x1a
EC \x1b
FS \x1c
GS \x1d
RS \x1e
US \x1f
SP \x20
Nb \x23
DO \x24
At \x40
<( \x5b
// \x5c
)> \x5d
'> \x5e
'! \x60
(! \x7b
!! \x7c
!) \x7d
'? \x7e
DT \x7f
PA \x80
HO \x81
BH \x82
NH \x83
IN \x84
NL \x85
SA \x86
ES \x87
HS \x88
HJ \x89
VS \x8a
PD \x8b
PU \x8c
RI \x8d
S2 \x8e
S3 \x8f
DC \x90
P1 \x91
P2 \x92
TS \x93
CC \x94
MW \x95
SG \x96
EG \x97
SS \x98
GC \x99
SC \x9a
CI \x9b
ST \x9c
OC \x9d
PM \x9e
AC \x9f
NS \xa0
Vowel-modifier-Chandrabindu ¡
Vowel-modifier-Anuswar ¢
Vowel-modifier-Visarg £
Vowel-A ¤
Vowel-AA ¥
Vowel-I ¦
Vowel-II §
Vowel-U ¨
Vowel-UU ©
Vowel-RI ª
Vowel-E «
Vowel-EY ¬
Vowel-AI ­
Vowel-AYE ®
Vowel-O ¯
Vowel-OW °
Vowel-AU ±
Vowel-AWE ²
Consonant-KA ³
Consonant-KHA ´
Consonant-GA µ
Consonant-GHA ¶
Consonant-NGA ·
Consonant-CHA ¸
Consonant-CHHA ¹
Consonant-JA º
Consonant-JHA »
Consonant-JNA ¼
Consonant-Hard-TA ½
Consonant-Hard-THA ¾
Consonant-Hard-DA ¿
Consonant-Hard-DHA À
Consonant-Hard-NA Á
Consonant-Soft-TA Â
Consonant-Soft-THA Ã
Consonant-Soft-DA Ä
Consonant-Soft-DHA Å
Consonant-Soft-NA Æ
Consonant-NA-Tamil Ç
Consonant-PA È
Consonant-PHA É
Consonant-BA Ê
Consonant-BHA Ë
Consonant-MA Ì
Consonant-YA Í
Consonant-JYA Î
Consonant-RA Ï
Consonant-Hard-RA Ð
Consonant-LA Ñ
Consonant-Hard-LA Ò
Consonant-ZHA-Tamil Ó
Consonant-VA Ô
Consonant-SHA Õ
Consonant-Hard-SHA Ö
Consonant-SA ×
Consonant-HA Ø
Consonant-invisible Ù
Vowel-sign-AA Ú
Vowel-sign-I Û
Vowel-sign-II Ü
Vowel-sign-U Ý
Vowel-sign-UU Þ
Vowel-sign-RI ß
Vowel-sign-E à
Vowel-sign-EY á
Vowel-sign-AI â
Vowel-sign-AYE ã
Vowel-sign-O ä
Vowel-sign-OW å
Vowel-sign-AU æ
Vowel-sign-AWE ç
Vowel-omission-sign è
Diacritic-sign-Nukta é
Full-Stop-Viram ê
Digit-0 ñ
Digit-1 ò
Digit-2 ó
Digit-3 ô
Digit-4 õ
Digit-5 ö
Digit-6 ÷
Digit-7 ø
Digit-8 ù
Digit-9 ú

View File

@ -7,6 +7,7 @@ LOCALES= bg_BG.CP1251 \
el_GR.ISO8859-7 \
ja_JP.eucJP \
ja_JP.SJIS \
hi_IN.ISCII-DEV \
ko_KR.eucKR \
la_LN.US-ASCII \
la_LN.ISO8859-1 \

View File

@ -0,0 +1,34 @@
/*
* Hindi Language Locale with ISCII-DEV Encoding
*
* Arun Sharma <arun@sharma-home.net>
* Last updated Mon Nov 19 23:07:46 PST 2001
*
* $FreeBSD$
*/
ENCODING "NONE"
ALPHA 'A' - 'Z' 'a' - 'z' '¡' - 'ê'
CONTROL 0x00 - 0x1f 0x7f
DIGIT '0' - '9' 'ñ' - 'ú'
GRAPH 0x21 - 0x7e
LOWER 'a' - 'z'
PUNCT 0x21 - 0x2f 0x3a - 0x40 0x5b - 0x60 0x7b - 0x7e
SPACE 0x09 - 0x0d 0x20
UPPER 'A' - 'Z'
XDIGIT '0' - '9' 'a' - 'f' 'A' - 'F' 'ñ' - 'ú'
BLANK ' ' '\t'
PRINT 0x20 - 0xfa
# IDEOGRAM
# SPECIAL
# PHONEGRAM
MAPLOWER <'A' - 'Z' : 'a'>
MAPLOWER <'a' - 'z' : 'a'>
MAPUPPER <'A' - 'Z' : 'A'>
MAPUPPER <'a' - 'z' : 'A'>
TODIGIT <'0' - '9' : 0>
TODIGIT <'ñ' - 'ú' : 0>
TODIGIT <'A' - 'F' : 10>
TODIGIT <'a' - 'f' : 10>

View File

@ -20,6 +20,7 @@ LOCALES= af_ZA.ISO8859-1 \
fi_FI.ISO8859-1 \
fr_FR.ISO8859-1 \
fr_CA.ISO8859-1 \
hi_IN.ISCII-DEV \
hr_HR.ISO8859-2 \
hu_HU.ISO8859-2 \
is_IS.ISO8859-1 \

View File

@ -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)
INR
# currency_symbol
ÏÞȬ
# mon_decimal_point
.
# mon_thousands_sep
,
# mon_grouping, separated by ;
3;2;0
# positive_sign
# negative_sign
-
# 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
1
# EOF

View File

@ -17,6 +17,7 @@ LOCALES= af_ZA.ISO8859-1 \
fi_FI.ISO8859-1 \
fr_CH.ISO8859-1 \
fr_FR.ISO8859-1 \
hi_IN.ISCII-DEV \
hr_HR.ISO8859-2 \
hu_HU.ISO8859-2 \
is_IS.ISO8859-1 \

View File

@ -0,0 +1,10 @@
# $FreeBSD$
#
# WARNING: spaces may be essential at the end of lines
# WARNING: empty lines are essential too
#
# yesexpr
^[ØyY].*
# noexpr
^[ÆnN].*
# EOF

View File

@ -14,6 +14,7 @@ LOCALES= af_ZA.ISO8859-1 \
et_EE.ISO8859-15 \
fi_FI.ISO8859-1 \
fr_FR.ISO8859-1 \
hi_IN.ISCII-DEV \
hr_HR.ISO8859-2 \
hu_HU.ISO8859-2 \
is_IS.ISO8859-1 \

View File

@ -0,0 +1,12 @@
# $FreeBSD$
#
# WARNING: spaces may be essential at the end of lines
# WARNING: empty lines are essential too
#
# decimal_point
.
# thousands_sep
,
# grouping, separated by ;
2;3
# EOF

View File

@ -15,6 +15,7 @@ LOCALES= bg_BG.CP1251 \
et_EE.ISO8859-15 \
fi_FI.ISO8859-1 \
fr_FR.ISO8859-1 \
hi_IN.ISCII-DEV \
hr_HR.ISO8859-2 \
hu_HU.ISO8859-2 \
is_IS.ISO8859-1 \

View File

@ -0,0 +1,103 @@
# $FreeBSD$
#
# WARNING: spaces may be essential at the end of lines
# WARNING: empty lines are essential too
#
# Short month names -- same as long
#
ºÆÔÏÜ
ÉéÏÔÏÜ
ÌÚÏè¸
¤ÈèÏáÑ
̧
ºÞÆ
ºÝÑÚ§
¤µ×èÂ
×ÛÂÌèÊÏ
¤³è½ÞÊÏ
ÆÔÌèÊÏ
ÄÛ×ÌèÊÏ
#
# Long month names
#
ºÆÔÏÜ
ÉéÏÔÏÜ
ÌÚÏè¸
¤ÈèÏáÑ
̧
ºÞÆ
ºÝÑÚ§
¤µ×èÂ
×ÛÂÌèÊÏ
¤³è½ÞÊÏ
ÆÔÌèÊÏ
ÄÛ×ÌèÊÏ
#
#
# Short weekday names
#
ÏÔ
×å
Ì¢
ÊÝ
µÝ
ÕÝ
ÕÆ
#
# Long weekday names
#
ÏÔÛÔÚÏ
×åÌÔÚÏ
Ì¢µÑÔÚÏ
ÊÝÅÔÚÏ
µÝÏÝÔÚÏ
ÕݳèÏÔÚÏ
ÕÆÛÔÚÏ
#
# X_fmt
#
%H:%M:%S
#
# x_fmt
#
%d/%m/%Y
#
# c_fmt
#
%a %b %e %X %Y
#
# am
#
ÈÞÏèÔÚØèÆ
#
# pm
¤ÈÏÚØèÆ
#
#
# date_fmt
#
%a %b %e %X %Z %Y
#
# Long months names (alternative)
#
ºÆÔÏÜ
ÉéÏÔÏÜ
ÌÚÏè¸
¤ÈèÏáÑ
̧
ºÞÆ
ºÝÑÚ§
¤µ×èÂ
×ÛÂÌèÊÏ
¤³è½ÞÊÏ
ÆÔÌèÊÏ
ÄÛ×ÌèÊÏ
#
# md_order
#
dm
#
# ampm_fmt
#
%I:%M:%S %p
# EOF