mirror of
https://gitlab.gnome.org/GNOME/glib.git
synced 2024-12-25 15:06:14 +01:00
additions
This commit is contained in:
parent
91ae274ad6
commit
11f335d468
@ -1,3 +1,8 @@
|
||||
2006-04-27 Matthias Clasen <mclasen@redhat.com>
|
||||
|
||||
* glib/tmpl/unicode.sgml: Mention that GLib 2.12 will
|
||||
support UCD 5.0.
|
||||
|
||||
2006-04-21 Matthias Clasen <mclasen@redhat.com>
|
||||
|
||||
* gobject/gobject-sections.txt:
|
||||
|
@ -15,6 +15,14 @@ collation on UTF-8 strings and finally functions to convert between
|
||||
the UTF-8, UTF-16 and UCS-4 encodings of Unicode.
|
||||
</para>
|
||||
|
||||
<para>
|
||||
The implementations of the Unicode functions in GLib are based
|
||||
on the Unicode Character Data tables, which are available from
|
||||
<ulink url="http://www.unicode.org">www.unicode.org</ulink>.
|
||||
GLib 2.8 supports Unicode 4.0, GLib 2.10 supports Unicode 4.1,
|
||||
GLib 2.12 supports Unicode 5.0.
|
||||
</para>
|
||||
|
||||
<!-- ##### SECTION See_Also ##### -->
|
||||
<para>
|
||||
<variablelist>
|
||||
@ -279,7 +287,6 @@ See <ulink url="http://www.unicode.org/Public/UNIDATA/UnicodeData.html"
|
||||
<!-- ##### ENUM GUnicodeBreakType ##### -->
|
||||
<para>
|
||||
These are the possible line break classifications.
|
||||
GLib 2.8 supports Unicode 4.0, GLib 2.10 supports Unicode 4.1.
|
||||
The five Hangul types were added in Unicode 4.1, so, has been
|
||||
introduced in GLib 2.10. Note that new types may be added in the future.
|
||||
Applications should be ready to handle unknown values.
|
||||
|
Loading…
Reference in New Issue
Block a user