From 3b93b01219700e087c4f4f8241205d848cef537f Mon Sep 17 00:00:00 2001 From: Noah Levitt Date: Thu, 31 Jul 2003 16:48:54 +0000 Subject: [PATCH] Change instances of U+10ffff to U+10fffd, since that is the last valid 2003-07-31 Noah Levitt * tests/utf8.txt: Change instances of U+10ffff to U+10fffd, since that is the last valid unicode character. Add check that U+10ffff is NOTUNICODE. (#118730) --- ChangeLog | 6 ++++++ ChangeLog.pre-2-10 | 6 ++++++ ChangeLog.pre-2-12 | 6 ++++++ ChangeLog.pre-2-4 | 6 ++++++ ChangeLog.pre-2-6 | 6 ++++++ ChangeLog.pre-2-8 | 6 ++++++ tests/utf8.txt | 10 +++++++--- 7 files changed, 43 insertions(+), 3 deletions(-) diff --git a/ChangeLog b/ChangeLog index 4a7f30f..f729c89 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,9 @@ +2003-07-31 Noah Levitt + + * tests/utf8.txt: Change instances of U+10ffff to U+10fffd, since that + is the last valid unicode character. Add check that U+10ffff is + NOTUNICODE. (#118730) + 2003-07-30 Noah Levitt * glib/gen-unicode-tables.pl: diff --git a/ChangeLog.pre-2-10 b/ChangeLog.pre-2-10 index 4a7f30f..f729c89 100644 --- a/ChangeLog.pre-2-10 +++ b/ChangeLog.pre-2-10 @@ -1,3 +1,9 @@ +2003-07-31 Noah Levitt + + * tests/utf8.txt: Change instances of U+10ffff to U+10fffd, since that + is the last valid unicode character. Add check that U+10ffff is + NOTUNICODE. (#118730) + 2003-07-30 Noah Levitt * glib/gen-unicode-tables.pl: diff --git a/ChangeLog.pre-2-12 b/ChangeLog.pre-2-12 index 4a7f30f..f729c89 100644 --- a/ChangeLog.pre-2-12 +++ b/ChangeLog.pre-2-12 @@ -1,3 +1,9 @@ +2003-07-31 Noah Levitt + + * tests/utf8.txt: Change instances of U+10ffff to U+10fffd, since that + is the last valid unicode character. Add check that U+10ffff is + NOTUNICODE. (#118730) + 2003-07-30 Noah Levitt * glib/gen-unicode-tables.pl: diff --git a/ChangeLog.pre-2-4 b/ChangeLog.pre-2-4 index 4a7f30f..f729c89 100644 --- a/ChangeLog.pre-2-4 +++ b/ChangeLog.pre-2-4 @@ -1,3 +1,9 @@ +2003-07-31 Noah Levitt + + * tests/utf8.txt: Change instances of U+10ffff to U+10fffd, since that + is the last valid unicode character. Add check that U+10ffff is + NOTUNICODE. (#118730) + 2003-07-30 Noah Levitt * glib/gen-unicode-tables.pl: diff --git a/ChangeLog.pre-2-6 b/ChangeLog.pre-2-6 index 4a7f30f..f729c89 100644 --- a/ChangeLog.pre-2-6 +++ b/ChangeLog.pre-2-6 @@ -1,3 +1,9 @@ +2003-07-31 Noah Levitt + + * tests/utf8.txt: Change instances of U+10ffff to U+10fffd, since that + is the last valid unicode character. Add check that U+10ffff is + NOTUNICODE. (#118730) + 2003-07-30 Noah Levitt * glib/gen-unicode-tables.pl: diff --git a/ChangeLog.pre-2-8 b/ChangeLog.pre-2-8 index 4a7f30f..f729c89 100644 --- a/ChangeLog.pre-2-8 +++ b/ChangeLog.pre-2-8 @@ -1,3 +1,9 @@ +2003-07-31 Noah Levitt + + * tests/utf8.txt: Change instances of U+10ffff to U+10fffd, since that + is the last valid unicode character. Add check that U+10ffff is + NOTUNICODE. (#118730) + 2003-07-30 Noah Levitt * glib/gen-unicode-tables.pl: diff --git a/tests/utf8.txt b/tests/utf8.txt index 8197d0b..3f1f22c 100644 --- a/tests/utf8.txt +++ b/tests/utf8.txt @@ -91,8 +91,12 @@ e000 VALID fffd -ô¿¿ +ô¿½ VALID +0010fffd + +ô¿¿ +NOTUNICODE 0010ffff ô€€ @@ -292,6 +296,6 @@ ffff # Mixed plane 0 and higher planes -A𐀀Bô¿¿C +A𐀀Bô¿½C VALID -41 00010000 42 10ffff 43 +41 00010000 42 10fffd 43 -- 2.7.4