blob: fcd8b21b6f6363421c6c9ee8fe8ba11314f0d6a6 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
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
ë;...;ð;û;...;ÿ
|