Change instances of U+10ffff to U+10fffd, since that is the last valid
authorNoah Levitt <nlevitt@columbia.edu>
Thu, 31 Jul 2003 16:48:54 +0000 (16:48 +0000)
committerNoah Levitt <nlevitt@src.gnome.org>
Thu, 31 Jul 2003 16:48:54 +0000 (16:48 +0000)
2003-07-31  Noah Levitt  <nlevitt@columbia.edu>

* 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
ChangeLog.pre-2-10
ChangeLog.pre-2-12
ChangeLog.pre-2-4
ChangeLog.pre-2-6
ChangeLog.pre-2-8
tests/utf8.txt

index 4a7f30f..f729c89 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,9 @@
+2003-07-31  Noah Levitt  <nlevitt@columbia.edu>
+
+       * 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  <nlevitt@columbia.edu>
 
        * glib/gen-unicode-tables.pl:
index 4a7f30f..f729c89 100644 (file)
@@ -1,3 +1,9 @@
+2003-07-31  Noah Levitt  <nlevitt@columbia.edu>
+
+       * 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  <nlevitt@columbia.edu>
 
        * glib/gen-unicode-tables.pl:
index 4a7f30f..f729c89 100644 (file)
@@ -1,3 +1,9 @@
+2003-07-31  Noah Levitt  <nlevitt@columbia.edu>
+
+       * 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  <nlevitt@columbia.edu>
 
        * glib/gen-unicode-tables.pl:
index 4a7f30f..f729c89 100644 (file)
@@ -1,3 +1,9 @@
+2003-07-31  Noah Levitt  <nlevitt@columbia.edu>
+
+       * 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  <nlevitt@columbia.edu>
 
        * glib/gen-unicode-tables.pl:
index 4a7f30f..f729c89 100644 (file)
@@ -1,3 +1,9 @@
+2003-07-31  Noah Levitt  <nlevitt@columbia.edu>
+
+       * 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  <nlevitt@columbia.edu>
 
        * glib/gen-unicode-tables.pl:
index 4a7f30f..f729c89 100644 (file)
@@ -1,3 +1,9 @@
+2003-07-31  Noah Levitt  <nlevitt@columbia.edu>
+
+       * 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  <nlevitt@columbia.edu>
 
        * glib/gen-unicode-tables.pl:
index 8197d0b..3f1f22c 100644 (file)
@@ -91,8 +91,12 @@ e000
 VALID
 fffd
 
\8f¿¿
\8f¿½
 VALID
+0010fffd
+
+􏿿
+NOTUNICODE
 0010ffff
 
 
@@ -292,6 +296,6 @@ ffff
 
 # Mixed plane 0 and higher planes
 
-Að\90\80\80\8f¿¿C
+Að\90\80\80\8f¿½C
 VALID
-41 00010000 42 10ffff 43
+41 00010000 42 10fffd 43