OLD | NEW |
(Empty) | |
| 1 # Copyright (C) 2010, International Business Machines |
| 2 # Corporation and others. All Rights Reserved. |
| 3 # |
| 4 # file name: testnorm.txt |
| 5 # encoding: US-ASCII |
| 6 # tab size: 8 (not used) |
| 7 # indentation:4 |
| 8 # |
| 9 # created on: 2010feb15 |
| 10 # created by: Markus W. Scherer |
| 11 # |
| 12 # Normalization test data, for improving code coverage. |
| 13 |
| 14 # Selection of Canonical_Combining_Class (ccc) values |
| 15 0300..0314:230 |
| 16 0315:232 |
| 17 0316..0319:220 |
| 18 031A:232 |
| 19 031B:216 |
| 20 031C..0320:220 |
| 21 0321..0322:202 |
| 22 0323..0326:220 |
| 23 0327..0328:202 |
| 24 0329..0333:220 |
| 25 0334..0338:1 |
| 26 0339..033C:220 |
| 27 033D..0344:230 |
| 28 0345:240 |
| 29 0346:230 |
| 30 0347..0349:220 |
| 31 034A..034C:230 |
| 32 034D..034E:220 |
| 33 0350..0352:230 |
| 34 0353..0356:220 |
| 35 0357:230 |
| 36 0358:232 |
| 37 0359..035A:220 |
| 38 035B:230 |
| 39 035C:233 |
| 40 035D..035E:234 |
| 41 035F:233 |
| 42 0360..0361:234 |
| 43 0362:233 |
| 44 0363..036F:230 |
| 45 D802:2 # surrogates with non-zero combining classes |
| 46 D803:3 |
| 47 D804:4 |
| 48 110B9:9 |
| 49 110BA:7 |
| 50 |
| 51 # Some interesting mappings |
| 52 00C0=0041 0300 |
| 53 00C1=0041 0301 |
| 54 00C2=0041 0302 |
| 55 00C3=0041 0303 |
| 56 00C4=0041 0308 |
| 57 00C5=0041 030A |
| 58 00C7=0043 0327 |
| 59 D800>D7FF # surrogates with mappings, and mappings to empty strings |
| 60 D801> |
| 61 DFFE> |
| 62 DFFF>FFFF |
| 63 E000> |
| 64 E001=61 338 # composition with trail<=33FF and composite>7FFF |
| 65 E002=E001 308 # recursive mapping needs reordering |
| 66 E003>62 307 327 337 # mapping needs reordering |
| 67 E011=E010 F0011 # composition of BMP+supplementary, and F0011 is maybe & combin
es-fwd |
| 68 E111>1101 # mapping ends in Jamo L |
| 69 E112>1102 62 # mapping starts with Jamo L |
| 70 FFF3>FFF4 |
| 71 FFF4>FFF5 |
| 72 FFF5>FFF7 |
| 73 FFF7>10037 |
| 74 10036>FFF6 |
| 75 10077>10037 |
| 76 1109A=11099 110BA |
| 77 1109C=1109B 110BA |
| 78 110AB=110A5 110BA |
| 79 F0010=F0011 E012 # composition of supplementary+BMP |
OLD | NEW |