| Top |
Functions
Functions
gucharmap_get_unicode_version ()
GucharmapUnicodeVersion
gucharmap_get_unicode_version (gunichar uc);
gucharmap_get_unicode_category_name ()
const gchar *
gucharmap_get_unicode_category_name (gunichar uc);
gucharmap_get_unicode_kJapaneseKun ()
const gchar *
gucharmap_get_unicode_kJapaneseKun (gunichar uc);
gucharmap_get_nameslist_stars ()
const gchar **
gucharmap_get_nameslist_stars (gunichar uc);
gucharmap_get_nameslist_equals ()
const gchar **
gucharmap_get_nameslist_equals (gunichar uc);
gucharmap_get_nameslist_pounds ()
const gchar **
gucharmap_get_nameslist_pounds (gunichar uc);
gucharmap_get_nameslist_colons ()
const gchar **
gucharmap_get_nameslist_colons (gunichar uc);
gucharmap_unichar_to_printable_utf8 ()
gint gucharmap_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. ;-)
gucharmap_unichar_type ()
GUnicodeType
gucharmap_unichar_type (gunichar uc);
Classifies a Unicode character by type.
gucharmap_unichar_isdefined ()
gboolean
gucharmap_unichar_isdefined (gunichar uc);
Determines if a given character is assigned in the Unicode standard.
gucharmap_unichar_isgraph ()
gboolean
gucharmap_unichar_isgraph (gunichar uc);
Determines whether a character is printable and not a space
(returns FALSE for control characters, format 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().
gucharmap_unicode_list_scripts ()
const gchar **
gucharmap_unicode_list_scripts (void);
Returns an array of untranslated script names.
The strings in the array are owned by gucharmap and should not be
modified or free; the array itself however is allocated and should
be freed with g_free().
gucharmap_unicode_get_script_for_char ()
const gchar *
gucharmap_unicode_get_script_for_char (gunichar wc);
gucharmap_unicode_version_to_string ()
const gchar *
gucharmap_unicode_version_to_string (GucharmapUnicodeVersion version);
