| 1 | | | | | # !!!!!!! DO NOT EDIT THIS FILE !!!!!!! |
| 2 | | | | | # This file is built by mktables from e.g. UnicodeData.txt. |
| 3 | | | | | # Any changes made here will be lost! |
| 4 | | | | | |
| 5 | | | | | # This file is for internal use by the Perl program only. The format and even |
| 6 | | | | | # name or existence of this file are subject to change without notice. Don't |
| 7 | | | | | # use it directly. |
| 8 | | | | | |
| 9 | | | | | # |
| 10 | | | | | # This file supports: |
| 11 | | | | | # \p{SpacePerl} |
| 12 | | | | | # |
| 13 | | | | | # Meaning: \s |
| 14 | | | | | # |
| 15 | 1 | 4µs | | | return <<'END'; |
| 16 | | | | | 0009 000A |
| 17 | | | | | 000C 000D |
| 18 | | | | | 0020 |
| 19 | | | | | 0085 |
| 20 | | | | | 00A0 |
| 21 | | | | | 1680 |
| 22 | | | | | 180E |
| 23 | | | | | 2000 200A |
| 24 | | | | | 2028 2029 |
| 25 | | | | | 202F |
| 26 | | | | | 205F |
| 27 | | | | | 3000 |
| 28 | | | | | END |