mirror of
https://gitlab.gnome.org/GNOME/glib.git
synced 2024-11-14 13:26:16 +01: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:
parent
da4f56d4c1
commit
bc76e98174
@ -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>
|
2003-05-23 Noah Levitt <nlevitt@columbia.edu>
|
||||||
|
|
||||||
* glib/guniprop.c: Remove stale comment.
|
* 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>
|
2003-05-23 Noah Levitt <nlevitt@columbia.edu>
|
||||||
|
|
||||||
* glib/guniprop.c: Remove stale comment.
|
* 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>
|
2003-05-23 Noah Levitt <nlevitt@columbia.edu>
|
||||||
|
|
||||||
* glib/guniprop.c: Remove stale comment.
|
* 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>
|
2003-05-23 Noah Levitt <nlevitt@columbia.edu>
|
||||||
|
|
||||||
* glib/guniprop.c: Remove stale comment.
|
* 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>
|
2003-05-23 Noah Levitt <nlevitt@columbia.edu>
|
||||||
|
|
||||||
* glib/guniprop.c: Remove stale comment.
|
* 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>
|
2003-05-23 Noah Levitt <nlevitt@columbia.edu>
|
||||||
|
|
||||||
* glib/guniprop.c: Remove stale comment.
|
* glib/guniprop.c: Remove stale comment.
|
||||||
|
@ -99,7 +99,7 @@
|
|||||||
((Char) < 0x110000 && \
|
((Char) < 0x110000 && \
|
||||||
(((Char) & 0xFFFFF800) != 0xD800) && \
|
(((Char) & 0xFFFFF800) != 0xD800) && \
|
||||||
((Char) < 0xFDD0 || (Char) > 0xFDEF) && \
|
((Char) < 0xFDD0 || (Char) > 0xFDEF) && \
|
||||||
((Char) & 0xFFFF) != 0xFFFF)
|
((Char) & 0xFFFE) != 0xFFFE)
|
||||||
|
|
||||||
|
|
||||||
static const gchar utf8_skip_data[256] = {
|
static const gchar utf8_skip_data[256] = {
|
||||||
|
Loading…
Reference in New Issue
Block a user