|
|
1 |
|
// Copyrig
ht (c) 200
9-2009 Qua
dralay Cor
poration.
All right
s reserved
. CR LF
|
|
|
2 |
|
// CR LF
|
|
|
3 |
|
CR LF
|
|
|
4 |
|
// Derived
from icu/
source/dat
a/unidata/
DerivedCor
ePropertie
s.txt CR LF
|
|
|
5 |
|
// CR LF
|
|
|
6 |
|
// Editor:
Visual St
udio C# Ex
press 2005
CR LF
|
|
|
7 |
|
// CR LF
|
|
|
8 |
|
// ^{[0-
9A-F][0-9A
-F][0-9A-F
][0-9A-F]}
\.\.{[0-9A
-F][0-9A-F
][0-9A-F][
0-9A-F]} +
;.*$ CR LF
|
|
|
9 |
|
// if
(('\\u\1'
<= c) && (
c <= '\\u\
2')) retur
n true; CR LF
|
|
|
10 |
|
// CR LF
|
|
|
11 |
|
// ^{[0-
9A-F][0-9A
-F][0-9A-F
][0-9A-F]}
+;.*$ CR LF
|
|
|
12 |
|
// if
(c == '\\u
\1') retur
n true; CR LF
|
|
|
13 |
|
// CR LF
|
|
|
14 |
|
// ^{[0-
9A-F][0-9A
-F][0-9A-F
][0-9A-F][
0-9A-F]}\.
\.{[0-9A-F
][0-9A-F][
0-9A-F][0-
9A-F][0-9A
-F]} +;.*$
CR LF
|
|
|
15 |
|
// if
(('\\u\1'
<= c) && (
c <= '\\u\
2')) retur
n true; CR LF
|
|
|
16 |
|
// CR LF
|
|
|
17 |
|
// ^{[0-
9A-F][0-9A
-F][0-9A-F
][0-9A-F][
0-9A-F]} +
;.*$ CR LF
|
|
|
18 |
|
// if (
c == '\\u\
1') return
true; CR LF
|
|
|
19 |
|
CR LF
|
|
|
20 |
|
function W
WHUnicodeI
nfo_Alphab
etic(c) CR LF
|
|
|
21 |
|
{ CR LF
|
|
|
22 |
|
if (('\u
0041' <= c
) && (c <=
'\u005A')
) return t
rue; CR LF
|
|
|
23 |
|
if (('\u
0061' <= c
) && (c <=
'\u007A')
) return t
rue; CR LF
|
|
|
24 |
|
if (c ==
'\u00AA')
return tr
ue; CR LF
|
|
|
25 |
|
if (c ==
'\u00B5')
return tr
ue; CR LF
|
|
|
26 |
|
if (c ==
'\u00BA')
return tr
ue; CR LF
|
|
|
27 |
|
if (('\u
00C0' <= c
) && (c <=
'\u00D6')
) return t
rue; CR LF
|
|
|
28 |
|
if (('\u
00D8' <= c
) && (c <=
'\u00F6')
) return t
rue; CR LF
|
|
|
29 |
|
if (('\u
00F8' <= c
) && (c <=
'\u01BA')
) return t
rue; CR LF
|
|
|
30 |
|
if (c ==
'\u01BB')
return tr
ue; CR LF
|
|
|
31 |
|
if (('\u
01BC' <= c
) && (c <=
'\u01BF')
) return t
rue; CR LF
|
|
|
32 |
|
if (('\u
01C0' <= c
) && (c <=
'\u01C3')
) return t
rue; CR LF
|
|
|
33 |
|
if (('\u
01C4' <= c
) && (c <=
'\u0236')
) return t
rue; CR LF
|
|
|
34 |
|
if (('\u
0250' <= c
) && (c <=
'\u02AF')
) return t
rue; CR LF
|
|
|
35 |
|
if (('\u
02B0' <= c
) && (c <=
'\u02C1')
) return t
rue; CR LF
|
|
|
36 |
|
if (('\u
02C6' <= c
) && (c <=
'\u02D1')
) return t
rue; CR LF
|
|
|
37 |
|
if (('\u
02E0' <= c
) && (c <=
'\u02E4')
) return t
rue; CR LF
|
|
|
38 |
|
if (c ==
'\u02EE')
return tr
ue; CR LF
|
|
|
39 |
|
if (c ==
'\u0345')
return tr
ue; CR LF
|
|
|
40 |
|
if (c ==
'\u037A')
return tr
ue; CR LF
|
|
|
41 |
|
if (c ==
'\u0386')
return tr
ue; CR LF
|
|
|
42 |
|
if (('\u
0388' <= c
) && (c <=
'\u038A')
) return t
rue; CR LF
|
|
|
43 |
|
if (c ==
'\u038C')
return tr
ue; CR LF
|
|
|
44 |
|
if (('\u
038E' <= c
) && (c <=
'\u03A1')
) return t
rue; CR LF
|
|
|
45 |
|
if (('\u
03A3' <= c
) && (c <=
'\u03CE')
) return t
rue; CR LF
|
|
|
46 |
|
if (('\u
03D0' <= c
) && (c <=
'\u03F5')
) return t
rue; CR LF
|
|
|
47 |
|
if (('\u
03F7' <= c
) && (c <=
'\u03FB')
) return t
rue; CR LF
|
|
|
48 |
|
if (('\u
0400' <= c
) && (c <=
'\u0481')
) return t
rue; CR LF
|
|
|
49 |
|
if (('\u
048A' <= c
) && (c <=
'\u04CE')
) return t
rue; CR LF
|
|
|
50 |
|
if (('\u
04D0' <= c
) && (c <=
'\u04F5')
) return t
rue; CR LF
|
|
|
51 |
|
if (('\u
04F8' <= c
) && (c <=
'\u04F9')
) return t
rue; CR LF
|
|
|
52 |
|
if (('\u
0500' <= c
) && (c <=
'\u050F')
) return t
rue; CR LF
|
|
|
53 |
|
if (('\u
0531' <= c
) && (c <=
'\u0556')
) return t
rue; CR LF
|
|
|
54 |
|
if (c ==
'\u0559')
return tr
ue; CR LF
|
|
|
55 |
|
if (('\u
0561' <= c
) && (c <=
'\u0587')
) return t
rue; CR LF
|
|
|
56 |
|
if (('\u
05B0' <= c
) && (c <=
'\u05B9')
) return t
rue; CR LF
|
|
|
57 |
|
if (('\u
05BB' <= c
) && (c <=
'\u05BD')
) return t
rue; CR LF
|
|
|
58 |
|
if (c ==
'\u05BF')
return tr
ue; CR LF
|
|
|
59 |
|
if (('\u
05C1' <= c
) && (c <=
'\u05C2')
) return t
rue; CR LF
|
|
|
60 |
|
if (c ==
'\u05C4')
return tr
ue; CR LF
|
|
|
61 |
|
if (('\u
05D0' <= c
) && (c <=
'\u05EA')
) return t
rue; CR LF
|
|
|
62 |
|
if (('\u
05F0' <= c
) && (c <=
'\u05F2')
) return t
rue; CR LF
|
|
|
63 |
|
if (('\u
0610' <= c
) && (c <=
'\u0615')
) return t
rue; CR LF
|
|
|
64 |
|
if (('\u
0621' <= c
) && (c <=
'\u063A')
) return t
rue; CR LF
|
|
|
65 |
|
if (c ==
'\u0640')
return tr
ue; CR LF
|
|
|
66 |
|
if (('\u
0641' <= c
) && (c <=
'\u064A')
) return t
rue; CR LF
|
|
|
67 |
|
if (('\u
064B' <= c
) && (c <=
'\u0657')
) return t
rue; CR LF
|
|
|
68 |
|
if (('\u
066E' <= c
) && (c <=
'\u066F')
) return t
rue; CR LF
|
|
|
69 |
|
if (c ==
'\u0670')
return tr
ue; CR LF
|
|
|
70 |
|
if (('\u
0671' <= c
) && (c <=
'\u06D3')
) return t
rue; CR LF
|
|
|
71 |
|
if (c ==
'\u06D5')
return tr
ue; CR LF
|
|
|
72 |
|
if (('\u
06D6' <= c
) && (c <=
'\u06DC')
) return t
rue; CR LF
|
|
|
73 |
|
if (('\u
06E1' <= c
) && (c <=
'\u06E4')
) return t
rue; CR LF
|
|
|
74 |
|
if (('\u
06E5' <= c
) && (c <=
'\u06E6')
) return t
rue; CR LF
|
|
|
75 |
|
if (('\u
06E7' <= c
) && (c <=
'\u06E8')
) return t
rue; CR LF
|
|
|
76 |
|
if (c ==
'\u06ED')
return tr
ue; CR LF
|
|
|
77 |
|
if (('\u
06EE' <= c
) && (c <=
'\u06EF')
) return t
rue; CR LF
|
|
|
78 |
|
if (('\u
06FA' <= c
) && (c <=
'\u06FC')
) return t
rue; CR LF
|
|
|
79 |
|
if (c ==
'\u06FF')
return tr
ue; CR LF
|
|
|
80 |
|
if (c ==
'\u0710')
return tr
ue; CR LF
|
|
|
81 |
|
if (c ==
'\u0711')
return tr
ue; CR LF
|
|
|
82 |
|
if (('\u
0712' <= c
) && (c <=
'\u072F')
) return t
rue; CR LF
|
|
|
83 |
|
if (('\u
0730' <= c
) && (c <=
'\u073F')
) return t
rue; CR LF
|
|
|
84 |
|
if (('\u
074D' <= c
) && (c <=
'\u074F')
) return t
rue; CR LF
|
|
|
85 |
|
if (('\u
0780' <= c
) && (c <=
'\u07A5')
) return t
rue; CR LF
|
|
|
86 |
|
if (('\u
07A6' <= c
) && (c <=
'\u07B0')
) return t
rue; CR LF
|
|
|
87 |
|
if (c ==
'\u07B1')
return tr
ue; CR LF
|
|
|
88 |
|
if (('\u
0901' <= c
) && (c <=
'\u0902')
) return t
rue; CR LF
|
|
|
89 |
|
if (c ==
'\u0903')
return tr
ue; CR LF
|
|
|
90 |
|
if (('\u
0904' <= c
) && (c <=
'\u0939')
) return t
rue; CR LF
|
|
|
91 |
|
if (c ==
'\u093D')
return tr
ue; CR LF
|
|
|
92 |
|
if (('\u
093E' <= c
) && (c <=
'\u0940')
) return t
rue; CR LF
|
|
|
93 |
|
if (('\u
0941' <= c
) && (c <=
'\u0948')
) return t
rue; CR LF
|
|
|
94 |
|
if (('\u
0949' <= c
) && (c <=
'\u094C')
) return t
rue; CR LF
|
|
|
95 |
|
if (c ==
'\u0950')
return tr
ue; CR LF
|
|
|
96 |
|
if (('\u
0958' <= c
) && (c <=
'\u0961')
) return t
rue; CR LF
|
|
|
97 |
|
if (('\u
0962' <= c
) && (c <=
'\u0963')
) return t
rue; CR LF
|
|
|
98 |
|
if (c ==
'\u0981')
return tr
ue; CR LF
|
|
|
99 |
|
if (('\u
0982' <= c
) && (c <=
'\u0983')
) return t
rue; CR LF
|
|
|
100 |
|
if (('\u
0985' <= c
) && (c <=
'\u098C')
) return t
rue; CR LF
|
|
|
101 |
|
if (('\u
098F' <= c
) && (c <=
'\u0990')
) return t
rue; CR LF
|
|
|
102 |
|
if (('\u
0993' <= c
) && (c <=
'\u09A8')
) return t
rue; CR LF
|
|
|
103 |
|
if (('\u
09AA' <= c
) && (c <=
'\u09B0')
) return t
rue; CR LF
|
|
|
104 |
|
if (c ==
'\u09B2')
return tr
ue; CR LF
|
|
|
105 |
|
if (('\u
09B6' <= c
) && (c <=
'\u09B9')
) return t
rue; CR LF
|
|
|
106 |
|
if (c ==
'\u09BD')
return tr
ue; CR LF
|
|
|
107 |
|
if (('\u
09BE' <= c
) && (c <=
'\u09C0')
) return t
rue; CR LF
|
|
|
108 |
|
if (('\u
09C1' <= c
) && (c <=
'\u09C4')
) return t
rue; CR LF
|
|
|
109 |
|
if (('\u
09C7' <= c
) && (c <=
'\u09C8')
) return t
rue; CR LF
|
|
|
110 |
|
if (('\u
09CB' <= c
) && (c <=
'\u09CC')
) return t
rue; CR LF
|
|
|
111 |
|
if (c ==
'\u09D7')
return tr
ue; CR LF
|
|
|
112 |
|
if (('\u
09DC' <= c
) && (c <=
'\u09DD')
) return t
rue; CR LF
|
|
|
113 |
|
if (('\u
09DF' <= c
) && (c <=
'\u09E1')
) return t
rue; CR LF
|
|
|
114 |
|
if (('\u
09E2' <= c
) && (c <=
'\u09E3')
) return t
rue; CR LF
|
|
|
115 |
|
if (('\u
09F0' <= c
) && (c <=
'\u09F1')
) return t
rue; CR LF
|
|
|
116 |
|
if (('\u
0A01' <= c
) && (c <=
'\u0A02')
) return t
rue; CR LF
|
|
|
117 |
|
if (c ==
'\u0A03')
return tr
ue; CR LF
|
|
|
118 |
|
if (('\u
0A05' <= c
) && (c <=
'\u0A0A')
) return t
rue; CR LF
|
|
|
119 |
|
if (('\u
0A0F' <= c
) && (c <=
'\u0A10')
) return t
rue; CR LF
|
|
|
120 |
|
if (('\u
0A13' <= c
) && (c <=
'\u0A28')
) return t
rue; CR LF
|
|
|
121 |
|
if (('\u
0A2A' <= c
) && (c <=
'\u0A30')
) return t
rue; CR LF
|
|
|
122 |
|
if (('\u
0A32' <= c
) && (c <=
'\u0A33')
) return t
rue; CR LF
|
|
|
123 |
|
if (('\u
0A35' <= c
) && (c <=
'\u0A36')
) return t
rue; CR LF
|
|
|
124 |
|
if (('\u
0A38' <= c
) && (c <=
'\u0A39')
) return t
rue; CR LF
|
|
|
125 |
|
if (('\u
0A3E' <= c
) && (c <=
'\u0A40')
) return t
rue; CR LF
|
|
|
126 |
|
if (('\u
0A41' <= c
) && (c <=
'\u0A42')
) return t
rue; CR LF
|
|
|
127 |
|
if (('\u
0A47' <= c
) && (c <=
'\u0A48')
) return t
rue; CR LF
|
|
|
128 |
|
if (('\u
0A4B' <= c
) && (c <=
'\u0A4C')
) return t
rue; CR LF
|
|
|
129 |
|
if (('\u
0A59' <= c
) && (c <=
'\u0A5C')
) return t
rue; CR LF
|
|
|
130 |
|
if (c ==
'\u0A5E')
return tr
ue; CR LF
|
|
|
131 |
|
if (('\u
0A70' <= c
) && (c <=
'\u0A71')
) return t
rue; CR LF
|
|
|
132 |
|
if (('\u
0A72' <= c
) && (c <=
'\u0A74')
) return t
rue; CR LF
|
|
|
133 |
|
if (('\u
0A81' <= c
) && (c <=
'\u0A82')
) return t
rue; CR LF
|
|
|
134 |
|
if (c ==
'\u0A83')
return tr
ue; CR LF
|
|
|
135 |
|
if (('\u
0A85' <= c
) && (c <=
'\u0A8D')
) return t
rue; CR LF
|
|
|
136 |
|
if (('\u
0A8F' <= c
) && (c <=
'\u0A91')
) return t
rue; CR LF
|
|
|
137 |
|
if (('\u
0A93' <= c
) && (c <=
'\u0AA8')
) return t
rue; CR LF
|
|
|
138 |
|
if (('\u
0AAA' <= c
) && (c <=
'\u0AB0')
) return t
rue; CR LF
|
|
|
139 |
|
if (('\u
0AB2' <= c
) && (c <=
'\u0AB3')
) return t
rue; CR LF
|
|
|
140 |
|
if (('\u
0AB5' <= c
) && (c <=
'\u0AB9')
) return t
rue; CR LF
|
|
|
141 |
|
if (c ==
'\u0ABD')
return tr
ue; CR LF
|
|
|
142 |
|
if (('\u
0ABE' <= c
) && (c <=
'\u0AC0')
) return t
rue; CR LF
|
|
|
143 |
|
if (('\u
0AC1' <= c
) && (c <=
'\u0AC5')
) return t
rue; CR LF
|
|
|
144 |
|
if (('\u
0AC7' <= c
) && (c <=
'\u0AC8')
) return t
rue; CR LF
|
|
|
145 |
|
if (c ==
'\u0AC9')
return tr
ue; CR LF
|
|
|
146 |
|
if (('\u
0ACB' <= c
) && (c <=
'\u0ACC')
) return t
rue; CR LF
|
|
|
147 |
|
if (c ==
'\u0AD0')
return tr
ue; CR LF
|
|
|
148 |
|
if (('\u
0AE0' <= c
) && (c <=
'\u0AE1')
) return t
rue; CR LF
|
|
|
149 |
|
if (('\u
0AE2' <= c
) && (c <=
'\u0AE3')
) return t
rue; CR LF
|
|
|
150 |
|
if (c ==
'\u0B01')
return tr
ue; CR LF
|
|
|
151 |
|
if (('\u
0B02' <= c
) && (c <=
'\u0B03')
) return t
rue; CR LF
|
|
|
152 |
|
if (('\u
0B05' <= c
) && (c <=
'\u0B0C')
) return t
rue; CR LF
|
|
|
153 |
|
if (('\u
0B0F' <= c
) && (c <=
'\u0B10')
) return t
rue; CR LF
|
|
|
154 |
|
if (('\u
0B13' <= c
) && (c <=
'\u0B28')
) return t
rue; CR LF
|
|
|
155 |
|
if (('\u
0B2A' <= c
) && (c <=
'\u0B30')
) return t
rue; CR LF
|
|
|
156 |
|
if (('\u
0B32' <= c
) && (c <=
'\u0B33')
) return t
rue; CR LF
|
|
|
157 |
|
if (('\u
0B35' <= c
) && (c <=
'\u0B39')
) return t
rue; CR LF
|
|
|
158 |
|
if (c ==
'\u0B3D')
return tr
ue; CR LF
|
|
|
159 |
|
if (c ==
'\u0B3E')
return tr
ue; CR LF
|
|
|
160 |
|
if (c ==
'\u0B3F')
return tr
ue; CR LF
|
|
|
161 |
|
if (c ==
'\u0B40')
return tr
ue; CR LF
|
|
|
162 |
|
if (('\u
0B41' <= c
) && (c <=
'\u0B43')
) return t
rue; CR LF
|
|
|
163 |
|
if (('\u
0B47' <= c
) && (c <=
'\u0B48')
) return t
rue; CR LF
|
|
|
164 |
|
if (('\u
0B4B' <= c
) && (c <=
'\u0B4C')
) return t
rue; CR LF
|
|
|
165 |
|
if (c ==
'\u0B56')
return tr
ue; CR LF
|
|
|
166 |
|
if (c ==
'\u0B57')
return tr
ue; CR LF
|
|
|
167 |
|
if (('\u
0B5C' <= c
) && (c <=
'\u0B5D')
) return t
rue; CR LF
|
|
|
168 |
|
if (('\u
0B5F' <= c
) && (c <=
'\u0B61')
) return t
rue; CR LF
|
|
|
169 |
|
if (c ==
'\u0B71')
return tr
ue; CR LF
|
|
|
170 |
|
if (c ==
'\u0B82')
return tr
ue; CR LF
|
|
|
171 |
|
if (c ==
'\u0B83')
return tr
ue; CR LF
|
|
|
172 |
|
if (('\u
0B85' <= c
) && (c <=
'\u0B8A')
) return t
rue; CR LF
|
|
|
173 |
|
if (('\u
0B8E' <= c
) && (c <=
'\u0B90')
) return t
rue; CR LF
|
|
|
174 |
|
if (('\u
0B92' <= c
) && (c <=
'\u0B95')
) return t
rue; CR LF
|
|
|
175 |
|
if (('\u
0B99' <= c
) && (c <=
'\u0B9A')
) return t
rue; CR LF
|
|
|
176 |
|
if (c ==
'\u0B9C')
return tr
ue; CR LF
|
|
|
177 |
|
if (('\u
0B9E' <= c
) && (c <=
'\u0B9F')
) return t
rue; CR LF
|
|
|
178 |
|
if (('\u
0BA3' <= c
) && (c <=
'\u0BA4')
) return t
rue; CR LF
|
|
|
179 |
|
if (('\u
0BA8' <= c
) && (c <=
'\u0BAA')
) return t
rue; CR LF
|
|
|
180 |
|
if (('\u
0BAE' <= c
) && (c <=
'\u0BB5')
) return t
rue; CR LF
|
|
|
181 |
|
if (('\u
0BB7' <= c
) && (c <=
'\u0BB9')
) return t
rue; CR LF
|
|
|
182 |
|
if (('\u
0BBE' <= c
) && (c <=
'\u0BBF')
) return t
rue; CR LF
|
|
|
183 |
|
if (c ==
'\u0BC0')
return tr
ue; CR LF
|
|
|
184 |
|
if (('\u
0BC1' <= c
) && (c <=
'\u0BC2')
) return t
rue; CR LF
|
|
|
185 |
|
if (('\u
0BC6' <= c
) && (c <=
'\u0BC8')
) return t
rue; CR LF
|
|
|
186 |
|
if (('\u
0BCA' <= c
) && (c <=
'\u0BCC')
) return t
rue; CR LF
|
|
|
187 |
|
if (c ==
'\u0BD7')
return tr
ue; CR LF
|
|
|
188 |
|
if (('\u
0C01' <= c
) && (c <=
'\u0C03')
) return t
rue; CR LF
|
|
|
189 |
|
if (('\u
0C05' <= c
) && (c <=
'\u0C0C')
) return t
rue; CR LF
|
|
|
190 |
|
if (('\u
0C0E' <= c
) && (c <=
'\u0C10')
) return t
rue; CR LF
|
|
|
191 |
|
if (('\u
0C12' <= c
) && (c <=
'\u0C28')
) return t
rue; CR LF
|
|
|
192 |
|
if (('\u
0C2A' <= c
) && (c <=
'\u0C33')
) return t
rue; CR LF
|
|
|
193 |
|
if (('\u
0C35' <= c
) && (c <=
'\u0C39')
) return t
rue; CR LF
|
|
|
194 |
|
if (('\u
0C3E' <= c
) && (c <=
'\u0C40')
) return t
rue; CR LF
|
|
|
195 |
|
if (('\u
0C41' <= c
) && (c <=
'\u0C44')
) return t
rue; CR LF
|
|
|
196 |
|
if (('\u
0C46' <= c
) && (c <=
'\u0C48')
) return t
rue; CR LF
|
|
|
197 |
|
if (('\u
0C4A' <= c
) && (c <=
'\u0C4C')
) return t
rue; CR LF
|
|
|
198 |
|
if (('\u
0C55' <= c
) && (c <=
'\u0C56')
) return t
rue; CR LF
|
|
|
199 |
|
if (('\u
0C60' <= c
) && (c <=
'\u0C61')
) return t
rue; CR LF
|
|
|
200 |
|
if (('\u
0C82' <= c
) && (c <=
'\u0C83')
) return t
rue; CR LF
|
|
|
201 |
|
if (('\u
0C85' <= c
) && (c <=
'\u0C8C')
) return t
rue; CR LF
|
|
|
202 |
|
if (('\u
0C8E' <= c
) && (c <=
'\u0C90')
) return t
rue; CR LF
|
|
|
203 |
|
if (('\u
0C92' <= c
) && (c <=
'\u0CA8')
) return t
rue; CR LF
|
|
|
204 |
|
if (('\u
0CAA' <= c
) && (c <=
'\u0CB3')
) return t
rue; CR LF
|
|
|
205 |
|
if (('\u
0CB5' <= c
) && (c <=
'\u0CB9')
) return t
rue; CR LF
|
|
|
206 |
|
if (c ==
'\u0CBD')
return tr
ue; CR LF
|
|
|
207 |
|
if (c ==
'\u0CBE')
return tr
ue; CR LF
|
|
|
208 |
|
if (c ==
'\u0CBF')
return tr
ue; CR LF
|
|
|
209 |
|
if (('\u
0CC0' <= c
) && (c <=
'\u0CC4')
) return t
rue; CR LF
|
|
|
210 |
|
if (c ==
'\u0CC6')
return tr
ue; CR LF
|
|
|
211 |
|
if (('\u
0CC7' <= c
) && (c <=
'\u0CC8')
) return t
rue; CR LF
|
|
|
212 |
|
if (('\u
0CCA' <= c
) && (c <=
'\u0CCB')
) return t
rue; CR LF
|
|
|
213 |
|
if (c ==
'\u0CCC')
return tr
ue; CR LF
|
|
|
214 |
|
if (('\u
0CD5' <= c
) && (c <=
'\u0CD6')
) return t
rue; CR LF
|
|
|
215 |
|
if (c ==
'\u0CDE')
return tr
ue; CR LF
|
|
|
216 |
|
if (('\u
0CE0' <= c
) && (c <=
'\u0CE1')
) return t
rue; CR LF
|
|
|
217 |
|
if (('\u
0D02' <= c
) && (c <=
'\u0D03')
) return t
rue; CR LF
|
|
|
218 |
|
if (('\u
0D05' <= c
) && (c <=
'\u0D0C')
) return t
rue; CR LF
|
|
|
219 |
|
if (('\u
0D0E' <= c
) && (c <=
'\u0D10')
) return t
rue; CR LF
|
|
|
220 |
|
if (('\u
0D12' <= c
) && (c <=
'\u0D28')
) return t
rue; CR LF
|
|
|
221 |
|
if (('\u
0D2A' <= c
) && (c <=
'\u0D39')
) return t
rue; CR LF
|
|
|
222 |
|
if (('\u
0D3E' <= c
) && (c <=
'\u0D40')
) return t
rue; CR LF
|
|
|
223 |
|
if (('\u
0D41' <= c
) && (c <=
'\u0D43')
) return t
rue; CR LF
|
|
|
224 |
|
if (('\u
0D46' <= c
) && (c <=
'\u0D48')
) return t
rue; CR LF
|
|
|
225 |
|
if (('\u
0D4A' <= c
) && (c <=
'\u0D4C')
) return t
rue; CR LF
|
|
|
226 |
|
if (c ==
'\u0D57')
return tr
ue; CR LF
|
|
|
227 |
|
if (('\u
0D60' <= c
) && (c <=
'\u0D61')
) return t
rue; CR LF
|
|
|
228 |
|
if (('\u
0D82' <= c
) && (c <=
'\u0D83')
) return t
rue; CR LF
|
|
|
229 |
|
if (('\u
0D85' <= c
) && (c <=
'\u0D96')
) return t
rue; CR LF
|
|
|
230 |
|
if (('\u
0D9A' <= c
) && (c <=
'\u0DB1')
) return t
rue; CR LF
|
|
|
231 |
|
if (('\u
0DB3' <= c
) && (c <=
'\u0DBB')
) return t
rue; CR LF
|
|
|
232 |
|
if (c ==
'\u0DBD')
return tr
ue; CR LF
|
|
|
233 |
|
if (('\u
0DC0' <= c
) && (c <=
'\u0DC6')
) return t
rue; CR LF
|
|
|
234 |
|
if (('\u
0DCF' <= c
) && (c <=
'\u0DD1')
) return t
rue; CR LF
|
|
|
235 |
|
if (('\u
0DD2' <= c
) && (c <=
'\u0DD4')
) return t
rue; CR LF
|
|
|
236 |
|
if (c ==
'\u0DD6')
return tr
ue; CR LF
|
|
|
237 |
|
if (('\u
0DD8' <= c
) && (c <=
'\u0DDF')
) return t
rue; CR LF
|
|
|
238 |
|
if (('\u
0DF2' <= c
) && (c <=
'\u0DF3')
) return t
rue; CR LF
|
|
|
239 |
|
if (('\u
0E01' <= c
) && (c <=
'\u0E30')
) return t
rue; CR LF
|
|
|
240 |
|
if (c ==
'\u0E31')
return tr
ue; CR LF
|
|
|
241 |
|
if (('\u
0E32' <= c
) && (c <=
'\u0E33')
) return t
rue; CR LF
|
|
|
242 |
|
if (('\u
0E34' <= c
) && (c <=
'\u0E3A')
) return t
rue; CR LF
|
|
|
243 |
|
if (('\u
0E40' <= c
) && (c <=
'\u0E45')
) return t
rue; CR LF
|
|
|
244 |
|
if (c ==
'\u0E46')
return tr
ue; CR LF
|
|
|
245 |
|
if (c ==
'\u0E4D')
return tr
ue; CR LF
|
|
|
246 |
|
if (('\u
0E81' <= c
) && (c <=
'\u0E82')
) return t
rue; CR LF
|
|
|
247 |
|
if (c ==
'\u0E84')
return tr
ue; CR LF
|
|
|
248 |
|
if (('\u
0E87' <= c
) && (c <=
'\u0E88')
) return t
rue; CR LF
|
|
|
249 |
|
if (c ==
'\u0E8A')
return tr
ue; CR LF
|
|
|
250 |
|
if (c ==
'\u0E8D')
return tr
ue; CR LF
|
|
|
251 |
|
if (('\u
0E94' <= c
) && (c <=
'\u0E97')
) return t
rue; CR LF
|
|
|
252 |
|
if (('\u
0E99' <= c
) && (c <=
'\u0E9F')
) return t
rue; CR LF
|
|
|
253 |
|
if (('\u
0EA1' <= c
) && (c <=
'\u0EA3')
) return t
rue; CR LF
|
|
|
254 |
|
if (c ==
'\u0EA5')
return tr
ue; CR LF
|
|
|
255 |
|
if (c ==
'\u0EA7')
return tr
ue; CR LF
|
|
|
256 |
|
if (('\u
0EAA' <= c
) && (c <=
'\u0EAB')
) return t
rue; CR LF
|
|
|
257 |
|
if (('\u
0EAD' <= c
) && (c <=
'\u0EB0')
) return t
rue; CR LF
|
|
|
258 |
|
if (c ==
'\u0EB1')
return tr
ue; CR LF
|
|
|
259 |
|
if (('\u
0EB2' <= c
) && (c <=
'\u0EB3')
) return t
rue; CR LF
|
|
|
260 |
|
if (('\u
0EB4' <= c
) && (c <=
'\u0EB9')
) return t
rue; CR LF
|
|
|
261 |
|
if (('\u
0EBB' <= c
) && (c <=
'\u0EBC')
) return t
rue; CR LF
|
|
|
262 |
|
if (c ==
'\u0EBD')
return tr
ue; CR LF
|
|
|
263 |
|
if (('\u
0EC0' <= c
) && (c <=
'\u0EC4')
) return t
rue; CR LF
|
|
|
264 |
|
if (c ==
'\u0EC6')
return tr
ue; CR LF
|
|
|
265 |
|
if (c ==
'\u0ECD')
return tr
ue; CR LF
|
|
|
266 |
|
if (('\u
0EDC' <= c
) && (c <=
'\u0EDD')
) return t
rue; CR LF
|
|
|
267 |
|
if (c ==
'\u0F00')
return tr
ue; CR LF
|
|
|
268 |
|
if (('\u
0F40' <= c
) && (c <=
'\u0F47')
) return t
rue; CR LF
|
|
|
269 |
|
if (('\u
0F49' <= c
) && (c <=
'\u0F6A')
) return t
rue; CR LF
|
|
|
270 |
|
if (('\u
0F71' <= c
) && (c <=
'\u0F7E')
) return t
rue; CR LF
|
|
|
271 |
|
if (c ==
'\u0F7F')
return tr
ue; CR LF
|
|
|
272 |
|
if (('\u
0F80' <= c
) && (c <=
'\u0F81')
) return t
rue; CR LF
|
|
|
273 |
|
if (('\u
0F88' <= c
) && (c <=
'\u0F8B')
) return t
rue; CR LF
|
|
|
274 |
|
if (('\u
0F90' <= c
) && (c <=
'\u0F97')
) return t
rue; CR LF
|
|
|
275 |
|
if (('\u
0F99' <= c
) && (c <=
'\u0FBC')
) return t
rue; CR LF
|
|
|
276 |
|
if (('\u
1000' <= c
) && (c <=
'\u1021')
) return t
rue; CR LF
|
|
|
277 |
|
if (('\u
1023' <= c
) && (c <=
'\u1027')
) return t
rue; CR LF
|
|
|
278 |
|
if (('\u
1029' <= c
) && (c <=
'\u102A')
) return t
rue; CR LF
|
|
|
279 |
|
if (c ==
'\u102C')
return tr
ue; CR LF
|
|
|
280 |
|
if (('\u
102D' <= c
) && (c <=
'\u1030')
) return t
rue; CR LF
|
|
|
281 |
|
if (c ==
'\u1031')
return tr
ue; CR LF
|
|
|
282 |
|
if (c ==
'\u1032')
return tr
ue; CR LF
|
|
|
283 |
|
if (c ==
'\u1036')
return tr
ue; CR LF
|
|
|
284 |
|
if (c ==
'\u1038')
return tr
ue; CR LF
|
|
|
285 |
|
if (('\u
1050' <= c
) && (c <=
'\u1055')
) return t
rue; CR LF
|
|
|
286 |
|
if (('\u
1056' <= c
) && (c <=
'\u1057')
) return t
rue; CR LF
|
|
|
287 |
|
if (('\u
1058' <= c
) && (c <=
'\u1059')
) return t
rue; CR LF
|
|
|
288 |
|
if (('\u
10A0' <= c
) && (c <=
'\u10C5')
) return t
rue; CR LF
|
|
|
289 |
|
if (('\u
10D0' <= c
) && (c <=
'\u10F8')
) return t
rue; CR LF
|
|
|
290 |
|
if (('\u
1100' <= c
) && (c <=
'\u1159')
) return t
rue; CR LF
|
|
|
291 |
|
if (('\u
115F' <= c
) && (c <=
'\u11A2')
) return t
rue; CR LF
|
|
|
292 |
|
if (('\u
11A8' <= c
) && (c <=
'\u11F9')
) return t
rue; CR LF
|
|
|
293 |
|
if (('\u
1200' <= c
) && (c <=
'\u1206')
) return t
rue; CR LF
|
|
|
294 |
|
if (('\u
1208' <= c
) && (c <=
'\u1246')
) return t
rue; CR LF
|
|
|
295 |
|
if (c ==
'\u1248')
return tr
ue; CR LF
|
|
|
296 |
|
if (('\u
124A' <= c
) && (c <=
'\u124D')
) return t
rue; CR LF
|
|
|
297 |
|
if (('\u
1250' <= c
) && (c <=
'\u1256')
) return t
rue; CR LF
|
|
|
298 |
|
if (c ==
'\u1258')
return tr
ue; CR LF
|
|
|
299 |
|
if (('\u
125A' <= c
) && (c <=
'\u125D')
) return t
rue; CR LF
|
|
|
300 |
|
if (('\u
1260' <= c
) && (c <=
'\u1286')
) return t
rue; CR LF
|
|
|
301 |
|
if (c ==
'\u1288')
return tr
ue; CR LF
|
|
|
302 |
|
if (('\u
128A' <= c
) && (c <=
'\u128D')
) return t
rue; CR LF
|
|
|
303 |
|
if (('\u
1290' <= c
) && (c <=
'\u12AE')
) return t
rue; CR LF
|
|
|
304 |
|
if (c ==
'\u12B0')
return tr
ue; CR LF
|
|
|
305 |
|
if (('\u
12B2' <= c
) && (c <=
'\u12B5')
) return t
rue; CR LF
|
|
|
306 |
|
if (('\u
12B8' <= c
) && (c <=
'\u12BE')
) return t
rue; CR LF
|
|
|
307 |
|
if (c ==
'\u12C0')
return tr
ue; CR LF
|
|
|
308 |
|
if (('\u
12C2' <= c
) && (c <=
'\u12C5')
) return t
rue; CR LF
|
|
|
309 |
|
if (('\u
12C8' <= c
) && (c <=
'\u12CE')
) return t
rue; CR LF
|
|
|
310 |
|
if (('\u
12D0' <= c
) && (c <=
'\u12D6')
) return t
rue; CR LF
|
|
|
311 |
|
if (('\u
12D8' <= c
) && (c <=
'\u12EE')
) return t
rue; CR LF
|
|
|
312 |
|
if (('\u
12F0' <= c
) && (c <=
'\u130E')
) return t
rue; CR LF
|
|
|
313 |
|
if (c ==
'\u1310')
return tr
ue; CR LF
|
|
|
314 |
|
if (('\u
1312' <= c
) && (c <=
'\u1315')
) return t
rue; CR LF
|
|
|
315 |
|
if (('\u
1318' <= c
) && (c <=
'\u131E')
) return t
rue; CR LF
|
|
|
316 |
|
if (('\u
1320' <= c
) && (c <=
'\u1346')
) return t
rue; CR LF
|
|
|
317 |
|
if (('\u
1348' <= c
) && (c <=
'\u135A')
) return t
rue; CR LF
|
|
|
318 |
|
if (('\u
13A0' <= c
) && (c <=
'\u13F4')
) return t
rue; CR LF
|
|
|
319 |
|
if (('\u
1401' <= c
) && (c <=
'\u166C')
) return t
rue; CR LF
|
|
|
320 |
|
if (('\u
166F' <= c
) && (c <=
'\u1676')
) return t
rue; CR LF
|
|
|
321 |
|
if (('\u
1681' <= c
) && (c <=
'\u169A')
) return t
rue; CR LF
|
|
|
322 |
|
if (('\u
16A0' <= c
) && (c <=
'\u16EA')
) return t
rue; CR LF
|
|
|
323 |
|
if (('\u
16EE' <= c
) && (c <=
'\u16F0')
) return t
rue; CR LF
|
|
|
324 |
|
if (('\u
1700' <= c
) && (c <=
'\u170C')
) return t
rue; CR LF
|
|
|
325 |
|
if (('\u
170E' <= c
) && (c <=
'\u1711')
) return t
rue; CR LF
|
|
|
326 |
|
if (('\u
1712' <= c
) && (c <=
'\u1713')
) return t
rue; CR LF
|
|
|
327 |
|
if (('\u
1720' <= c
) && (c <=
'\u1731')
) return t
rue; CR LF
|
|
|
328 |
|
if (('\u
1732' <= c
) && (c <=
'\u1733')
) return t
rue; CR LF
|
|
|
329 |
|
if (('\u
1740' <= c
) && (c <=
'\u1751')
) return t
rue; CR LF
|
|
|
330 |
|
if (('\u
1752' <= c
) && (c <=
'\u1753')
) return t
rue; CR LF
|
|
|
331 |
|
if (('\u
1760' <= c
) && (c <=
'\u176C')
) return t
rue; CR LF
|
|
|
332 |
|
if (('\u
176E' <= c
) && (c <=
'\u1770')
) return t
rue; CR LF
|
|
|
333 |
|
if (('\u
1772' <= c
) && (c <=
'\u1773')
) return t
rue; CR LF
|
|
|
334 |
|
if (('\u
1780' <= c
) && (c <=
'\u17B3')
) return t
rue; CR LF
|
|
|
335 |
|
if (c ==
'\u17B6')
return tr
ue; CR LF
|
|
|
336 |
|
if (('\u
17B7' <= c
) && (c <=
'\u17BD')
) return t
rue; CR LF
|
|
|
337 |
|
if (('\u
17BE' <= c
) && (c <=
'\u17C5')
) return t
rue; CR LF
|
|
|
338 |
|
if (c ==
'\u17C6')
return tr
ue; CR LF
|
|
|
339 |
|
if (('\u
17C7' <= c
) && (c <=
'\u17C8')
) return t
rue; CR LF
|
|
|
340 |
|
if (c ==
'\u17D7')
return tr
ue; CR LF
|
|
|
341 |
|
if (c ==
'\u17DC')
return tr
ue; CR LF
|
|
|
342 |
|
if (('\u
1820' <= c
) && (c <=
'\u1842')
) return t
rue; CR LF
|
|
|
343 |
|
if (c ==
'\u1843')
return tr
ue; CR LF
|
|
|
344 |
|
if (('\u
1844' <= c
) && (c <=
'\u1877')
) return t
rue; CR LF
|
|
|
345 |
|
if (('\u
1880' <= c
) && (c <=
'\u18A8')
) return t
rue; CR LF
|
|
|
346 |
|
if (c ==
'\u18A9')
return tr
ue; CR LF
|
|
|
347 |
|
if (('\u
1900' <= c
) && (c <=
'\u191C')
) return t
rue; CR LF
|
|
|
348 |
|
if (('\u
1920' <= c
) && (c <=
'\u1922')
) return t
rue; CR LF
|
|
|
349 |
|
if (('\u
1923' <= c
) && (c <=
'\u1926')
) return t
rue; CR LF
|
|
|
350 |
|
if (('\u
1927' <= c
) && (c <=
'\u1928')
) return t
rue; CR LF
|
|
|
351 |
|
if (('\u
1929' <= c
) && (c <=
'\u192B')
) return t
rue; CR LF
|
|
|
352 |
|
if (('\u
1930' <= c
) && (c <=
'\u1931')
) return t
rue; CR LF
|
|
|
353 |
|
if (c ==
'\u1932')
return tr
ue; CR LF
|
|
|
354 |
|
if (('\u
1933' <= c
) && (c <=
'\u1938')
) return t
rue; CR LF
|
|
|
355 |
|
if (('\u
1950' <= c
) && (c <=
'\u196D')
) return t
rue; CR LF
|
|
|
356 |
|
if (('\u
1970' <= c
) && (c <=
'\u1974')
) return t
rue; CR LF
|
|
|
357 |
|
if (('\u
1D00' <= c
) && (c <=
'\u1D2B')
) return t
rue; CR LF
|
|
|
358 |
|
if (('\u
1D2C' <= c
) && (c <=
'\u1D61')
) return t
rue; CR LF
|
|
|
359 |
|
if (('\u
1D62' <= c
) && (c <=
'\u1D6B')
) return t
rue; CR LF
|
|
|
360 |
|
if (('\u
1E00' <= c
) && (c <=
'\u1E9B')
) return t
rue; CR LF
|
|
|
361 |
|
if (('\u
1EA0' <= c
) && (c <=
'\u1EF9')
) return t
rue; CR LF
|
|
|
362 |
|
if (('\u
1F00' <= c
) && (c <=
'\u1F15')
) return t
rue; CR LF
|
|
|
363 |
|
if (('\u
1F18' <= c
) && (c <=
'\u1F1D')
) return t
rue; CR LF
|
|
|
364 |
|
if (('\u
1F20' <= c
) && (c <=
'\u1F45')
) return t
rue; CR LF
|
|
|
365 |
|
if (('\u
1F48' <= c
) && (c <=
'\u1F4D')
) return t
rue; CR LF
|
|
|
366 |
|
if (('\u
1F50' <= c
) && (c <=
'\u1F57')
) return t
rue; CR LF
|
|
|
367 |
|
if (c ==
'\u1F59')
return tr
ue; CR LF
|
|
|
368 |
|
if (c ==
'\u1F5B')
return tr
ue; CR LF
|
|
|
369 |
|
if (c ==
'\u1F5D')
return tr
ue; CR LF
|
|
|
370 |
|
if (('\u
1F5F' <= c
) && (c <=
'\u1F7D')
) return t
rue; CR LF
|
|
|
371 |
|
if (('\u
1F80' <= c
) && (c <=
'\u1FB4')
) return t
rue; CR LF
|
|
|
372 |
|
if (('\u
1FB6' <= c
) && (c <=
'\u1FBC')
) return t
rue; CR LF
|
|
|
373 |
|
if (c ==
'\u1FBE')
return tr
ue; CR LF
|
|
|
374 |
|
if (('\u
1FC2' <= c
) && (c <=
'\u1FC4')
) return t
rue; CR LF
|
|
|
375 |
|
if (('\u
1FC6' <= c
) && (c <=
'\u1FCC')
) return t
rue; CR LF
|
|
|
376 |
|
if (('\u
1FD0' <= c
) && (c <=
'\u1FD3')
) return t
rue; CR LF
|
|
|
377 |
|
if (('\u
1FD6' <= c
) && (c <=
'\u1FDB')
) return t
rue; CR LF
|
|
|
378 |
|
if (('\u
1FE0' <= c
) && (c <=
'\u1FEC')
) return t
rue; CR LF
|
|
|
379 |
|
if (('\u
1FF2' <= c
) && (c <=
'\u1FF4')
) return t
rue; CR LF
|
|
|
380 |
|
if (('\u
1FF6' <= c
) && (c <=
'\u1FFC')
) return t
rue; CR LF
|
|
|
381 |
|
if (c ==
'\u2071')
return tr
ue; CR LF
|
|
|
382 |
|
if (c ==
'\u207F')
return tr
ue; CR LF
|
|
|
383 |
|
if (c ==
'\u2102')
return tr
ue; CR LF
|
|
|
384 |
|
if (c ==
'\u2107')
return tr
ue; CR LF
|
|
|
385 |
|
if (('\u
210A' <= c
) && (c <=
'\u2113')
) return t
rue; CR LF
|
|
|
386 |
|
if (c ==
'\u2115')
return tr
ue; CR LF
|
|
|
387 |
|
if (('\u
2119' <= c
) && (c <=
'\u211D')
) return t
rue; CR LF
|
|
|
388 |
|
if (c ==
'\u2124')
return tr
ue; CR LF
|
|
|
389 |
|
if (c ==
'\u2126')
return tr
ue; CR LF
|
|
|
390 |
|
if (c ==
'\u2128')
return tr
ue; CR LF
|
|
|
391 |
|
if (('\u
212A' <= c
) && (c <=
'\u212D')
) return t
rue; CR LF
|
|
|
392 |
|
if (('\u
212F' <= c
) && (c <=
'\u2131')
) return t
rue; CR LF
|
|
|
393 |
|
if (('\u
2133' <= c
) && (c <=
'\u2134')
) return t
rue; CR LF
|
|
|
394 |
|
if (('\u
2135' <= c
) && (c <=
'\u2138')
) return t
rue; CR LF
|
|
|
395 |
|
if (c ==
'\u2139')
return tr
ue; CR LF
|
|
|
396 |
|
if (('\u
213D' <= c
) && (c <=
'\u213F')
) return t
rue; CR LF
|
|
|
397 |
|
if (('\u
2145' <= c
) && (c <=
'\u2149')
) return t
rue; CR LF
|
|
|
398 |
|
if (('\u
2160' <= c
) && (c <=
'\u2183')
) return t
rue; CR LF
|
|
|
399 |
|
if (c ==
'\u3005')
return tr
ue; CR LF
|
|
|
400 |
|
if (c ==
'\u3006')
return tr
ue; CR LF
|
|
|
401 |
|
if (c ==
'\u3007')
return tr
ue; CR LF
|
|
|
402 |
|
if (('\u
3021' <= c
) && (c <=
'\u3029')
) return t
rue; CR LF
|
|
|
403 |
|
if (('\u
3031' <= c
) && (c <=
'\u3035')
) return t
rue; CR LF
|
|
|
404 |
|
if (('\u
3038' <= c
) && (c <=
'\u303A')
) return t
rue; CR LF
|
|
|
405 |
|
if (c ==
'\u303B')
return tr
ue; CR LF
|
|
|
406 |
|
if (c ==
'\u303C')
return tr
ue; CR LF
|
|
|
407 |
|
if (('\u
3041' <= c
) && (c <=
'\u3096')
) return t
rue; CR LF
|
|
|
408 |
|
if (('\u
309D' <= c
) && (c <=
'\u309E')
) return t
rue; CR LF
|
|
|
409 |
|
if (c ==
'\u309F')
return tr
ue; CR LF
|
|
|
410 |
|
if (('\u
30A1' <= c
) && (c <=
'\u30FA')
) return t
rue; CR LF
|
|
|
411 |
|
if (('\u
30FC' <= c
) && (c <=
'\u30FE')
) return t
rue; CR LF
|
|
|
412 |
|
if (c ==
'\u30FF')
return tr
ue; CR LF
|
|
|
413 |
|
if (('\u
3105' <= c
) && (c <=
'\u312C')
) return t
rue; CR LF
|
|
|
414 |
|
if (('\u
3131' <= c
) && (c <=
'\u318E')
) return t
rue; CR LF
|
|
|
415 |
|
if (('\u
31A0' <= c
) && (c <=
'\u31B7')
) return t
rue; CR LF
|
|
|
416 |
|
if (('\u
31F0' <= c
) && (c <=
'\u31FF')
) return t
rue; CR LF
|
|
|
417 |
|
if (('\u
3400' <= c
) && (c <=
'\u4DB5')
) return t
rue; CR LF
|
|
|
418 |
|
if (('\u
4E00' <= c
) && (c <=
'\u9FA5')
) return t
rue; CR LF
|
|
|
419 |
|
if (('\u
A000' <= c
) && (c <=
'\uA48C')
) return t
rue; CR LF
|
|
|
420 |
|
if (('\u
AC00' <= c
) && (c <=
'\uD7A3')
) return t
rue; CR LF
|
|
|
421 |
|
if (('\u
F900' <= c
) && (c <=
'\uFA2D')
) return t
rue; CR LF
|
|
|
422 |
|
if (('\u
FA30' <= c
) && (c <=
'\uFA6A')
) return t
rue; CR LF
|
|
|
423 |
|
if (('\u
FB00' <= c
) && (c <=
'\uFB06')
) return t
rue; CR LF
|
|
|
424 |
|
if (('\u
FB13' <= c
) && (c <=
'\uFB17')
) return t
rue; CR LF
|
|
|
425 |
|
if (c ==
'\uFB1D')
return tr
ue; CR LF
|
|
|
426 |
|
if (c ==
'\uFB1E')
return tr
ue; CR LF
|
|
|
427 |
|
if (('\u
FB1F' <= c
) && (c <=
'\uFB28')
) return t
rue; CR LF
|
|
|
428 |
|
if (('\u
FB2A' <= c
) && (c <=
'\uFB36')
) return t
rue; CR LF
|
|
|
429 |
|
if (('\u
FB38' <= c
) && (c <=
'\uFB3C')
) return t
rue; CR LF
|
|
|
430 |
|
if (c ==
'\uFB3E')
return tr
ue; CR LF
|
|
|
431 |
|
if (('\u
FB40' <= c
) && (c <=
'\uFB41')
) return t
rue; CR LF
|
|
|
432 |
|
if (('\u
FB43' <= c
) && (c <=
'\uFB44')
) return t
rue; CR LF
|
|
|
433 |
|
if (('\u
FB46' <= c
) && (c <=
'\uFBB1')
) return t
rue; CR LF
|
|
|
434 |
|
if (('\u
FBD3' <= c
) && (c <=
'\uFD3D')
) return t
rue; CR LF
|
|
|
435 |
|
if (('\u
FD50' <= c
) && (c <=
'\uFD8F')
) return t
rue; CR LF
|
|
|
436 |
|
if (('\u
FD92' <= c
) && (c <=
'\uFDC7')
) return t
rue; CR LF
|
|
|
437 |
|
if (('\u
FDF0' <= c
) && (c <=
'\uFDFB')
) return t
rue; CR LF
|
|
|
438 |
|
if (('\u
FE70' <= c
) && (c <=
'\uFE74')
) return t
rue; CR LF
|
|
|
439 |
|
if (('\u
FE76' <= c
) && (c <=
'\uFEFC')
) return t
rue; CR LF
|
|
|
440 |
|
if (('\u
FF21' <= c
) && (c <=
'\uFF3A')
) return t
rue; CR LF
|
|
|
441 |
|
if (('\u
FF41' <= c
) && (c <=
'\uFF5A')
) return t
rue; CR LF
|
|
|
442 |
|
if (('\u
FF66' <= c
) && (c <=
'\uFF6F')
) return t
rue; CR LF
|
|
|
443 |
|
if (c ==
'\uFF70')
return tr
ue; CR LF
|
|
|
444 |
|
if (('\u
FF71' <= c
) && (c <=
'\uFF9D')
) return t
rue; CR LF
|
|
|
445 |
|
if (('\u
FF9E' <= c
) && (c <=
'\uFF9F')
) return t
rue; CR LF
|
|
|
446 |
|
if (('\u
FFA0' <= c
) && (c <=
'\uFFBE')
) return t
rue; CR LF
|
|
|
447 |
|
if (('\u
FFC2' <= c
) && (c <=
'\uFFC7')
) return t
rue; CR LF
|
|
|
448 |
|
if (('\u
FFCA' <= c
) && (c <=
'\uFFCF')
) return t
rue; CR LF
|
|
|
449 |
|
if (('\u
FFD2' <= c
) && (c <=
'\uFFD7')
) return t
rue; CR LF
|
|
|
450 |
|
if (('\u
FFDA' <= c
) && (c <=
'\uFFDC')
) return t
rue; CR LF
|
|
|
451 |
|
if (('\u
10000' <=
c) && (c <
= '\u1000B
')) return
true; CR LF
|
|
|
452 |
|
if (('\u
1000D' <=
c) && (c <
= '\u10026
')) return
true; CR LF
|
|
|
453 |
|
if (('\u
10028' <=
c) && (c <
= '\u1003A
')) return
true; CR LF
|
|
|
454 |
|
if (('\u
1003C' <=
c) && (c <
= '\u1003D
')) return
true; CR LF
|
|
|
455 |
|
if (('\u
1003F' <=
c) && (c <
= '\u1004D
')) return
true; CR LF
|
|
|
456 |
|
if (('\u
10050' <=
c) && (c <
= '\u1005D
')) return
true; CR LF
|
|
|
457 |
|
if (('\u
10080' <=
c) && (c <
= '\u100FA
')) return
true; CR LF
|
|
|
458 |
|
if (('\u
10300' <=
c) && (c <
= '\u1031E
')) return
true; CR LF
|
|
|
459 |
|
if (('\u
10330' <=
c) && (c <
= '\u10349
')) return
true; CR LF
|
|
|
460 |
|
if (c ==
'\u1034A'
) return t
rue; CR LF
|
|
|
461 |
|
if (('\u
10380' <=
c) && (c <
= '\u1039D
')) return
true; CR LF
|
|
|
462 |
|
if (('\u
10400' <=
c) && (c <
= '\u1044F
')) return
true; CR LF
|
|
|
463 |
|
if (('\u
10450' <=
c) && (c <
= '\u1049D
')) return
true; CR LF
|
|
|
464 |
|
if (('\u
10800' <=
c) && (c <
= '\u10805
')) return
true; CR LF
|
|
|
465 |
|
if (c ==
'\u10808'
) return t
rue; CR LF
|
|
|
466 |
|
if (('\u
1080A' <=
c) && (c <
= '\u10835
')) return
true; CR LF
|
|
|
467 |
|
if (('\u
10837' <=
c) && (c <
= '\u10838
')) return
true; CR LF
|
|
|
468 |
|
if (c ==
'\u1083C'
) return t
rue; CR LF
|
|
|
469 |
|
if (c ==
'\u1083F'
) return t
rue; CR LF
|
|
|
470 |
|
if (('\u
1D400' <=
c) && (c <
= '\u1D454
')) return
true; CR LF
|
|
|
471 |
|
if (('\u
1D456' <=
c) && (c <
= '\u1D49C
')) return
true; CR LF
|
|
|
472 |
|
if (('\u
1D49E' <=
c) && (c <
= '\u1D49F
')) return
true; CR LF
|
|
|
473 |
|
if (c ==
'\u1D4A2'
) return t
rue; CR LF
|
|
|
474 |
|
if (('\u
1D4A5' <=
c) && (c <
= '\u1D4A6
')) return
true; CR LF
|
|
|
475 |
|
if (('\u
1D4A9' <=
c) && (c <
= '\u1D4AC
')) return
true; CR LF
|
|
|
476 |
|
if (('\u
1D4AE' <=
c) && (c <
= '\u1D4B9
')) return
true; CR LF
|
|
|
477 |
|
if (c ==
'\u1D4BB'
) return t
rue; CR LF
|
|
|
478 |
|
if (('\u
1D4BD' <=
c) && (c <
= '\u1D4C3
')) return
true; CR LF
|
|
|
479 |
|
if (('\u
1D4C5' <=
c) && (c <
= '\u1D505
')) return
true; CR LF
|
|
|
480 |
|
if (('\u
1D507' <=
c) && (c <
= '\u1D50A
')) return
true; CR LF
|
|
|
481 |
|
if (('\u
1D50D' <=
c) && (c <
= '\u1D514
')) return
true; CR LF
|
|
|
482 |
|
if (('\u
1D516' <=
c) && (c <
= '\u1D51C
')) return
true; CR LF
|
|
|
483 |
|
if (('\u
1D51E' <=
c) && (c <
= '\u1D539
')) return
true; CR LF
|
|
|
484 |
|
if (('\u
1D53B' <=
c) && (c <
= '\u1D53E
')) return
true; CR LF
|
|
|
485 |
|
if (('\u
1D540' <=
c) && (c <
= '\u1D544
')) return
true; CR LF
|
|
|
486 |
|
if (c ==
'\u1D546'
) return t
rue; CR LF
|
|
|
487 |
|
if (('\u
1D54A' <=
c) && (c <
= '\u1D550
')) return
true; CR LF
|
|
|
488 |
|
if (('\u
1D552' <=
c) && (c <
= '\u1D6A3
')) return
true; CR LF
|
|
|
489 |
|
if (('\u
1D6A8' <=
c) && (c <
= '\u1D6C0
')) return
true; CR LF
|
|
|
490 |
|
if (('\u
1D6C2' <=
c) && (c <
= '\u1D6DA
')) return
true; CR LF
|
|
|
491 |
|
if (('\u
1D6DC' <=
c) && (c <
= '\u1D6FA
')) return
true; CR LF
|
|
|
492 |
|
if (('\u
1D6FC' <=
c) && (c <
= '\u1D714
')) return
true; CR LF
|
|
|
493 |
|
if (('\u
1D716' <=
c) && (c <
= '\u1D734
')) return
true; CR LF
|
|
|
494 |
|
if (('\u
1D736' <=
c) && (c <
= '\u1D74E
')) return
true; CR LF
|
|
|
495 |
|
if (('\u
1D750' <=
c) && (c <
= '\u1D76E
')) return
true; CR LF
|
|
|
496 |
|
if (('\u
1D770' <=
c) && (c <
= '\u1D788
')) return
true; CR LF
|
|
|
497 |
|
if (('\u
1D78A' <=
c) && (c <
= '\u1D7A8
')) return
true; CR LF
|
|
|
498 |
|
if (('\u
1D7AA' <=
c) && (c <
= '\u1D7C2
')) return
true; CR LF
|
|
|
499 |
|
if (('\u
1D7C4' <=
c) && (c <
= '\u1D7C9
')) return
true; CR LF
|
|
|
500 |
|
if (('\u
20000' <=
c) && (c <
= '\u2A6D6
')) return
true; CR LF
|
|
|
501 |
|
if (('\u
2F800' <=
c) && (c <
= '\u2FA1D
')) return
true; CR LF
|
|
|
502 |
|
CR LF
|
|
|
503 |
|
return f
alse; CR LF
|
|
|
504 |
|
} CR LF
|
|
|
505 |
|
CR LF
|
|
|
506 |
|
function W
WHUnicodeI
nfo_Graphe
me_Extend(
c) CR LF
|
|
|
507 |
|
{ CR LF
|
|
|
508 |
|
if (('\u
0300' <= c
) && (c <=
'\u0357')
) return t
rue; CR LF
|
|
|
509 |
|
if (('\u
035D' <= c
) && (c <=
'\u036F')
) return t
rue; CR LF
|
|
|
510 |
|
if (('\u
0483' <= c
) && (c <=
'\u0486')
) return t
rue; CR LF
|
|
|
511 |
|
if (('\u
0488' <= c
) && (c <=
'\u0489')
) return t
rue; CR LF
|
|
|
512 |
|
if (('\u
0591' <= c
) && (c <=
'\u05A1')
) return t
rue; CR LF
|
|
|
513 |
|
if (('\u
05A3' <= c
) && (c <=
'\u05B9')
) return t
rue; CR LF
|
|
|
514 |
|
if (('\u
05BB' <= c
) && (c <=
'\u05BD')
) return t
rue; CR LF
|
|
|
515 |
|
if (c ==
'\u05BF')
return tr
ue; CR LF
|
|
|
516 |
|
if (('\u
05C1' <= c
) && (c <=
'\u05C2')
) return t
rue; CR LF
|
|
|
517 |
|
if (c ==
'\u05C4')
return tr
ue; CR LF
|
|
|
518 |
|
if (('\u
0610' <= c
) && (c <=
'\u0615')
) return t
rue; CR LF
|
|
|
519 |
|
if (('\u
064B' <= c
) && (c <=
'\u0658')
) return t
rue; CR LF
|
|
|
520 |
|
if (c ==
'\u0670')
return tr
ue; CR LF
|
|
|
521 |
|
if (('\u
06D6' <= c
) && (c <=
'\u06DC')
) return t
rue; CR LF
|
|
|
522 |
|
if (c ==
'\u06DE')
return tr
ue; CR LF
|
|
|
523 |
|
if (('\u
06DF' <= c
) && (c <=
'\u06E4')
) return t
rue; CR LF
|
|
|
524 |
|
if (('\u
06E7' <= c
) && (c <=
'\u06E8')
) return t
rue; CR LF
|
|
|
525 |
|
if (('\u
06EA' <= c
) && (c <=
'\u06ED')
) return t
rue; CR LF
|
|
|
526 |
|
if (c ==
'\u0711')
return tr
ue; CR LF
|
|
|
527 |
|
if (('\u
0730' <= c
) && (c <=
'\u074A')
) return t
rue; CR LF
|
|
|
528 |
|
if (('\u
07A6' <= c
) && (c <=
'\u07B0')
) return t
rue; CR LF
|
|
|
529 |
|
if (('\u
0901' <= c
) && (c <=
'\u0902')
) return t
rue; CR LF
|
|
|
530 |
|
if (c ==
'\u093C')
return tr
ue; CR LF
|
|
|
531 |
|
if (('\u
0941' <= c
) && (c <=
'\u0948')
) return t
rue; CR LF
|
|
|
532 |
|
if (c ==
'\u094D')
return tr
ue; CR LF
|
|
|
533 |
|
if (('\u
0951' <= c
) && (c <=
'\u0954')
) return t
rue; CR LF
|
|
|
534 |
|
if (('\u
0962' <= c
) && (c <=
'\u0963')
) return t
rue; CR LF
|
|
|
535 |
|
if (c ==
'\u0981')
return tr
ue; CR LF
|
|
|
536 |
|
if (c ==
'\u09BC')
return tr
ue; CR LF
|
|
|
537 |
|
if (c ==
'\u09BE')
return tr
ue; CR LF
|
|
|
538 |
|
if (('\u
09C1' <= c
) && (c <=
'\u09C4')
) return t
rue; CR LF
|
|
|
539 |
|
if (c ==
'\u09CD')
return tr
ue; CR LF
|
|
|
540 |
|
if (c ==
'\u09D7')
return tr
ue; CR LF
|
|
|
541 |
|
if (('\u
09E2' <= c
) && (c <=
'\u09E3')
) return t
rue; CR LF
|
|
|
542 |
|
if (('\u
0A01' <= c
) && (c <=
'\u0A02')
) return t
rue; CR LF
|
|
|
543 |
|
if (c ==
'\u0A3C')
return tr
ue; CR LF
|
|
|
544 |
|
if (('\u
0A41' <= c
) && (c <=
'\u0A42')
) return t
rue; CR LF
|
|
|
545 |
|
if (('\u
0A47' <= c
) && (c <=
'\u0A48')
) return t
rue; CR LF
|
|
|
546 |
|
if (('\u
0A4B' <= c
) && (c <=
'\u0A4D')
) return t
rue; CR LF
|
|
|
547 |
|
if (('\u
0A70' <= c
) && (c <=
'\u0A71')
) return t
rue; CR LF
|
|
|
548 |
|
if (('\u
0A81' <= c
) && (c <=
'\u0A82')
) return t
rue; CR LF
|
|
|
549 |
|
if (c ==
'\u0ABC')
return tr
ue; CR LF
|
|
|
550 |
|
if (('\u
0AC1' <= c
) && (c <=
'\u0AC5')
) return t
rue; CR LF
|
|
|
551 |
|
if (('\u
0AC7' <= c
) && (c <=
'\u0AC8')
) return t
rue; CR LF
|
|
|
552 |
|
if (c ==
'\u0ACD')
return tr
ue; CR LF
|
|
|
553 |
|
if (('\u
0AE2' <= c
) && (c <=
'\u0AE3')
) return t
rue; CR LF
|
|
|
554 |
|
if (c ==
'\u0B01')
return tr
ue; CR LF
|
|
|
555 |
|
if (c ==
'\u0B3C')
return tr
ue; CR LF
|
|
|
556 |
|
if (c ==
'\u0B3E')
return tr
ue; CR LF
|
|
|
557 |
|
if (c ==
'\u0B3F')
return tr
ue; CR LF
|
|
|
558 |
|
if (('\u
0B41' <= c
) && (c <=
'\u0B43')
) return t
rue; CR LF
|
|
|
559 |
|
if (c ==
'\u0B4D')
return tr
ue; CR LF
|
|
|
560 |
|
if (c ==
'\u0B56')
return tr
ue; CR LF
|
|
|
561 |
|
if (c ==
'\u0B57')
return tr
ue; CR LF
|
|
|
562 |
|
if (c ==
'\u0B82')
return tr
ue; CR LF
|
|
|
563 |
|
if (c ==
'\u0BBE')
return tr
ue; CR LF
|
|
|
564 |
|
if (c ==
'\u0BC0')
return tr
ue; CR LF
|
|
|
565 |
|
if (c ==
'\u0BCD')
return tr
ue; CR LF
|
|
|
566 |
|
if (c ==
'\u0BD7')
return tr
ue; CR LF
|
|
|
567 |
|
if (('\u
0C3E' <= c
) && (c <=
'\u0C40')
) return t
rue; CR LF
|
|
|
568 |
|
if (('\u
0C46' <= c
) && (c <=
'\u0C48')
) return t
rue; CR LF
|
|
|
569 |
|
if (('\u
0C4A' <= c
) && (c <=
'\u0C4D')
) return t
rue; CR LF
|
|
|
570 |
|
if (('\u
0C55' <= c
) && (c <=
'\u0C56')
) return t
rue; CR LF
|
|
|
571 |
|
if (c ==
'\u0CBC')
return tr
ue; CR LF
|
|
|
572 |
|
if (c ==
'\u0CBF')
return tr
ue; CR LF
|
|
|
573 |
|
if (c ==
'\u0CC2')
return tr
ue; CR LF
|
|
|
574 |
|
if (c ==
'\u0CC6')
return tr
ue; CR LF
|
|
|
575 |
|
if (('\u
0CCC' <= c
) && (c <=
'\u0CCD')
) return t
rue; CR LF
|
|
|
576 |
|
if (('\u
0CD5' <= c
) && (c <=
'\u0CD6')
) return t
rue; CR LF
|
|
|
577 |
|
if (c ==
'\u0D3E')
return tr
ue; CR LF
|
|
|
578 |
|
if (('\u
0D41' <= c
) && (c <=
'\u0D43')
) return t
rue; CR LF
|
|
|
579 |
|
if (c ==
'\u0D4D')
return tr
ue; CR LF
|
|
|
580 |
|
if (c ==
'\u0D57')
return tr
ue; CR LF
|
|
|
581 |
|
if (c ==
'\u0DCA')
return tr
ue; CR LF
|
|
|
582 |
|
if (c ==
'\u0DCF')
return tr
ue; CR LF
|
|
|
583 |
|
if (('\u
0DD2' <= c
) && (c <=
'\u0DD4')
) return t
rue; CR LF
|
|
|
584 |
|
if (c ==
'\u0DD6')
return tr
ue; CR LF
|
|
|
585 |
|
if (c ==
'\u0DDF')
return tr
ue; CR LF
|
|
|
586 |
|
if (c ==
'\u0E31')
return tr
ue; CR LF
|
|
|
587 |
|
if (('\u
0E34' <= c
) && (c <=
'\u0E3A')
) return t
rue; CR LF
|
|
|
588 |
|
if (('\u
0E47' <= c
) && (c <=
'\u0E4E')
) return t
rue; CR LF
|
|
|
589 |
|
if (c ==
'\u0EB1')
return tr
ue; CR LF
|
|
|
590 |
|
if (('\u
0EB4' <= c
) && (c <=
'\u0EB9')
) return t
rue; CR LF
|
|
|
591 |
|
if (('\u
0EBB' <= c
) && (c <=
'\u0EBC')
) return t
rue; CR LF
|
|
|
592 |
|
if (('\u
0EC8' <= c
) && (c <=
'\u0ECD')
) return t
rue; CR LF
|
|
|
593 |
|
if (('\u
0F18' <= c
) && (c <=
'\u0F19')
) return t
rue; CR LF
|
|
|
594 |
|
if (c ==
'\u0F35')
return tr
ue; CR LF
|
|
|
595 |
|
if (c ==
'\u0F37')
return tr
ue; CR LF
|
|
|
596 |
|
if (c ==
'\u0F39')
return tr
ue; CR LF
|
|
|
597 |
|
if (('\u
0F71' <= c
) && (c <=
'\u0F7E')
) return t
rue; CR LF
|
|
|
598 |
|
if (('\u
0F80' <= c
) && (c <=
'\u0F84')
) return t
rue; CR LF
|
|
|
599 |
|
if (('\u
0F86' <= c
) && (c <=
'\u0F87')
) return t
rue; CR LF
|
|
|
600 |
|
if (('\u
0F90' <= c
) && (c <=
'\u0F97')
) return t
rue; CR LF
|
|
|
601 |
|
if (('\u
0F99' <= c
) && (c <=
'\u0FBC')
) return t
rue; CR LF
|
|
|
602 |
|
if (c ==
'\u0FC6')
return tr
ue; CR LF
|
|
|
603 |
|
if (('\u
102D' <= c
) && (c <=
'\u1030')
) return t
rue; CR LF
|
|
|
604 |
|
if (c ==
'\u1032')
return tr
ue; CR LF
|
|
|
605 |
|
if (('\u
1036' <= c
) && (c <=
'\u1037')
) return t
rue; CR LF
|
|
|
606 |
|
if (c ==
'\u1039')
return tr
ue; CR LF
|
|
|
607 |
|
if (('\u
1058' <= c
) && (c <=
'\u1059')
) return t
rue; CR LF
|
|
|
608 |
|
if (('\u
1712' <= c
) && (c <=
'\u1714')
) return t
rue; CR LF
|
|
|
609 |
|
if (('\u
1732' <= c
) && (c <=
'\u1734')
) return t
rue; CR LF
|
|
|
610 |
|
if (('\u
1752' <= c
) && (c <=
'\u1753')
) return t
rue; CR LF
|
|
|
611 |
|
if (('\u
1772' <= c
) && (c <=
'\u1773')
) return t
rue; CR LF
|
|
|
612 |
|
if (('\u
17B7' <= c
) && (c <=
'\u17BD')
) return t
rue; CR LF
|
|
|
613 |
|
if (c ==
'\u17C6')
return tr
ue; CR LF
|
|
|
614 |
|
if (('\u
17C9' <= c
) && (c <=
'\u17D3')
) return t
rue; CR LF
|
|
|
615 |
|
if (c ==
'\u17DD')
return tr
ue; CR LF
|
|
|
616 |
|
if (('\u
180B' <= c
) && (c <=
'\u180D')
) return t
rue; CR LF
|
|
|
617 |
|
if (c ==
'\u18A9')
return tr
ue; CR LF
|
|
|
618 |
|
if (('\u
1920' <= c
) && (c <=
'\u1922')
) return t
rue; CR LF
|
|
|
619 |
|
if (('\u
1927' <= c
) && (c <=
'\u1928')
) return t
rue; CR LF
|
|
|
620 |
|
if (c ==
'\u1932')
return tr
ue; CR LF
|
|
|
621 |
|
if (('\u
1939' <= c
) && (c <=
'\u193B')
) return t
rue; CR LF
|
|
|
622 |
|
if (('\u
200C' <= c
) && (c <=
'\u200D')
) return t
rue; CR LF
|
|
|
623 |
|
if (('\u
20D0' <= c
) && (c <=
'\u20DC')
) return t
rue; CR LF
|
|
|
624 |
|
if (('\u
20DD' <= c
) && (c <=
'\u20E0')
) return t
rue; CR LF
|
|
|
625 |
|
if (c ==
'\u20E1')
return tr
ue; CR LF
|
|
|
626 |
|
if (('\u
20E2' <= c
) && (c <=
'\u20E4')
) return t
rue; CR LF
|
|
|
627 |
|
if (('\u
20E5' <= c
) && (c <=
'\u20EA')
) return t
rue; CR LF
|
|
|
628 |
|
if (('\u
302A' <= c
) && (c <=
'\u302F')
) return t
rue; CR LF
|
|
|
629 |
|
if (('\u
3099' <= c
) && (c <=
'\u309A')
) return t
rue; CR LF
|
|
|
630 |
|
if (c ==
'\uFB1E')
return tr
ue; CR LF
|
|
|
631 |
|
if (('\u
FE00' <= c
) && (c <=
'\uFE0F')
) return t
rue; CR LF
|
|
|
632 |
|
if (('\u
FE20' <= c
) && (c <=
'\uFE23')
) return t
rue; CR LF
|
|
|
633 |
|
if (c ==
'\u1D165'
) return t
rue; CR LF
|
|
|
634 |
|
if (('\u
1D167' <=
c) && (c <
= '\u1D169
')) return
true; CR LF
|
|
|
635 |
|
if (('\u
1D16E' <=
c) && (c <
= '\u1D16F
')) return
true; CR LF
|
|
|
636 |
|
if (('\u
1D17B' <=
c) && (c <
= '\u1D182
')) return
true; CR LF
|
|
|
637 |
|
if (('\u
1D185' <=
c) && (c <
= '\u1D18B
')) return
true; CR LF
|
|
|
638 |
|
if (('\u
1D1AA' <=
c) && (c <
= '\u1D1AD
')) return
true; CR LF
|
|
|
639 |
|
if (('\u
E0100' <=
c) && (c <
= '\uE01EF
')) return
true; CR LF
|
|
|
640 |
|
CR LF
|
|
|
641 |
|
return f
alse; CR LF
|
|
|
642 |
|
} CR LF
|
|
|
643 |
|
CR LF
|
|
|
644 |
|
function W
WHUnicodeI
nfo_Extend
(c) CR LF
|
|
|
645 |
|
{ CR LF
|
|
|
646 |
|
return W
WHUnicodeI
nfo_Graphe
me_Extend(
c); CR LF
|
|
|
647 |
|
} CR LF
|
|
|
648 |
|
CR LF
|
|
|
649 |
|
// http://
en.wikiped
ia.org/wik
i/Kana CR LF
|
|
|
650 |
|
// CR LF
|
|
|
651 |
|
// Hiragan
a range in
Unicode i
s U+3040 .
.. U+309F,
and the K
atakana ra
nge is U+3
0A0 ... U+
30FF. CR LF
|
|
|
652 |
|
// CR LF
|
|
|
653 |
|
CR LF
|
|
|
654 |
|
function W
WHUnicodeI
nfo_Hiraga
na(c) CR LF
|
|
|
655 |
|
{ CR LF
|
|
|
656 |
|
if (('\u
3040' <= c
) && (c <=
'\u309F')
) return t
rue; CR LF
|
|
|
657 |
|
CR LF
|
|
|
658 |
|
return f
alse; CR LF
|
|
|
659 |
|
} CR LF
|
|
|
660 |
|
CR LF
|
|
|
661 |
|
function W
WHUnicodeI
nfo_Kataka
na(c) CR LF
|
|
|
662 |
|
{ CR LF
|
|
|
663 |
|
if (('\u
30A0' <= c
) && (c <=
'\u30FF')
) return t
rue; CR LF
|
|
|
664 |
|
if (c ==
'\u30FC')
return tr
ue; CR LF
|
|
|
665 |
|
if (c ==
'\uFF70')
return tr
ue; CR LF
|
|
|
666 |
|
if (c ==
'\uFF9E')
return tr
ue; CR LF
|
|
|
667 |
|
if (c ==
'\uFF9F')
return tr
ue; CR LF
|
|
|
668 |
|
CR LF
|
|
|
669 |
|
return f
alse; CR LF
|
|
|
670 |
|
} CR LF
|
|
|
671 |
|
CR LF
|
|
|
672 |
|
function W
WHUnicodeI
nfo_Ideogr
aphic(c) CR LF
|
|
|
673 |
|
{ CR LF
|
|
|
674 |
|
if (('\u
1100' <= c
) && (c <=
'\u1159')
) return t
rue; LF
|
|
|
675 |
|
if (c ==
'\u115F')
return tr
ue; LF
|
|
|
676 |
|
if (('\u
2E80' <= c
) && (c <=
'\u2E99')
) return t
rue; LF
|
|
|
677 |
|
if (('\u
2E9B' <= c
) && (c <=
'\u2EF3')
) return t
rue; LF
|
|
|
678 |
|
if (('\u
2F00' <= c
) && (c <=
'\u2FD5')
) return t
rue; LF
|
|
|
679 |
|
if (('\u
2FF0' <= c
) && (c <=
'\u2FFB')
) return t
rue; CR LF
|
|
|
680 |
|
if (c ==
'\u3000')
return tr
ue; LF
|
|
|
681 |
|
if (('\u
3003' <= c
) && (c <=
'\u3004')
) return t
rue; LF
|
|
|
682 |
|
if (('\u
3006' <= c
) && (c <=
'\u3007')
) return t
rue; LF
|
|
|
683 |
|
if (('\u
3012' <= c
) && (c <=
'\u3013')
) return t
rue; LF
|
|
|
684 |
|
if (('\u
3020' <= c
) && (c <=
'\u3029')
) return t
rue; CR LF
|
|
|
685 |
|
if (('\u
3030' <= c
) && (c <=
'\u303A')
) return t
rue; LF
|
|
|
686 |
|
if (('\u
303D' <= c
) && (c <=
'\u303F')
) return t
rue; LF
|
|
|
687 |
|
if (c ==
'\u3042')
return tr
ue; LF
|
|
|
688 |
|
if (c ==
'\u3044')
return tr
ue; LF
|
|
|
689 |
|
if (c ==
'\u3046')
return tr
ue; LF
|
|
|
690 |
|
if (c ==
'\u3048')
return tr
ue; LF
|
|
|
691 |
|
if (('\u
304A' <= c
) && (c <=
'\u3062')
) return t
rue; CR LF
|
|
|
692 |
|
if (('\u
3064' <= c
) && (c <=
'\u3082')
) return t
rue; LF
|
|
|
693 |
|
if (c ==
'\u3084')
return tr
ue; LF
|
|
|
694 |
|
if (c ==
'\u3086')
return tr
ue; LF
|
|
|
695 |
|
if (('\u
3088' <= c
) && (c <=
'\u308D')
) return t
rue; LF
|
|
|
696 |
|
if (('\u
308F' <= c
) && (c <=
'\u3094')
) return t
rue; LF
|
|
|
697 |
|
if (c ==
'\u309F')
return tr
ue; CR LF
|
|
|
698 |
|
if (c ==
'\u30A2')
return tr
ue; LF
|
|
|
699 |
|
if (c ==
'\u30A4')
return tr
ue; LF
|
|
|
700 |
|
if (c ==
'\u30A6')
return tr
ue; LF
|
|
|
701 |
|
if (c ==
'\u30A8')
return tr
ue; LF
|
|
|
702 |
|
if (('\u
30AA' <= c
) && (c <=
'\u30C2')
) return t
rue; LF
|
|
|
703 |
|
if (('\u
30C4' <= c
) && (c <=
'\u30E2')
) return t
rue; LF
|
|
|
704 |
|
if (c ==
'\u30E4')
return tr
ue; CR LF
|
|
|
705 |
|
if (c ==
'\u30E6')
return tr
ue; LF
|
|
|
706 |
|
if (('\u
30E8' <= c
) && (c <=
'\u30ED')
) return t
rue; LF
|
|
|
707 |
|
if (('\u
30EF' <= c
) && (c <=
'\u30F4')
) return t
rue; LF
|
|
|
708 |
|
if (('\u
30F7' <= c
) && (c <=
'\u30FA')
) return t
rue; LF
|
|
|
709 |
|
if (c ==
'\u30FC')
return tr
ue; LF
|
|
|
710 |
|
if (('\u
30FE' <= c
) && (c <=
'\u30FF')
) return t
rue; CR LF
|
|
|
711 |
|
if (('\u
3105' <= c
) && (c <=
'\u312C')
) return t
rue; LF
|
|
|
712 |
|
if (('\u
3131' <= c
) && (c <=
'\u318E')
) return t
rue; LF
|
|
|
713 |
|
if (('\u
3190' <= c
) && (c <=
'\u31B7')
) return t
rue; LF
|
|
|
714 |
|
if (('\u
3200' <= c
) && (c <=
'\u321C')
) return t
rue; LF
|
|
|
715 |
|
if (('\u
3220' <= c
) && (c <=
'\u3243')
) return t
rue; CR LF
|
|
|
716 |
|
if (('\u
3251' <= c
) && (c <=
'\u327B')
) return t
rue; LF
|
|
|
717 |
|
if (('\u
327F' <= c
) && (c <=
'\u32CB')
) return t
rue; LF
|
|
|
718 |
|
if (('\u
32D0' <= c
) && (c <=
'\u32FE')
) return t
rue; LF
|
|
|
719 |
|
if (('\u
3300' <= c
) && (c <=
'\u3376')
) return t
rue; LF
|
|
|
720 |
|
if (('\u
337B' <= c
) && (c <=
'\u33DD')
) return t
rue; CR LF
|
|
|
721 |
|
if (('\u
33E0' <= c
) && (c <=
'\u33FE')
) return t
rue; LF
|
|
|
722 |
|
if (('\u
3400' <= c
) && (c <=
'\u4DB5')
) return t
rue; LF
|
|
|
723 |
|
if (('\u
4E00' <= c
) && (c <=
'\u9FA5')
) return t
rue; LF
|
|
|
724 |
|
if (('\u
A000' <= c
) && (c <=
'\uA48C')
) return t
rue; LF
|
|
|
725 |
|
if (('\u
A490' <= c
) && (c <=
'\uA4C6')
) return t
rue; CR LF
|
|
|
726 |
|
if (('\u
AC00' <= c
) && (c <=
'\uD7A3')
) return t
rue; LF
|
|
|
727 |
|
if (('\u
F900' <= c
) && (c <=
'\uFA2D')
) return t
rue; LF
|
|
|
728 |
|
if (('\u
FA30' <= c
) && (c <=
'\uFA6A')
) return t
rue; LF
|
|
|
729 |
|
if (('\u
FE30' <= c
) && (c <=
'\uFE34')
) return t
rue; LF
|
|
|
730 |
|
if (('\u
FE45' <= c
) && (c <=
'\uFE46')
) return t
rue; CR LF
|
|
|
731 |
|
if (('\u
FE49' <= c
) && (c <=
'\uFE4F')
) return t
rue; LF
|
|
|
732 |
|
if (c ==
'\uFE51')
return tr
ue; LF
|
|
|
733 |
|
if (c ==
'\uFE58')
return tr
ue; LF
|
|
|
734 |
|
if (('\u
FE5F' <= c
) && (c <=
'\uFE66')
) return t
rue; LF
|
|
|
735 |
|
if (c ==
'\uFE68')
return tr
ue; LF
|
|
|
736 |
|
if (c ==
'\uFE6B')
return tr
ue; LF
|
|
|
737 |
|
if (('\u
FF02' <= c
) && (c <=
'\uFF03')
) return t
rue; CR LF
|
|
|
738 |
|
if (('\u
FF06' <= c
) && (c <=
'\uFF07')
) return t
rue; LF
|
|
|
739 |
|
if (('\u
FF0A' <= c
) && (c <=
'\uFF0B')
) return t
rue; LF
|
|
|
740 |
|
if (c ==
'\uFF0D')
return tr
ue; LF
|
|
|
741 |
|
if (('\u
FF0F' <= c
) && (c <=
'\uFF19')
) return t
rue; LF
|
|
|
742 |
|
if (('\u
FF1C' <= c
) && (c <=
'\uFF1E')
) return t
rue; CR LF
|
|
|
743 |
|
if (('\u
FF20' <= c
) && (c <=
'\uFF3A')
) return t
rue; LF
|
|
|
744 |
|
if (c ==
'\uFF3C')
return tr
ue; LF
|
|
|
745 |
|
if (('\u
FF3E' <= c
) && (c <=
'\uFF5A')
) return t
rue; LF
|
|
|
746 |
|
if (c ==
'\uFF5C')
return tr
ue; LF
|
|
|
747 |
|
if (c ==
'\uFF5E')
return tr
ue; LF
|
|
|
748 |
|
if (('\u
FFE2' <= c
) && (c <=
'\uFFE4')
) return t
rue; CR LF
|
|
|
749 |
|
CR LF
|
|
|
750 |
|
return f
alse; CR LF
|
|
|
751 |
|
} CR LF
|
|
|
752 |
|
CR LF
|
|
|
753 |
|
function W
WHUnicodeI
nfo_ALette
r(c) CR LF
|
|
|
754 |
|
{ CR LF
|
|
|
755 |
|
if (c ==
'\u05F3')
return tr
ue; CR LF
|
|
|
756 |
|
if (WWHU
nicodeInfo
_Ideograph
ic(c)) ret
urn false;
CR LF
|
|
|
757 |
|
if (WWHU
nicodeInfo
_Katakana(
c)) return
false; CR LF
|
|
|
758 |
|
if (WWHU
nicodeInfo
_Alphabeti
c(c)) retu
rn true; CR LF
|
|
|
759 |
|
CR LF
|
|
|
760 |
|
return f
alse; CR LF
|
|
|
761 |
|
} CR LF
|
|
|
762 |
|
CR LF
|
|
|
763 |
|
function W
WHUnicodeI
nfo_ABaseL
etter(c) CR LF
|
|
|
764 |
|
{ CR LF
|
|
|
765 |
|
if (WWHU
nicodeInfo
_Grapheme_
Extend(c))
return fa
lse; CR LF
|
|
|
766 |
|
if (WWHU
nicodeInfo
_ALetter(c
)) return
true; CR LF
|
|
|
767 |
|
CR LF
|
|
|
768 |
|
return f
alse; CR LF
|
|
|
769 |
|
} CR LF
|
|
|
770 |
|
CR LF
|
|
|
771 |
|
function W
WHUnicodeI
nfo_ACMLet
ter(c) CR LF
|
|
|
772 |
|
{ CR LF
|
|
|
773 |
|
if (WWHU
nicodeInfo
_Grapheme_
Extend(c))
CR LF
|
|
|
774 |
|
{ CR LF
|
|
|
775 |
|
if (WW
HUnicodeIn
fo_ALetter
(c)) retur
n true; CR LF
|
|
|
776 |
|
} CR LF
|
|
|
777 |
|
CR LF
|
|
|
778 |
|
return f
alse; CR LF
|
|
|
779 |
|
} CR LF
|
|
|
780 |
|
CR LF
|
|
|
781 |
|
function W
WHUnicodeI
nfo_MidLet
ter(c) CR LF
|
|
|
782 |
|
{ CR LF
|
|
|
783 |
|
if (c ==
'\u0027')
return tr
ue; CR LF
|
|
|
784 |
|
if (c ==
'\u00B7')
return tr
ue; CR LF
|
|
|
785 |
|
if (c ==
'\u05F4')
return tr
ue; CR LF
|
|
|
786 |
|
if (c ==
'\u2019')
return tr
ue; CR LF
|
|
|
787 |
|
if (c ==
'\u2027')
return tr
ue; CR LF
|
|
|
788 |
|
CR LF
|
|
|
789 |
|
return f
alse; CR LF
|
|
|
790 |
|
} CR LF
|
|
|
791 |
|
CR LF
|
|
|
792 |
|
function W
WHUnicodeI
nfo_MidNum
Let(c) CR LF
|
|
|
793 |
|
{ CR LF
|
|
|
794 |
|
if (c ==
'\u002E')
return tr
ue; CR LF
|
|
|
795 |
|
if (c ==
'\u003A')
return tr
ue; CR LF
|
|
|
796 |
|
CR LF
|
|
|
797 |
|
return f
alse; CR LF
|
|
|
798 |
|
} CR LF
|
|
|
799 |
|
CR LF
|
|
|
800 |
|
function W
WHUnicodeI
nfo_MidNum
(c) CR LF
|
|
|
801 |
|
{ CR LF
|
|
|
802 |
|
if (c ==
'\u002C')
return tr
ue; CR LF
|
|
|
803 |
|
if (c ==
'\u002E')
return tr
ue; CR LF
|
|
|
804 |
|
if (c ==
'\u003a')
return tr
ue; CR LF
|
|
|
805 |
|
if (c ==
'\u003b')
return tr
ue; CR LF
|
|
|
806 |
|
if (c ==
'\u0589')
return tr
ue; CR LF
|
|
|
807 |
|
CR LF
|
|
|
808 |
|
return f
alse; CR LF
|
|
|
809 |
|
} CR LF
|
|
|
810 |
|
CR LF
|
|
|
811 |
|
function W
WHUnicodeI
nfo_Numeri
c(c) CR LF
|
|
|
812 |
|
{ CR LF
|
|
|
813 |
|
if (('\u
0030' <= c
) && (c <=
'\u0039')
) return t
rue; CR LF
|
|
|
814 |
|
if (('\u
0660' <= c
) && (c <=
'\u0669')
) return t
rue; CR LF
|
|
|
815 |
|
if (('\u
066B' <= c
) && (c <=
'\u066C')
) return t
rue; CR LF
|
|
|
816 |
|
if (('\u
06F0' <= c
) && (c <=
'\u06F9')
) return t
rue; CR LF
|
|
|
817 |
|
if (('\u
07C0' <= c
) && (c <=
'\u07C9')
) return t
rue; CR LF
|
|
|
818 |
|
if (('\u
0966' <= c
) && (c <=
'\u096F')
) return t
rue; CR LF
|
|
|
819 |
|
if (('\u
09E6' <= c
) && (c <=
'\u09EF')
) return t
rue; CR LF
|
|
|
820 |
|
if (('\u
0A66' <= c
) && (c <=
'\u0A6F')
) return t
rue; CR LF
|
|
|
821 |
|
if (('\u
0AE6' <= c
) && (c <=
'\u0AEF')
) return t
rue; CR LF
|
|
|
822 |
|
if (('\u
0B66' <= c
) && (c <=
'\u0B6F')
) return t
rue; CR LF
|
|
|
823 |
|
if (('\u
0BE6' <= c
) && (c <=
'\u0BEF')
) return t
rue; CR LF
|
|
|
824 |
|
if (('\u
0C66' <= c
) && (c <=
'\u0C6F')
) return t
rue; CR LF
|
|
|
825 |
|
if (('\u
0CE6' <= c
) && (c <=
'\u0CEF')
) return t
rue; CR LF
|
|
|
826 |
|
if (('\u
0D66' <= c
) && (c <=
'\u0D6F')
) return t
rue; CR LF
|
|
|
827 |
|
if (('\u
0E50' <= c
) && (c <=
'\u0E59')
) return t
rue; CR LF
|
|
|
828 |
|
if (('\u
0ED0' <= c
) && (c <=
'\u0ED9')
) return t
rue; CR LF
|
|
|
829 |
|
if (('\u
0F20' <= c
) && (c <=
'\u0F29')
) return t
rue; CR LF
|
|
|
830 |
|
if (('\u
1040' <= c
) && (c <=
'\u1049')
) return t
rue; CR LF
|
|
|
831 |
|
if (('\u
17E0' <= c
) && (c <=
'\u17E9')
) return t
rue; CR LF
|
|
|
832 |
|
if (('\u
1810' <= c
) && (c <=
'\u1819')
) return t
rue; CR LF
|
|
|
833 |
|
if (('\u
1946' <= c
) && (c <=
'\u194F')
) return t
rue; CR LF
|
|
|
834 |
|
if (('\u
19D0' <= c
) && (c <=
'\u19D9')
) return t
rue; CR LF
|
|
|
835 |
|
if (('\u
1B50' <= c
) && (c <=
'\u1B59')
) return t
rue; CR LF
|
|
|
836 |
|
if (('\u
104A0' <=
c) && (c <
= '\u104A9
')) return
true; CR LF
|
|
|
837 |
|
if (('\u
1D7CE' <=
c) && (c <
= '\u1D7FF
')) return
true; CR LF
|
|
|
838 |
|
CR LF
|
|
|
839 |
|
return f
alse; CR LF
|
|
|
840 |
|
} CR LF
|
|
|
841 |
|
CR LF
|
|
|
842 |
|
function W
WHUnicodeI
nfo_Korean
_L(c) CR LF
|
|
|
843 |
|
{ CR LF
|
|
|
844 |
|
if (('\u
1100' <= c
) && (c <=
'\u115f')
) return t
rue; CR LF
|
|
|
845 |
|
if (('\u
ac00' <= c
) && (c <=
'\ud7a3')
) return t
rue; CR LF
|
|
|
846 |
|
CR LF
|
|
|
847 |
|
return f
alse; CR LF
|
|
|
848 |
|
} CR LF
|
|
|
849 |
|
CR LF
|
|
|
850 |
|
function W
WHUnicodeI
nfo_Korean
_V(c) CR LF
|
|
|
851 |
|
{ CR LF
|
|
|
852 |
|
if (('\u
1160' <= c
) && (c <=
'\u11a2')
) return t
rue; CR LF
|
|
|
853 |
|
CR LF
|
|
|
854 |
|
return f
alse; CR LF
|
|
|
855 |
|
} CR LF
|
|
|
856 |
|
CR LF
|
|
|
857 |
|
function W
WHUnicodeI
nfo_Korean
_T(c) CR LF
|
|
|
858 |
|
{ CR LF
|
|
|
859 |
|
if (('\u
11a8' <= c
) && (c <=
'\u11f9')
) return t
rue; CR LF
|
|
|
860 |
|
CR LF
|
|
|
861 |
|
return f
alse; CR LF
|
|
|
862 |
|
} CR LF
|
|
|
863 |
|
CR LF
|
|
|
864 |
|
var WWHUni
codeInfo_K
orean_LV_D
ata = { CR LF
|
|
|
865 |
|
'\uac00':
true, '\ua
c1c': true
, '\uac38'
: true, '\
uac54': tr
ue, '\uac7
0': true,'
\uac8c': t
rue, '\uac
a8': true,
'\uacc4':
true, '\u
ace0': tru
e, '\uacfc
': true, '
\uad18': t
rue, '\uad
34': true,
'\uad50':
true, '\u
ad6c': tru
e, '\uad88
': true, '
\uada4': t
rue, CR LF
|
|
|
866 |
|
'\uadc0':
true, '\ua
ddc': true
, '\uadf8'
: true, '\
uae14': tr
ue, '\uae3
0': true,
'\uae4c':
true, '\ua
e68': true
, '\uae84'
: true, '\
uaea0': tr
ue, '\uaeb
c': true,
'\uaed8':
true, '\ua
ef4': true
, '\uaf10'
: true, '\
uaf2c': tr
ue, '\uaf4
8': true,
'\uaf64':
true, CR LF
|
|
|
867 |
|
'\uaf80':
true, '\ua
f9c': true
, '\uafb8'
: true, '\
uafd4': tr
ue, '\uaff
0': true,
'\ub00c':
true, '\ub
028': true
, '\ub044'
: true, '\
ub060': tr
ue, '\ub07
c': true,
'\ub098':
true, '\ub
0b4': true
, '\ub0d0'
: true, '\
ub0ec': tr
ue, '\ub10
8': true,
'\ub124':
true, CR LF
|
|
|
868 |
|
'\ub140':
true, '\ub
15c': true
, '\ub178'
: true, '\
ub194': tr
ue, '\ub1b
0': true,
'\ub1cc':
true, '\ub
1e8': true
, '\ub204'
: true, '\
ub220': tr
ue, '\ub23
c': true,
'\ub258':
true, '\ub
274': true
, '\ub290'
: true, '\
ub2ac': tr
ue, '\ub2c
8': true,
'\ub2e4':
true, CR LF
|
|
|
869 |
|
'\ub300':
true, '\ub
31c': true
, '\ub338'
: true, '\
ub354': tr
ue, '\ub37
0': true,
'\ub38c':
true, '\ub
3a8': true
, '\ub3c4'
: true, '\
ub3e0': tr
ue, '\ub3f
c': true,
'\ub418':
true, '\ub
434': true
, '\ub450'
: true, '\
ub46c': tr
ue, '\ub48
8': true,
'\ub4a4':
true, CR LF
|
|
|
870 |
|
'\ub4c0':
true, '\ub
4dc': true
, '\ub4f8'
: true, '\
ub514': tr
ue, '\ub53
0': true,
'\ub54c':
true, '\ub
568': true
, '\ub584'
: true, '\
ub5a0': tr
ue, '\ub5b
c': true,
'\ub5d8':
true, '\ub
5f4': true
, '\ub610'
: true, '\
ub62c': tr
ue, '\ub64
8': true,
'\ub664':
true, CR LF
|
|
|
871 |
|
'\ub680':
true, '\ub
69c': true
, '\ub6b8'
: true, '\
ub6d4': tr
ue, '\ub6f
0': true,
'\ub70c':
true, '\ub
728': true
, '\ub744'
: true, '\
ub760': tr
ue, '\ub77
c': true,
'\ub798':
true, '\ub
7b4': true
, '\ub7d0'
: true, '\
ub7ec': tr
ue, '\ub80
8': true,
'\ub824':
true, CR LF
|
|
|
872 |
|
'\ub840':
true, '\ub
85c': true
, '\ub878'
: true, '\
ub894': tr
ue, '\ub8b
0': true,
'\ub8cc':
true, '\ub
8e8': true
, '\ub904'
: true, '\
ub920': tr
ue, '\ub93
c': true,
'\ub958':
true, '\ub
974': true
, '\ub990'
: true, '\
ub9ac': tr
ue, '\ub9c
8': true,
'\ub9e4':
true, CR LF
|
|
|
873 |
|
'\uba00':
true, '\ub
a1c': true
, '\uba38'
: true, '\
uba54': tr
ue, '\uba7
0': true,
'\uba8c':
true, '\ub
aa8': true
, '\ubac4'
: true, '\
ubae0': tr
ue, '\ubaf
c': true,
'\ubb18':
true, '\ub
b34': true
, '\ubb50'
: true, '\
ubb6c': tr
ue, '\ubb8
8': true,
'\ubba4':
true, CR LF
|
|
|
874 |
|
'\ubbc0':
true, '\ub
bdc': true
, '\ubbf8'
: true, '\
ubc14': tr
ue, '\ubc3
0': true,
'\ubc4c':
true, '\ub
c68': true
, '\ubc84'
: true, '\
ubca0': tr
ue, '\ubcb
c': true,
'\ubcd8':
true, '\ub
cf4': true
, '\ubd10'
: true, '\
ubd2c': tr
ue, '\ubd4
8': true,
'\ubd64':
true, CR LF
|
|
|
875 |
|
'\ubd80':
true, '\ub
d9c': true
, '\ubdb8'
: true, '\
ubdd4': tr
ue, '\ubdf
0': true,
'\ube0c':
true, '\ub
e28': true
, '\ube44'
: true, '\
ube60': tr
ue, '\ube7
c': true,
'\ube98':
true, '\ub
eb4': true
, '\ubed0'
: true, '\
ubeec': tr
ue, '\ubf0
8': true,
'\ubf24':
true, CR LF
|
|
|
876 |
|
'\ubf40':
true, '\ub
f5c': true
, '\ubf78'
: true, '\
ubf94': tr
ue, '\ubfb
0': true,
'\ubfcc':
true, '\ub
fe8': true
, '\uc004'
: true, '\
uc020': tr
ue, '\uc03
c': true,
'\uc058':
true, '\uc
074': true
, '\uc090'
: true, '\
uc0ac': tr
ue, '\uc0c
8': true,
'\uc0e4':
true, CR LF
|
|
|
877 |
|
'\uc100':
true, '\uc
11c': true
, '\uc138'
: true, '\
uc154': tr
ue, '\uc17
0': true,
'\uc18c':
true, '\uc
1a8': true
, '\uc1c4'
: true, '\
uc1e0': tr
ue, '\uc1f
c': true,
'\uc218':
true, '\uc
234': true
, '\uc250'
: true, '\
uc26c': tr
ue, '\uc28
8': true,
'\uc2a4':
true, CR LF
|
|
|
878 |
|
'\uc2c0':
true, '\uc
2dc': true
, '\uc2f8'
: true, '\
uc314': tr
ue, '\uc33
0': true,
'\uc34c':
true, '\uc
368': true
, '\uc384'
: true, '\
uc3a0': tr
ue, '\uc3b
c': true,
'\uc3d8':
true, '\uc
3f4': true
, '\uc410'
: true, '\
uc42c': tr
ue, '\uc44
8': true,
'\uc464':
true, CR LF
|
|
|
879 |
|
'\uc480':
true, '\uc
49c': true
, '\uc4b8'
: true, '\
uc4d4': tr
ue, '\uc4f
0': true,
'\uc50c':
true, '\uc
528': true
, '\uc544'
: true, '\
uc560': tr
ue, '\uc57
c': true,
'\uc598':
true, '\uc
5b4': true
, '\uc5d0'
: true, '\
uc5ec': tr
ue, '\uc60
8': true,
'\uc624':
true, CR LF
|
|
|
880 |
|
'\uc640':
true, '\uc
65c': true
, '\uc678'
: true, '\
uc694': tr
ue, '\uc6b
0': true,
'\uc6cc':
true, '\uc
6e8': true
, '\uc704'
: true, '\
uc720': tr
ue, '\uc73
c': true,
'\uc758':
true, '\uc
774': true
, '\uc790'
: true, '\
uc7ac': tr
ue, '\uc7c
8': true,
'\uc7e4':
true, CR LF
|
|
|
881 |
|
'\uc800':
true, '\uc
81c': true
, '\uc838'
: true, '\
uc854': tr
ue, '\uc87
0': true,
'\uc88c':
true, '\uc
8a8': true
, '\uc8c4'
: true, '\
uc8e0': tr
ue, '\uc8f
c': true,
'\uc918':
true, '\uc
934': true
, '\uc950'
: true, '\
uc96c': tr
ue, '\uc98
8': true,
'\uc9a4':
true, CR LF
|
|
|
882 |
|
'\uc9c0':
true, '\uc
9dc': true
, '\uc9f8'
: true, '\
uca14': tr
ue, '\uca3
0': true,
'\uca4c':
true, '\uc
a68': true
, '\uca84'
: true, '\
ucaa0': tr
ue, '\ucab
c': true,
'\ucad8':
true, '\uc
af4': true
, '\ucb10'
: true, '\
ucb2c': tr
ue, '\ucb4
8': true,
'\ucb64':
true, CR LF
|
|
|
883 |
|
'\ucb80':
true, '\uc
b9c': true
, '\ucbb8'
: true, '\
ucbd4': tr
ue, '\ucbf
0': true,
'\ucc0c':
true, '\uc
c28': true
, '\ucc44'
: true, '\
ucc60': tr
ue, '\ucc7
c': true,
'\ucc98':
true, '\uc
cb4': true
, '\uccd0'
: true, '\
uccec': tr
ue, '\ucd0
8': true,
'\ucd24':
true, CR LF
|
|
|
884 |
|
'\ucd40':
true, '\uc
d5c': true
, '\ucd78'
: true, '\
ucd94': tr
ue, '\ucdb
0': true,
'\ucdcc':
true, '\uc
de8': true
, '\uce04'
: true, '\
uce20': tr
ue, '\uce3
c': true,
'\uce58':
true, '\uc
e74': true
, '\uce90'
: true, '\
uceac': tr
ue, '\ucec
8': true,
'\ucee4':
true, CR LF
|
|
|
885 |
|
'\ucf00':
true, '\uc
f1c': true
, '\ucf38'
: true, '\
ucf54': tr
ue, '\ucf7
0': true,
'\ucf8c':
true, '\uc
fa8': true
, '\ucfc4'
: true, '\
ucfe0': tr
ue, '\ucff
c': true,
'\ud018':
true, '\ud
034': true
, '\ud050'
: true, '\
ud06c': tr
ue, '\ud08
8': true,
'\ud0a4':
true, CR LF
|
|
|
886 |
|
'\ud0c0':
true, '\ud
0dc': true
, '\ud0f8'
: true, '\
ud114': tr
ue, '\ud13
0': true,
'\ud14c':
true, '\ud
168': true
, '\ud184'
: true, '\
ud1a0': tr
ue, '\ud1b
c': true,
'\ud1d8':
true, '\ud
1f4': true
, '\ud210'
: true, '\
ud22c': tr
ue, '\ud24
8': true,
'\ud264':
true, CR LF
|
|
|
887 |
|
'\ud280':
true, '\ud
29c': true
, '\ud2b8'
: true, '\
ud2d4': tr
ue, '\ud2f
0': true,
'\ud30c':
true, '\ud
328': true
, '\ud344'
: true, '\
ud360': tr
ue, '\ud37
c': true,
'\ud398':
true, '\ud
3b4': true
, '\ud3d0'
: true, '\
ud3ec': tr
ue, '\ud40
8': true,
'\ud424':
true, CR LF
|
|
|
888 |
|
'\ud440':
true, '\ud
45c': true
, '\ud478'
: true, '\
ud494': tr
ue, '\ud4b
0': true,
'\ud4cc':
true, '\ud
4e8': true
, '\ud504'
: true, '\
ud520': tr
ue, '\ud53
c': true,
'\ud558':
true, '\ud
574': true
, '\ud590'
: true, '\
ud5ac': tr
ue, '\ud5c
8': true,
'\ud5e4':
true, CR LF
|
|
|
889 |
|
'\ud600':
true, '\ud
61c': true
, '\ud638'
: true, '\
ud654': tr
ue, '\ud67
0': true,
'\ud68c':
true, '\ud
6a8': true
, '\ud6c4'
: true, '\
ud6e0': tr
ue, '\ud6f
c': true,
'\ud718':
true, '\ud
734': true
, '\ud750'
: true, '\
ud76c': tr
ue, '\ud78
8': true CR LF
|
|
|
890 |
|
}
; CR LF
|
|
|
891 |
|
CR LF
|
|
|
892 |
|
function W
WHUnicodeI
nfo_Korean
_LV(c) CR LF
|
|
|
893 |
|
{ CR LF
|
|
|
894 |
|
if (WWHU
nicodeInfo
_Korean_LV
_Data[c] =
= true) re
turn true;
CR LF
|
|
|
895 |
|
CR LF
|
|
|
896 |
|
return f
alse; CR LF
|
|
|
897 |
|
} CR LF
|
|
|
898 |
|
CR LF
|
|
|
899 |
|
function W
WHUnicodeI
nfo_Korean
_LVT(c) CR LF
|
|
|
900 |
|
{ CR LF
|
|
|
901 |
|
if ( ! W
WHUnicodeI
nfo_Korean
_LV(c)) CR LF
|
|
|
902 |
|
{ CR LF
|
|
|
903 |
|
if (('
\uac00' <=
c) && (c
<= '\ud7a3
')) return
true; CR LF
|
|
|
904 |
|
} CR LF
|
|
|
905 |
|
return f
alse; CR LF
|
|
|
906 |
|
} CR LF
|
|
|
907 |
|
CR LF
|
|
|
908 |
|
var WWHUni
codeInfo_W
WNoBreak_D
ata = { CR LF
|
|
|
909 |
|
'\u2027':
true, CR LF
|
|
|
910 |
|
'\u00AD':
true, CR LF
|
|
|
911 |
|
'\u2011':
true, CR LF
|
|
|
912 |
|
'\u2010':
true, CR LF
|
|
|
913 |
|
'\u2043':
true, CR LF
|
|
|
914 |
|
'\u002D':
true, CR LF
|
|
|
915 |
|
'\u005f':
true, CR LF
|
|
|
916 |
|
'\u0332':
true, CR LF
|
|
|
917 |
|
'\u002f':
true, CR LF
|
|
|
918 |
|
'\u005c':
true, CR LF
|
|
|
919 |
|
'\u0040':
true, CR LF
|
|
|
920 |
|
'\u0026':
true, CR LF
|
|
|
921 |
|
'\u003d':
true, CR LF
|
|
|
922 |
|
'\u0024':
true CR LF
|
|
|
923 |
|
}; CR LF
|
|
|
924 |
|
CR LF
|
|
|
925 |
|
function W
WHUnicodeI
nfo_WWNoBr
eak(c) CR LF
|
|
|
926 |
|
{ CR LF
|
|
|
927 |
|
if (WWHU
nicodeInfo
_WWHNoBrea
k_Data[c])
CR LF
|
|
|
928 |
|
{ CR LF
|
|
|
929 |
|
return
true; CR LF
|
|
|
930 |
|
} CR LF
|
|
|
931 |
|
CR LF
|
|
|
932 |
|
return f
alse; CR LF
|
|
|
933 |
|
} CR LF
|
|
|
934 |
|
CR LF
|
|
|
935 |
|
var WWHUni
codeInfo_W
WOpenBrack
et_Data =
{ CR LF
|
|
|
936 |
|
'\u0028':
true, CR LF
|
|
|
937 |
|
'\u005b':
true, CR LF
|
|
|
938 |
|
'\u007b':
true, CR LF
|
|
|
939 |
|
'\u003c':
true CR LF
|
|
|
940 |
|
}; CR LF
|
|
|
941 |
|
CR LF
|
|
|
942 |
|
function W
WHUnicodeI
nfo_WWOpen
Bracket(c)
CR LF
|
|
|
943 |
|
{ CR LF
|
|
|
944 |
|
if (WWHU
nicodeInfo
_WWOpenBra
cket_Data[
c]) CR LF
|
|
|
945 |
|
{ CR LF
|
|
|
946 |
|
return
true; CR LF
|
|
|
947 |
|
} CR LF
|
|
|
948 |
|
CR LF
|
|
|
949 |
|
return f
alse; CR LF
|
|
|
950 |
|
} CR LF
|
|
|
951 |
|
CR LF
|
|
|
952 |
|
var WWHUni
codeInfo_W
WCloseBrac
ket_Data =
{ CR LF
|
|
|
953 |
|
'\u0029':
true, CR LF
|
|
|
954 |
|
'\u005d':
true, CR LF
|
|
|
955 |
|
'\u007d':
true, CR LF
|
|
|
956 |
|
'\u003e':
true CR LF
|
|
|
957 |
|
}; CR LF
|
|
|
958 |
|
CR LF
|
|
|
959 |
|
function W
WHUnicodeI
nfo_WWClos
eBracket(c
) CR LF
|
|
|
960 |
|
{ CR LF
|
|
|
961 |
|
if (WWHU
nicodeInfo
_WWCloseBr
acket_Data
[c]) CR LF
|
|
|
962 |
|
{ CR LF
|
|
|
963 |
|
return
true; CR LF
|
|
|
964 |
|
} CR LF
|
|
|
965 |
|
CR LF
|
|
|
966 |
|
return f
alse; CR LF
|
|
|
967 |
|
} CR LF
|
Araxis Merge (but not the data content of this report) is Copyright © 1993-2007 Araxis Ltd (www.araxis.com). All rights reserved.