Lines Matching full:jis
17 CP932P0_C1 = (0x81, 0x81) # patches between shift-jis and cp932
24 MAPPINGS_JIS0208 = 'http://www.unicode.org/Public/MAPPINGS/OBSOLETE/EASTASIA/JIS/JIS0208.TXT'
25 MAPPINGS_JIS0212 = 'http://www.unicode.org/Public/MAPPINGS/OBSOLETE/EASTASIA/JIS/JIS0212.TXT'
90 raise SystemExit('Please adjust your JIS X 0213 map using jisx0213-2000-std.txt.diff')
119 # Twinmap for both of JIS X 0208 (MSB unset) and JIS X 0212 (MSB set)
144 raise ValueError("Difference between JIS X 0208 and JIS X 0213 Plane 1 is found.")
170 print("Generating JIS X 0208 decode map...")
175 print("Generating JIS X 0212 decode map...")
180 print("Generating JIS X 0208 && JIS X 0212 encode map...")
195 print("Generating JIS X 0213 Plane 1 BMP decode map...")
200 print("Generating JIS X 0213 Plane 2 BMP decode map...")
205 print("Generating JIS X 0213 BMP encode map...")
209 print("Generating JIS X 0213 Plane 1 EMP decode map...")
214 print("Generating JIS X 0213 Plane 2 EMP decode map...")
219 print("Generating JIS X 0213 EMP encode map...")
233 print("Generating JIS X 0213 unicode-pair decode map...")
238 print("Generating JIS X 0213 unicode-pair encode map...")
242 for body, modifier, jis in jisx0213pairencmap:
243 filler.write('{', '0x%04x%04x,' % (body, modifier), '0x%04x' % jis, '},')