 |
| Familiar Face |
Joined: Mon Mar 05, 2012 11:55 pm Posts: 12
|
|
I need to convert the contents of a textview buffer from UTF-8 to ASCII. I haven't found a work around with the regular library. So I have moved on to the glib library. Before I start searching and trying to hack up a work around, does anyone know a way?
I usually use g_convert for char conversions but in this case I cannot type convert. g_convert is of type gchar. While the other is a textview struct.
BTW, I am working on a Linux LAN GUI chat server/client.
|
|