On Latin chars and every ANSI char (that is 255 chars) you will never notice the difference because the number of bytes...
Please note that UTF-8 is up to 4 bytes per char. Ido On 8/23/07, fedorax <[EMAIL PROTECTED]> wrote: > Hello, > > Whith actuals versions of lazarus this fonction: > > For i:=0 to LExport.Count-1 do begin > LExport[i]:=AnsiToUtf8(LExport[i]); > end; > > Do absolutely nothing. I've also try with Utf8decode, ansitoutf8 and other's. > > Any idea ? > > Lazarus svn 11850 > FPC 2.3.1 8290 > > OS Linux fedora 7 > > > > _________________________________________________________________ > To unsubscribe: mail [EMAIL PROTECTED] with > "unsubscribe" as the Subject > archives at http://www.lazarus.freepascal.org/mailarchives > -- http://ik.homelinux.org/ _________________________________________________________________ To unsubscribe: mail [EMAIL PROTECTED] with "unsubscribe" as the Subject archives at http://www.lazarus.freepascal.org/mailarchives
