summaryrefslogtreecommitdiff
path: root/utf8.c
diff options
context:
space:
mode:
authorJarkko Hietaniemi <jhi@iki.fi>2000-07-29 00:55:39 +0000
committerJarkko Hietaniemi <jhi@iki.fi>2000-07-29 00:55:39 +0000
commit350e0994728e1b6ea784b5d0c0537105d8b22af7 (patch)
tree16490fd3df3c900312760206835f2631e8cb016b /utf8.c
parentc00525d4ffbf0b596802bf6bdd6a3df8f11e1ff3 (diff)
downloadperl-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.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/utf8.c b/utf8.c
index 95f457f9b2..d00b9f3de8 100644
--- a/utf8.c
+++ b/utf8.c
@@ -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)