From 84e61d73d3346e9347a106dca096f6f7d781cc85 Mon Sep 17 00:00:00 2001 From: Karl Williamson Date: Thu, 25 Oct 2012 20:06:17 -0600 Subject: [PATCH] charnames: Correct pod misstatement Character names can contain Latin1 currently, not just ASCII. --- lib/charnames.pm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/charnames.pm b/lib/charnames.pm index 8ed339c..25c087d 100644 --- a/lib/charnames.pm +++ b/lib/charnames.pm @@ -276,7 +276,7 @@ C<\N{123}> means to match 123 non-newline characters, and is not treated as a charnames alias. Aliases are discouraged from beginning with anything other than an alphabetic character and from containing anything other than alphanumerics, spaces, dashes, parentheses, and underscores. -Currently they must be ASCII. +Currently they must be Latin1. An alias can map to either an official Unicode character name (not a loose matched name) or to a -- 1.8.3.1