|
|
1.1 misho 1: /-- Tests for the 16-bit library only */
2:
1.1.1.2 ! misho 3: < forbid 8W
! 4:
1.1 misho 5: /-- Check maximum non-UTF character size --/
6:
7: /\x{ffff}/
8: A\x{ffff}B
9:
10: /\x{10000}/
11:
1.1.1.2 ! misho 12: /\o{20000}/
! 13:
1.1 misho 14: /-- Check character ranges --/
15:
16: /[\H]/BZSI
17:
18: /[\V]/BZSI
19:
20: /-- End of testinput23 --/