| Commit message (Collapse) | Author | Age | Files | Lines |
|
|
|
|
|
|
| |
- Use Perl filehandles directly since IO::Handle generates
unicode warnings that can't be silenced.
- Disable all warnings since the specific "nonchar" warning only
exists in newer versions.
|
|
|
|
| |
Remove Perl dependency on Text::Iconv to improve portability.
|
|
|
|
|
| |
Change "perl -w" to "use warnings" for compatibility with systems that
put all #! args into argv[1].
|
|
- Add tests for UTF-16 decoding and failures
- Add getutf8.pl to assist with UTF-16 decode testing
- Re-add test_decode_cycle() which was accidentally removed earlier
- Rename bytestring.dat to octets-escaped.dat
|