Top | ![]() |
![]() |
![]() |
![]() |
gint | unicode_get_codepoint_data_name_count () |
gint | unicode_get_unihan_count () |
gint | unicode_unichar_to_printable_utf8 () |
gboolean | unicode_unichar_validate () |
gboolean | unicode_unichar_isgraph () |
gunichar * | unicode_get_nameslist_exes () |
const gchar * | unicode_get_codepoint_name () |
const gchar * | unicode_get_codepoint_data_name () |
const gchar * | unicode_get_category_name () |
const gchar * | unicode_get_unicode_kDefinition () |
const gchar ** | unicode_get_nameslist_stars () |
const gchar ** | unicode_get_nameslist_equals () |
const gchar ** | unicode_get_nameslist_pounds () |
const gchar ** | unicode_get_nameslist_colons () |
const gchar * | unicode_version_to_string () |
UnicodeStandard | unicode_get_version () |
This widget provides a way to search for characters by name, value or other information.
gint unicode_unichar_to_printable_utf8 (gunichar uc
,gchar *outbuf
);
Converts a single character to UTF-8 suitable for rendering. Check the source to see what this means. ;-)
uc |
a unicode character |
|
outbuf |
output buffer, must have at least 10 bytes of space.
If |
[out caller-allocates] |
gboolean
unicode_unichar_isgraph (gunichar uc
);
Determines whether a character is printable and not a space
(returns FALSE
for control characters and spaces).
g_unichar_isprint()
is similar, but returns TRUE
for
spaces. Given some UTF-8 text, obtain a character value with
g_utf8_get_char()
.
const gchar **
unicode_get_nameslist_stars (gunichar uc
);
newly allocated NULL
-terminated array of gchar*, the items are const,
but the array should be freed by the caller.
[transfer container][array zero-terminated=1][element-type utf8]
const gchar **
unicode_get_nameslist_equals (gunichar uc
);
newly allocated NULL
-terminated array of gchar*, the items are const,
but the array should be freed by the caller.
[transfer container][array zero-terminated=1][element-type utf8]
const gchar **
unicode_get_nameslist_pounds (gunichar uc
);
newly allocated NULL
-terminated array of gchar*, the items are const,
but the array should be freed by the caller.
[transfer container][array zero-terminated=1][element-type utf8]
const gchar **
unicode_get_nameslist_colons (gunichar uc
);
newly allocated NULL
-terminated array of gchar*, the items are const,
but the array should be freed by the caller.
[transfer container][array zero-terminated=1][element-type utf8]
Not assigned |
||
Version 1.1 |
||
Version 2.0 |
||
Version 2.1 |
||
Version 3.0 |
||
Version 3.1 |
||
Version 3.2 |
||
Version 4.0 |
||
Version 4.1 |
||
Version 5.0 |
||
Version 5.1 |
||
Version 5.2 |
||
Version 6.0 |
||
Version 6.1 |
||
Version 6.2 |
||
Version 6.3 |
||
Version 7.0 |
||
Version 8.0 |
||
Version 9.0 |
||
Version 10.0 |
||
Version 11.0 |
||
Version 12.0 |
||
Version 12.1 |
||
Version 13.0 |
||
Version 13.0 |