Re: text with äæ to gtk_view

2002-05-16 Thread Sven Neumann
Hi, "calmar" <[EMAIL PROTECTED]> writes: > i'm still trying to put the some text with 'gtk_text_buffer_set_text' to a >'gtk_text_view', but i can't succeed so far (due to ä and similar characters). > > my last try was something like this: > for (int z=0 ; z (char) '~' ) >pstring[z] = '~'; }

text with äæ to gtk_view

2002-05-16 Thread calmar
Hi to all,   i'm still trying to put the some text with 'gtk_text_buffer_set_text' to a 'gtk_text_view', but i can't succeed so far (due to ä and similar characters).   my last try was something like this: for (int z=0 ; z (char) '~' ) pstring[z] = '~'; }   I just tried to replace everything