From: Noah Levitt Date: Thu, 31 Jul 2003 16:48:54 +0000 (+0000) Subject: Change instances of U+10ffff to U+10fffd, since that is the last valid X-Git-Tag: GLIB_2_3_0~109 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=3b93b01219700e087c4f4f8241205d848cef537f;p=platform%2Fupstream%2Fglib.git 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) --- 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