diff options
author | Jarkko Hietaniemi <jhi@iki.fi> | 2000-07-29 00:55:39 +0000 |
---|---|---|
committer | Jarkko Hietaniemi <jhi@iki.fi> | 2000-07-29 00:55:39 +0000 |
commit | 350e0994728e1b6ea784b5d0c0537105d8b22af7 (patch) | |
tree | 16490fd3df3c900312760206835f2631e8cb016b /utf8.c | |
parent | c00525d4ffbf0b596802bf6bdd6a3df8f11e1ff3 (diff) | |
download | perl-350e0994728e1b6ea784b5d0c0537105d8b22af7.tar.gz |
Tune the comments and hopefully stop a memory leak.
p4raw-id: //depot/perl@6463
Diffstat (limited to 'utf8.c')
-rw-r--r-- | utf8.c | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -333,6 +333,7 @@ Perl_bytes_to_utf8(pTHX_ U8* s, STRLEN *len) * a hard error (and it should be listed in perldiag). * (4) The tests (in comp/t/require.t) are a joke: the UTF16 BOM * really ought to be followed by valid UTF16 characters. + * See swallow_bom() in toke.c. * --Mike Guy */ U8* Perl_utf16_to_utf8(pTHX_ U16* p, U8* d, I32 bytelen) |