mirror of
https://gitlab.gnome.org/GNOME/glib.git
synced 2025-10-03 20:29:21 +02:00
Updated to Unicode 4.1. There are five new GUnicodeBreakType types. That
2005-10-01 Behdad Esfahbod <behdad@gnome.org> * docs/reference/glib/tmpl/unicode.sgml: * glib/gen-unicode-tables.pl: * glib/gunibreak.h: * glib/gunichartables.h: * glib/gunicode.h: * tests/casefold.txt: * tests/casemap.txt: Updated to Unicode 4.1. There are five new GUnicodeBreakType types. That may break some applications, like Pango <= 1.10.
This commit is contained in:
committed by
Behdad Esfahbod
parent
ef030130ab
commit
c83e2b3349
@@ -68,6 +68,8 @@ typedef enum
|
||||
} GUnicodeType;
|
||||
|
||||
/* These are the possible line break classifications.
|
||||
* Note that new types may be added in the future.
|
||||
* Implementations may regard unknown values like G_UNICODE_BREAK_UNKNOWN
|
||||
* See http://www.unicode.org/unicode/reports/tr14/
|
||||
*/
|
||||
typedef enum
|
||||
@@ -102,7 +104,12 @@ typedef enum
|
||||
G_UNICODE_BREAK_AMBIGUOUS,
|
||||
G_UNICODE_BREAK_UNKNOWN,
|
||||
G_UNICODE_BREAK_NEXT_LINE,
|
||||
G_UNICODE_BREAK_WORD_JOINER
|
||||
G_UNICODE_BREAK_WORD_JOINER,
|
||||
G_UNICODE_BREAK_HANGUL_L_JAMO,
|
||||
G_UNICODE_BREAK_HANGUL_V_JAMO,
|
||||
G_UNICODE_BREAK_HANGUL_T_JAMO,
|
||||
G_UNICODE_BREAK_HANGUL_LV_SYLLABLE,
|
||||
G_UNICODE_BREAK_HANGUL_LVT_SYLLABLE
|
||||
} GUnicodeBreakType;
|
||||
|
||||
/* Returns TRUE if current locale uses UTF-8 charset. If CHARSET is
|
||||
|
Reference in New Issue
Block a user