Re: g_locale_to_utf8
- From: Tim Müller <zen18864 zen co uk>
- To: Ivo Andrejco <andrejcoivo yahoo com au>, Gtk-App-Devel <gtk-app-devel-list gnome org>
- Subject: Re: g_locale_to_utf8
- Date: Sat, 31 Jan 2004 10:27:22 +0000
On Friday 30 January 2004 20:40, Ivo Andrejco wrote:
I was wondering if someone could tell me, how exactly
'g_locale_to_utf8" works. I tried to store "a & b" as "a & b", I
passed it to g_locale_to_utf8 and what I get back is the same string "a
& b". Maybe I am not using the right function?
I think you want g_markup_escape_text():
http://developer.gnome.org/doc/API/2.0/glib/glib-Simple-XML-Subset-Parser.html#g-markup-escape-text
Using that you can escape text that should go between pango markup, or text
that should go between XML elements or into XML attribute value strings etc.
Cheers
-Tim
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]