Re[2]: [fpc-pascal] TListBox bug in LCL of Lazarus?

2008-12-23 Thread JoshyFun
Hello Joost, Monday, December 22, 2008, 11:40:02 AM, you wrote: JvdS iirc it's windows that does this. If the winapi encounters characters in JvdS a string for a messagebox it doesn't understand, it drops the whole JvdS string. There's nothing Lazarus can do about it. It's the UTF8ToUnicode

Re[2]: [fpc-pascal] TListBox bug in LCL of Lazarus?

2008-12-20 Thread JoshyFun
Hello Jürgen, Saturday, December 20, 2008, 6:46:06 PM, you wrote: JH Form1.ListBox1.Items.Add(AnsiToUTF8('ö')); JH Form1.ListBox1.Items.Strings[Count-1] := (AnsiToUTF8('ö')); JH How is this supposed to work? Even if the wrong coding is used I don't JH understand why the