diff options
author | SADAHIRO Tomoyuki <BQW10602@nifty.com> | 2005-11-28 02:02:02 +0900 |
---|---|---|
committer | Rafael Garcia-Suarez <rgarciasuarez@gmail.com> | 2005-11-30 14:29:23 +0000 |
commit | 979f29225180f8c09f4adec52f850ae45694fd81 (patch) | |
tree | 2a19e5d269deb62b035de4c272f457862d7574f8 /pod/perlapi.pod | |
parent | 8f7f721921e56db1ab4fa5e3365e8f86077b2518 (diff) | |
download | perl-979f29225180f8c09f4adec52f850ae45694fd81.tar.gz |
Re: XS-assisted SWASHGET (esp. for t/uni/class.t speedup)
Message-Id: <20051127170016.A786.BQW10602@nifty.com>
p4raw-id: //depot/perl@26229
Diffstat (limited to 'pod/perlapi.pod')
-rw-r--r-- | pod/perlapi.pod | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/pod/perlapi.pod b/pod/perlapi.pod index 497ad9f94a..be9249b025 100644 --- a/pod/perlapi.pod +++ b/pod/perlapi.pod @@ -6008,7 +6008,7 @@ of the result. The "swashp" is a pointer to the swash to use. Both the special and normal mappings are stored lib/unicore/To/Foo.pl, -and loaded by SWASHGET, using lib/utf8_heavy.pl. The special (usually, +and loaded by SWASHNEW, using lib/utf8_heavy.pl. The special (usually, but not always, a multicharacter mapping), is tried first. The "special" is a string like "utf8::ToSpecLower", which means the |