summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorNoah Levitt <nlevitt@columbia.edu>2003-07-31 16:48:54 +0000
committerNoah Levitt <nlevitt@src.gnome.org>2003-07-31 16:48:54 +0000
commit3b93b01219700e087c4f4f8241205d848cef537f (patch)
treef349ce6b15380ad65ac6505b279d16c0fafcc48e
parent05f99527eb9391723bac93089f691aa522e3640e (diff)
downloadglib-3b93b01219700e087c4f4f8241205d848cef537f.tar.gz
Change instances of U+10ffff to U+10fffd, since that is the last valid
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)
-rw-r--r--ChangeLog6
-rw-r--r--ChangeLog.pre-2-106
-rw-r--r--ChangeLog.pre-2-126
-rw-r--r--ChangeLog.pre-2-46
-rw-r--r--ChangeLog.pre-2-66
-rw-r--r--ChangeLog.pre-2-86
-rw-r--r--tests/utf8.txt10
7 files changed, 43 insertions, 3 deletions
diff --git a/ChangeLog b/ChangeLog
index 4a7f30f8b..f729c8936 100644
--- 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:
diff --git a/ChangeLog.pre-2-10 b/ChangeLog.pre-2-10
index 4a7f30f8b..f729c8936 100644
--- a/ChangeLog.pre-2-10
+++ b/ChangeLog.pre-2-10
@@ -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:
diff --git a/ChangeLog.pre-2-12 b/ChangeLog.pre-2-12
index 4a7f30f8b..f729c8936 100644
--- a/ChangeLog.pre-2-12
+++ b/ChangeLog.pre-2-12
@@ -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:
diff --git a/ChangeLog.pre-2-4 b/ChangeLog.pre-2-4
index 4a7f30f8b..f729c8936 100644
--- a/ChangeLog.pre-2-4
+++ b/ChangeLog.pre-2-4
@@ -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:
diff --git a/ChangeLog.pre-2-6 b/ChangeLog.pre-2-6
index 4a7f30f8b..f729c8936 100644
--- a/ChangeLog.pre-2-6
+++ b/ChangeLog.pre-2-6
@@ -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:
diff --git a/ChangeLog.pre-2-8 b/ChangeLog.pre-2-8
index 4a7f30f8b..f729c8936 100644
--- a/ChangeLog.pre-2-8
+++ b/ChangeLog.pre-2-8
@@ -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:
diff --git a/tests/utf8.txt b/tests/utf8.txt
index 8197d0bf9..3f1f22c46 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