OLD | NEW |
1 # *************************************************************************** | 1 # *************************************************************************** |
2 # * | 2 # * |
3 # * Copyright (C) 1995-2015, International Business Machines | 3 # * Copyright (C) 1995-2015, 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-KR | 6 # * Generated per the algorithm for EUC-KR |
7 # * described at http://encoding.spec.whatwg.org/#euc-kr | 7 # * described at http://encoding.spec.whatwg.org/#euc-kr |
8 # * | 8 # * |
9 # *************************************************************************** | 9 # *************************************************************************** |
10 <code_set_name> "euc-kr-html" | 10 <code_set_name> "euc-kr-html" |
11 <mb_cur_max> 2 | 11 <mb_cur_max> 2 |
12 <mb_cur_min> 1 | 12 <mb_cur_min> 1 |
13 <uconv_class> "MBCS" | 13 <uconv_class> "MBCS" |
14 <subchar> \x3F | 14 <subchar> \x3F |
15 <icu:charsetFamily> "ASCII" | 15 <icu:charsetFamily> "ASCII" |
16 | 16 |
17 <icu:state> 0-80, 81-fe:1, ff | 17 # 81-fe in states 2 and 3 can be tigher and a1-fe, but |
| 18 # to be compliant to HTML5 spec, it should be 81-fe. |
| 19 <icu:state> 0-7f, 81-c5:1, c6:2, c7-fe:3 |
18 <icu:state> 41-5a, 61-7a, 81-fe | 20 <icu:state> 41-5a, 61-7a, 81-fe |
| 21 <icu:state> 41-52, 81-fe |
| 22 <icu:state> 81-fe |
19 | 23 |
20 CHARMAP | 24 CHARMAP |
21 <U0000> \x00 |0 | 25 <U0000> \x00 |0 |
22 <U0001> \x01 |0 | 26 <U0001> \x01 |0 |
23 <U0002> \x02 |0 | 27 <U0002> \x02 |0 |
24 <U0003> \x03 |0 | 28 <U0003> \x03 |0 |
25 <U0004> \x04 |0 | 29 <U0004> \x04 |0 |
26 <U0005> \x05 |0 | 30 <U0005> \x05 |0 |
27 <U0006> \x06 |0 | 31 <U0006> \x06 |0 |
28 <U0007> \x07 |0 | 32 <U0007> \x07 |0 |
(...skipping 17159 matching lines...) Loading... |
17188 <UFF5C> \xA3\xFC |0 | 17192 <UFF5C> \xA3\xFC |0 |
17189 <UFF5D> \xA3\xFD |0 | 17193 <UFF5D> \xA3\xFD |0 |
17190 <UFF5E> \xA2\xA6 |0 | 17194 <UFF5E> \xA2\xA6 |0 |
17191 <UFFE0> \xA1\xCB |0 | 17195 <UFFE0> \xA1\xCB |0 |
17192 <UFFE1> \xA1\xCC |0 | 17196 <UFFE1> \xA1\xCC |0 |
17193 <UFFE2> \xA1\xFE |0 | 17197 <UFFE2> \xA1\xFE |0 |
17194 <UFFE3> \xA3\xFE |0 | 17198 <UFFE3> \xA3\xFE |0 |
17195 <UFFE5> \xA1\xCD |0 | 17199 <UFFE5> \xA1\xCD |0 |
17196 <UFFE6> \xA3\xDC |0 | 17200 <UFFE6> \xA3\xDC |0 |
17197 END CHARMAP | 17201 END CHARMAP |
OLD | NEW |