I'm trying to wrap my head around Unicode still. I compile my IDE 0.9.25 with Unicode support according to this: http://wiki.freepascal.org/LCL_Unicode_Support#Compiling_LCL-Win32_with_Unicode
I've tried both of the following: ListBox1.Items.Add(AnsiToUtf8(DateTimeToStr(now))); ListBox1.Items.Add(DateTimeToStr(now)); Both results are the same. Is this because the results that are returned are part of the lower portion < 128 that there is no difference. I want my next application to be able to display other languages so I'm just trying to get a header start now on figuring out exactly what I must do (now) to ensure that my sources are compliant later on. Thanks for your patience. -- Warm Regards, Lee _______________________________________________ Lazarus mailing list Lazarus@lazarus.freepascal.org http://www.lazarus.freepascal.org/mailman/listinfo/lazarus