mirror of
https://gitlab.gnome.org/GNOME/glib.git
synced 2025-07-13 14:00:57 +02:00
Don't mention g_utf32_to_utf8() and g_utf8_to_utf32()
These functions doesn't exist. Suggest to use g_ucs4_to_utf8/g_utf8_to_ucs4 to produce the UTF-8 representation of a gunichar This fix bug: https://bugzilla.gnome.org/show_bug.cgi?id=601874
This commit is contained in:
@ -46,8 +46,8 @@ A type which can hold any UTF-32 or UCS-4 character code, also known
|
|||||||
as a Unicode code point.
|
as a Unicode code point.
|
||||||
</para>
|
</para>
|
||||||
<para>
|
<para>
|
||||||
To print/scan values of this type to/from text you need to convert
|
If you want to produce the UTF-8 representation of a #gunichar,
|
||||||
to/from UTF-8, using g_utf32_to_utf8()/g_utf8_to_utf32().
|
use g_ucs4_to_utf8(). See also g_utf8_to_ucs4() for the reverse process.
|
||||||
</para>
|
</para>
|
||||||
<para>
|
<para>
|
||||||
To print/scan values of this type as integer, use
|
To print/scan values of this type as integer, use
|
||||||
|
Reference in New Issue
Block a user