| OLD | NEW |
| 1 # ******************************************************************************
* | 1 # ******************************************************************************
* |
| 2 # * | 2 # * |
| 3 # * Copyright (C) 2009, International Business Machines | 3 # * Copyright (C) 2009, International Business Machines |
| 4 # * Corporation and others. All Rights Reserved. | 4 # * Corporation and others. All Rights Reserved. |
| 5 # * | 5 # * |
| 6 # ******************************************************************************
* | 6 # ******************************************************************************
* |
| 7 # | 7 # |
| 8 # File created on Dec 2, 2009 | 8 # File created on Dec 2, 2009 |
| 9 # | 9 # |
| 10 # This is not a real CNS-11643 table, but a "fake" table to return U+FFFD | 10 # This is not a real CNS-11643 table, but a "fake" table to return U+FFFD |
| (...skipping 11 matching lines...) Expand all Loading... |
| 22 | 22 |
| 23 # (state 0) lead byte, selects the CNS plane (0x80 + plane number) | 23 # (state 0) lead byte, selects the CNS plane (0x80 + plane number) |
| 24 <icu:state> 81-90:1 | 24 <icu:state> 81-90:1 |
| 25 | 25 |
| 26 # (1..2) middle and trail bytes for valid but unassigned sequences | 26 # (1..2) middle and trail bytes for valid but unassigned sequences |
| 27 <icu:state> 21-7e:2 | 27 <icu:state> 21-7e:2 |
| 28 <icu:state> 21-7e.u | 28 <icu:state> 21-7e.u |
| 29 | 29 |
| 30 CHARMAP | 30 CHARMAP |
| 31 END CHARMAP | 31 END CHARMAP |
| OLD | NEW |