mirror of
https://gitlab.gnome.org/GNOME/glib.git
synced 2025-08-23 17:38:54 +02:00
Fix typo in UNICODE_VALID (related to #107427).
2003-05-23 Noah Levitt <nlevitt@columbia.edu> * glib/gutf8.c: Fix typo in UNICODE_VALID (related to #107427).
This commit is contained in:
@@ -1,3 +1,7 @@
|
||||
2003-05-23 Noah Levitt <nlevitt@columbia.edu>
|
||||
|
||||
* glib/gutf8.c: Fix typo in UNICODE_VALID (related to #107427).
|
||||
|
||||
2003-05-23 Noah Levitt <nlevitt@columbia.edu>
|
||||
|
||||
* glib/guniprop.c: Remove stale comment.
|
||||
|
@@ -1,3 +1,7 @@
|
||||
2003-05-23 Noah Levitt <nlevitt@columbia.edu>
|
||||
|
||||
* glib/gutf8.c: Fix typo in UNICODE_VALID (related to #107427).
|
||||
|
||||
2003-05-23 Noah Levitt <nlevitt@columbia.edu>
|
||||
|
||||
* glib/guniprop.c: Remove stale comment.
|
||||
|
@@ -1,3 +1,7 @@
|
||||
2003-05-23 Noah Levitt <nlevitt@columbia.edu>
|
||||
|
||||
* glib/gutf8.c: Fix typo in UNICODE_VALID (related to #107427).
|
||||
|
||||
2003-05-23 Noah Levitt <nlevitt@columbia.edu>
|
||||
|
||||
* glib/guniprop.c: Remove stale comment.
|
||||
|
@@ -1,3 +1,7 @@
|
||||
2003-05-23 Noah Levitt <nlevitt@columbia.edu>
|
||||
|
||||
* glib/gutf8.c: Fix typo in UNICODE_VALID (related to #107427).
|
||||
|
||||
2003-05-23 Noah Levitt <nlevitt@columbia.edu>
|
||||
|
||||
* glib/guniprop.c: Remove stale comment.
|
||||
|
@@ -1,3 +1,7 @@
|
||||
2003-05-23 Noah Levitt <nlevitt@columbia.edu>
|
||||
|
||||
* glib/gutf8.c: Fix typo in UNICODE_VALID (related to #107427).
|
||||
|
||||
2003-05-23 Noah Levitt <nlevitt@columbia.edu>
|
||||
|
||||
* glib/guniprop.c: Remove stale comment.
|
||||
|
@@ -1,3 +1,7 @@
|
||||
2003-05-23 Noah Levitt <nlevitt@columbia.edu>
|
||||
|
||||
* glib/gutf8.c: Fix typo in UNICODE_VALID (related to #107427).
|
||||
|
||||
2003-05-23 Noah Levitt <nlevitt@columbia.edu>
|
||||
|
||||
* glib/guniprop.c: Remove stale comment.
|
||||
|
@@ -99,7 +99,7 @@
|
||||
((Char) < 0x110000 && \
|
||||
(((Char) & 0xFFFFF800) != 0xD800) && \
|
||||
((Char) < 0xFDD0 || (Char) > 0xFDEF) && \
|
||||
((Char) & 0xFFFF) != 0xFFFF)
|
||||
((Char) & 0xFFFE) != 0xFFFE)
|
||||
|
||||
|
||||
static const gchar utf8_skip_data[256] = {
|
||||
|
Reference in New Issue
Block a user