OLD | NEW |
1 # *************************************************************************** | 1 # *************************************************************************** |
2 # * | 2 # * |
3 # * Copyright (C) 1995-2014, International Business Machines | 3 # * Copyright (C) 1995-2014, International Business Machines |
4 # * Corporation and others. All Rights Reserved. | 4 # * Corporation and others. All Rights Reserved. |
5 # * | 5 # * |
6 # * Generated per the algorithm for EUC-JP | 6 # * Generated per the algorithm for EUC-JP |
7 # * described at http://encoding.spec.whatwg.org/#euc-jp. | 7 # * described at https://encoding.spec.whatwg.org/#euc-jp. |
8 # * Added the 34 decoding only (EUC-JP to Unicode) entries from euc-jp-2007.uc
m | |
9 # * for the backward compatibility. | |
10 # * | 8 # * |
11 # *************************************************************************** | 9 # *************************************************************************** |
12 <code_set_name> "euc-jp-html" | 10 <code_set_name> "euc-jp-html" |
13 <char_name_mask> "AXXXX" | 11 <char_name_mask> "AXXXX" |
14 <mb_cur_max> 3 | 12 <mb_cur_max> 3 |
15 <mb_cur_min> 1 | 13 <mb_cur_min> 1 |
16 <uconv_class> "MBCS" | 14 <uconv_class> "MBCS" |
17 <subchar> \xF4\xFE | 15 <subchar> \x3F |
18 <subchar1> \x1A | |
19 <icu:charsetFamily> "ASCII" | 16 <icu:charsetFamily> "ASCII" |
20 | 17 |
21 <icu:state> 0-7f, 8e:2, 8f:3, a1-fe:1 | 18 <icu:state> 0-7f, 8e:2, 8f:3, a1-fe:1 |
22 <icu:state> a1-fe | 19 <icu:state> a1-fe |
23 <icu:state> a1-e2 | 20 <icu:state> a1-df |
24 <icu:state> a1-fe:1, a1:4, a3-a5:4, a8:4, ac-af:4, ee-f2:4, f4
-fe:4 | 21 <icu:state> a1-fe:1, a1:4, a3-a5:4, a8:4, ac-af:4, ee-f2:4, f4
-fe:4 |
25 <icu:state> a1-fe.u | 22 <icu:state> a1-fe.u |
26 | 23 |
27 CHARMAP | 24 CHARMAP |
28 <U0000> \x00 |0 | 25 <U0000> \x00 |0 |
29 <U0001> \x01 |0 | 26 <U0001> \x01 |0 |
30 <U0002> \x02 |0 | 27 <U0002> \x02 |0 |
31 <U0003> \x03 |0 | 28 <U0003> \x03 |0 |
32 <U0004> \x04 |0 | 29 <U0004> \x04 |0 |
33 <U0005> \x05 |0 | 30 <U0005> \x05 |0 |
(...skipping 13581 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
13615 <UFF9E> \x8E\xDE |0 | 13612 <UFF9E> \x8E\xDE |0 |
13616 <UFF9F> \x8E\xDF |0 | 13613 <UFF9F> \x8E\xDF |0 |
13617 <UFFE0> \xA1\xF1 |0 | 13614 <UFFE0> \xA1\xF1 |0 |
13618 <UFFE1> \xA1\xF2 |0 | 13615 <UFFE1> \xA1\xF2 |0 |
13619 <UFFE2> \xA2\xCC |0 | 13616 <UFFE2> \xA2\xCC |0 |
13620 <UFFE2> \xFC\xFB |3 | 13617 <UFFE2> \xFC\xFB |3 |
13621 <UFFE3> \xA1\xB1 |0 | 13618 <UFFE3> \xA1\xB1 |0 |
13622 <UFFE4> \xFC\xFC |0 | 13619 <UFFE4> \xFC\xFC |0 |
13623 <UFFE5> \xA1\xEF |0 | 13620 <UFFE5> \xA1\xEF |0 |
13624 END CHARMAP | 13621 END CHARMAP |
OLD | NEW |