From 4dc56c6d362f2cd8a79d83369f0b852df07dae3f Mon Sep 17 00:00:00 2001 From: Mark Pulford Date: Sun, 8 May 2011 20:26:09 +0930 Subject: Add UTF-16 surrogate pair decode support - 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 --- tests/bytestring.dat | 1 - 1 file changed, 1 deletion(-) delete mode 100644 tests/bytestring.dat (limited to 'tests/bytestring.dat') diff --git a/tests/bytestring.dat b/tests/bytestring.dat deleted file mode 100644 index ee99a6b..0000000 --- a/tests/bytestring.dat +++ /dev/null @@ -1 +0,0 @@ -"\u0000\u0001\u0002\u0003\u0004\u0005\u0006\u0007\b\t\n\u000b\f\r\u000e\u000f\u0010\u0011\u0012\u0013\u0014\u0015\u0016\u0017\u0018\u0019\u001a\u001b\u001c\u001d\u001e\u001f !\"#$%&'()*+,-.\/0123456789:;<=>?@ABCDEFGHIJKLMNOPQRSTUVWXYZ[\\]^_`abcdefghijklmnopqrstuvwxyz{|}~\u007f" \ No newline at end of file -- cgit v1.2.3-55-g6feb