Re: [fpc-pascal] Please Help with inifile in WinCE (ReadSectionValues into stringlist)

2009-09-12 Thread JoshyFun
Hello FPC-Pascal, Saturday, September 12, 2009, 8:30:02 AM, you wrote: e> tl[i]:=ConvertEncoding(tl[i],GuessEncoding(tl[i]),EncodingAnsi); e>memo1.lines.add(tl[i]); e> Now all works fine when the (2nd half) Spanish part has only english e> characters. e> But when there are spani

[fpc-pascal] Please Help with inifile in WinCE (ReadSectionValues into stringlist)

2009-09-11 Thread epergola
Hi I have a small translation file (pure ASCII DOS text) written in Win32. I copied it to the emulator with Activesync. The file contains one sections ('f') in this format [f] 'Language||idioma'. (etc.) (i.e. the English test on the 1st half, the Spanish translation on the 2nd half) In the WinCE