diff options
author | Nicholas Clark <nick@ccl4.org> | 2009-10-18 17:47:10 +0100 |
---|---|---|
committer | Nicholas Clark <nick@ccl4.org> | 2009-10-18 17:48:10 +0100 |
commit | aa6dbd607b0a3d8a49c43b63b63b73ed167692c3 (patch) | |
tree | 3cf8643685843540f492da953c36011c0d401152 /embed.fnc | |
parent | 161735889e3f206d41ba19c0a094a7e55e577462 (diff) | |
download | perl-aa6dbd607b0a3d8a49c43b63b63b73ed167692c3.tar.gz |
Merge S_utf16_textfilter and S_utf16rev_textfilter().
Use IoLINES() on the filter's SV to determine which encoding is in use.
Diffstat (limited to 'embed.fnc')
-rw-r--r-- | embed.fnc | 1 |
1 files changed, 0 insertions, 1 deletions
@@ -1795,7 +1795,6 @@ sR |char* |skipspace |NN char *s sR |char* |swallow_bom |NN U8 *s #ifndef PERL_NO_UTF16_FILTER s |I32 |utf16_textfilter|int idx|NN SV *sv|int maxlen -s |I32 |utf16rev_textfilter|int idx|NN SV *sv|int maxlen #endif s |void |checkcomma |NN const char *s|NN const char *name \ |NN const char *what |