Re: Converting from ASCII to UTF-8

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

 



Sorry.

Now it works.  It seems I didn't need to convert the string.

On 3/29/06, Meli Vázquez <ribonucleico@xxxxxxxxx> wrote:
> Hi guys,
>
> I'm writing some text in a GtkTextBuffer. Text strings are ASCII encoded.
> I've tried converting my string with g_convert() but I still don't see
> any text written in the GtkTextView widget.
>
> This is more or less what I have:
> ----------
> char string[20] = "Hello world";
>
> textBuffer      = gtk_text_view_get_buffer (...);
> convertedString = g_convert(... "UTF-8", "ASCII"...);
> gtk_text_buffer_set_text(...)
> -------
>
> How can I convert an ASCII string to a UTF-8 string? What am I doing wrong?
>
> --
> Amelio V.
>


--
Amelio V.
_______________________________________________

gtk-list@xxxxxxxxx
http://mail.gnome.org/mailman/listinfo/gtk-list


[Index of Archives]     [Touch Screen Library]     [GIMP Users]     [Gnome]     [KDE]     [Yosemite News]     [Steve's Art]

  Powered by Linux