diff options
author | Karl Williamson <public@khwilliamson.com> | 2010-12-19 14:40:34 -0700 |
---|---|---|
committer | Karl Williamson <public@khwilliamson.com> | 2010-12-19 20:22:34 -0700 |
commit | 38684baa0525ac95a5bcc5f409d91ff31f9fe242 (patch) | |
tree | 2b1f1a81330d9eb00787e2f908f20c16d76781da /utf8.c | |
parent | 453c8cca713cdc34c3ebf8e55115e4c5a5313379 (diff) | |
download | perl-38684baa0525ac95a5bcc5f409d91ff31f9fe242.tar.gz |
utf8.c: add to comment
Diffstat (limited to 'utf8.c')
-rw-r--r-- | utf8.c | 3 |
1 files changed, 2 insertions, 1 deletions
@@ -1969,7 +1969,8 @@ Perl_swash_init(pTHX_ const char* pkg, const char* name, SV *listsv, I32 minbits * return several Unicode characters for a single Unicode character * (see lib/unicore/SpecCase.txt) The SWASHGET in lib/utf8_heavy.pl is * the lower-level routine, and it is similarly broken for returning - * multiple values. --jhi */ + * multiple values. --jhi + * For those, you should use to_utf8_case() instead */ /* Now SWASHGET is recasted into S_swash_get in this file. */ /* Note: |