diff options
author | Karl Williamson <public@khwilliamson.com> | 2011-03-31 10:28:02 -0600 |
---|---|---|
committer | Karl Williamson <public@khwilliamson.com> | 2011-03-31 11:33:21 -0600 |
commit | 289f3bf6e4d6c64c8a1cf50d22f6d0afae3cd33c (patch) | |
tree | 42fca62d510978ed06bd9ec88650a0dbd9db4cfc | |
parent | 43e59f7b885e66c2a874b2a383ecf6b2e6d96cba (diff) | |
download | perl-289f3bf6e4d6c64c8a1cf50d22f6d0afae3cd33c.tar.gz |
perlretut: Use generic Unicode web page link
Use the link to Unicode that gives the latest version, whatever it might be
-rw-r--r-- | pod/perlretut.pod | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/pod/perlretut.pod b/pod/perlretut.pod index df0865b7a9..56253585da 100644 --- a/pod/perlretut.pod +++ b/pod/perlretut.pod @@ -1931,7 +1931,7 @@ One can also use short names or restrict names to a certain alphabet: print "\N{sigma} is Greek sigma\n"; A list of full names can be found in F<NamesList.txt> in the Unicode standard -(available at L<http://www.unicode.org/Public/6.0.0/ucd/>). +(available at L<http://www.unicode.org/Public/UNIDATA/>). The answer to requirement 2), as of 5.6.0, is that a regexp uses Unicode characters. Internally, this is encoded to bytes using either UTF-8 or a |