Alessandro Ikeuchi ([EMAIL PROTECTED]) wrote:
> gtk_text_buffer_insert_at_cursor(mybuffer, "\u00E3", -1);

gtk_text_buffer_insert_at_cursor () expects UTF-8 as the second
argument. I don't know what C99 / C++ define for the "\u" excape
sequences (probably wide chars or something like this), but I strongly
suspect that the internal encoding is undefined and/or machine
dependant.

I am not at all convinced that this is supposed to work and I suggest
that you assume the error on your side. Feel free to point me to the
Ansi C99 standard that defines the internal encoding of wide char string
constants to be UTF-8 though.

Bye,
        Simon
-- 
              [EMAIL PROTECTED]              http://simon.budig.de/
_______________________________________________
maemo-developers mailing list
maemo-developers@maemo.org
https://maemo.org/mailman/listinfo/maemo-developers

Reply via email to