blob: c55b7e65b6b4cb88ee8ceb7f132726649a3d3233 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
|
; $Id: devanagarinumerals.map,v 1.1 2007-07-15 14:47:55 icebearsoft Exp $
; TECkit mapping for conversion of arabic numerals to devanagari numerals
LHSName "Devanagari-numerals"
RHSName "UNICODE"
LHSDescription "Arabic numerals"
RHSDescription "Devanagari numerals"
Version "1"
Contact "http://devnag.sarovar.org"
pass(Unicode)
U+0030 > U+0966
U+0031 > U+0967
U+0032 > U+0968
U+0033 > U+0969
U+0034 > U+096A
U+0035 > U+096B
U+0036 > U+096C
U+0037 > U+096D
U+0038 > U+096E
U+0039 > U+096F
|