home *** CD-ROM | disk | FTP | other *** search
/ PC Professionell 2004 December / PCpro_2004_12.ISO / files / webserver / xampp / xampp-perl-addon-1.4.9-installer.exe / WhiteSpa.pl < prev    next >
Encoding:
Text File  |  2004-06-01  |  514 b   |  24 lines

  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. #
  6. # This file supports:
  7. #     \p{WhiteSpace} (and fuzzy permutations)
  8. # Meaning: Extended property 'White_Space'
  9. #
  10. return <<'END';
  11. 0009    000D    White_Space
  12. 0020        White_Space
  13. 0085        White_Space
  14. 00A0        White_Space
  15. 1680        White_Space
  16. 180E        White_Space
  17. 2000    200A    White_Space
  18. 2028    2029    White_Space
  19. 202F        White_Space
  20. 205F        White_Space
  21. 3000        White_Space
  22. END
  23.