Re: [Gambas-user] gtk error when input greek letters in textbox

2010-01-21 Thread Demosthenes Koptsis
yes i think this was it 2010/1/21 Dimitris Anogiatis > Demosthenes, > > I think it is because Greek letters are unicode characters > and unicode characters count as double and therefore any split will > be difficult to work with the usual string manipulation functions > > The recommended way to

Re: [Gambas-user] gtk error when input greek letters in textbox

2010-01-21 Thread Dimitris Anogiatis
Demosthenes, I think it is because Greek letters are unicode characters and unicode characters count as double and therefore any split will be difficult to work with the usual string manipulation functions The recommended way to split a string including unicode characters according to the documen

[Gambas-user] gtk error when input greek letters in textbox

2010-01-21 Thread Demosthenes Koptsis
Hi, i use ubuntu 9.10 with gambas 2.13 i have a TextBox and insert Greek letters i get its string and split it in an array but i get this error Anagramatismos:7312): Gtk-CRITICAL **: gtk_text_buffer_emit_insert: assertion `g_utf8_validate (text, len, NULL)' failed and the program do nothing.