Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Add support for perl installs outside of /usr/bin | Mark Pulford | 2011-05-10 | 1 | -1/+2 |
| | | | | | Change "perl -w" to "use warnings" for compatibility with systems that put all #! args into argv[1]. | ||||
* | Add UTF-16 surrogate pair decode support | Mark Pulford | 2011-05-08 | 1 | -0/+25 |
- 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 |