diff options
author | Jarkko Hietaniemi <jhi@iki.fi> | 2000-12-01 06:45:53 +0000 |
---|---|---|
committer | Jarkko Hietaniemi <jhi@iki.fi> | 2000-12-01 06:45:53 +0000 |
commit | 3bec356411ea30186c2876cb56cbf5d69845ed32 (patch) | |
tree | ea703e5487a8a500d4231f1d58a7d1441613a2ca /lib/unicode/Is/SpacePerl.pl | |
parent | 78109b9e7880b756b1f4157b2eae0f83f070e89b (diff) | |
download | perl-3bec356411ea30186c2876cb56cbf5d69845ed32.tar.gz |
Get the three different space character classes right under utf8.
p4raw-id: //depot/perl@7940
Diffstat (limited to 'lib/unicode/Is/SpacePerl.pl')
-rw-r--r-- | lib/unicode/Is/SpacePerl.pl | 14 |
1 files changed, 14 insertions, 0 deletions
diff --git a/lib/unicode/Is/SpacePerl.pl b/lib/unicode/Is/SpacePerl.pl new file mode 100644 index 0000000000..2bb74dea8a --- /dev/null +++ b/lib/unicode/Is/SpacePerl.pl @@ -0,0 +1,14 @@ +# !!!!!!! DO NOT EDIT THIS FILE !!!!!!! +# This file is built by mktables.PL from e.g. Unicode.301. +# Any changes made here will be lost! +return <<'END'; +0009 000a +000c 000d +0020 +00a0 +1680 +2000 200b +2028 2029 +202f +3000 +END |