diff options
author | Karl Williamson <khw@cpan.org> | 2020-03-09 16:26:52 -0600 |
---|---|---|
committer | Karl Williamson <khw@cpan.org> | 2020-03-11 09:00:04 -0600 |
commit | 21ef35ea8a86bd672860a866b2cdeeeb842e0de1 (patch) | |
tree | 34f56d7ad9bb9c025f376c80dbe5bc4bc659bc68 /lib | |
parent | b555069b72f93a232deba173dc7bf7892cfa5868 (diff) | |
download | perl-21ef35ea8a86bd672860a866b2cdeeeb842e0de1.tar.gz |
lib/_charnames.pm: Fix comment
Diffstat (limited to 'lib')
-rw-r--r-- | lib/_charnames.pm | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/lib/_charnames.pm b/lib/_charnames.pm index be9fac4f89..738727b928 100644 --- a/lib/_charnames.pm +++ b/lib/_charnames.pm @@ -21,9 +21,9 @@ $Carp::Internal{ (__PACKAGE__) } = 1; # # The official names with their code points are stored in a table in # lib/unicore/Name.pl which is read in as a large string (almost 3/4 Mb in -# Unicode 6.0). Each code point appears on a line by itself, with its -# corresponding name occupying the next line in the string. (Some of the CJK -# and the Hangul syllable names are instead determined algorithmically via +# Unicode 6.0). Each code point sequence appears on a line by itself, with +# its corresponding name occupying the next line in the string. (Some of the +# CJK and the Hangul syllable names are instead determined algorithmically via # subroutines stored instead in lib/unicore/Name.pm). Because of the large # size of this table, it isn't converted into hashes for faster lookup. # |