| OLD | NEW |
| 1 /* this file was generated by Tools/unicode/makeunicodedata.py 2.5 */ | 1 /* this file was generated by Tools\unicode\makeunicodedata.py 2.5 */ |
| 2 | 2 |
| 3 #define UNIDATA_VERSION "4.1.0" | 3 #define UNIDATA_VERSION "4.1.0" |
| 4 /* a list of unique database records */ | 4 /* a list of unique database records */ |
| 5 const _PyUnicode_DatabaseRecord _PyUnicode_Database_Records[] = { | 5 const _PyUnicode_DatabaseRecord _PyUnicode_Database_Records[] = { |
| 6 {0, 0, 0, 0, 0}, | 6 {0, 0, 0, 0, 0}, |
| 7 {13, 0, 15, 0, 5}, | 7 {13, 0, 15, 0, 5}, |
| 8 {13, 0, 17, 0, 5}, | 8 {13, 0, 17, 0, 5}, |
| 9 {13, 0, 16, 0, 5}, | 9 {13, 0, 16, 0, 5}, |
| 10 {13, 0, 18, 0, 5}, | 10 {13, 0, 18, 0, 5}, |
| 11 {10, 0, 18, 0, 3}, | 11 {10, 0, 18, 0, 3}, |
| (...skipping 5114 matching lines...) Show 10 above Show 10 below |
| 5126 switch(n) { | 5126 switch(n) { |
| 5127 case 0x2f868: return 0x2136A; | 5127 case 0x2f868: return 0x2136A; |
| 5128 case 0x2f874: return 0x5F33; | 5128 case 0x2f874: return 0x5F33; |
| 5129 case 0x2f91f: return 0x43AB; | 5129 case 0x2f91f: return 0x43AB; |
| 5130 case 0x2f95f: return 0x7AAE; | 5130 case 0x2f95f: return 0x7AAE; |
| 5131 case 0x2f9bf: return 0x4D57; | 5131 case 0x2f9bf: return 0x4D57; |
| 5132 default: return 0; | 5132 default: return 0; |
| 5133 } | 5133 } |
| 5134 } | 5134 } |
| 5135 | 5135 |
| OLD | NEW |