mirror of
https://gitlab.gnome.org/GNOME/glib.git
synced 2025-08-18 14:48:53 +02:00
unicode: Allow noncharacters
Implement unicode corrigendum #9. https://bugzilla.gnome.org/show_bug.cgi?id=694669
This commit is contained in:
@@ -33,7 +33,7 @@ test_unichar_validate (void)
|
||||
g_assert (g_unichar_validate ('j'));
|
||||
g_assert (g_unichar_validate (8356));
|
||||
g_assert (g_unichar_validate (8356));
|
||||
g_assert (!g_unichar_validate (0xfdd1));
|
||||
g_assert (g_unichar_validate (0xfdd1));
|
||||
g_assert (g_unichar_validate (917760));
|
||||
g_assert (!g_unichar_validate (0x110000));
|
||||
}
|
||||
|
Reference in New Issue
Block a user