%PDF- %PDF-
Direktori : /home/rs/perl/5.12/lib/perl5/5.12/unicore/lib/Perl/ |
Current File : /home/rs/perl/5.12/lib/perl5/5.12/unicore/lib/Perl/PerlWord.pl |
# !!!!!!! DO NOT EDIT THIS FILE !!!!!!! # This file is machine-generated by lib/unicore/mktables from the Unicode # database, Version 5.2.0. Any changes made here will be lost! # !!!!!!! INTERNAL PERL USE ONLY !!!!!!! # This file is for internal use by the Perl program only. The format and even # the name or existence of this file are subject to change without notice. # Don't use it directly. # This file returns the 63 code points in Unicode Version 5.2.0 that match # any of the following regular expression constructs: # # \p{PerlWord} # \p{Is_PerlWord} # # Meaning: \w, restricted to ASCII = [A-Za-z0-9_] # # perluniprops.pod should be consulted for the syntax rules for any of these, # including if adding or subtracting white space, underscore, and hyphen # characters matters or doesn't matter, and other permissible syntactic # variants. Upper/lower case distinctions never matter. # # The format of the lines of this file is: START\tSTOP\twhere START is the # starting code point of the range, in hex; STOP is the ending point, or if # omitted, the range has just one code point. Numbers in comments in # [brackets] indicate how many code points are in the range. return <<'END'; 0030 0039 # [10] 0041 005A # [26] 005F 0061 007A # [26] END