Re: [fpc-pascal] Chinese/Japanese codepages to UTF8

2008-10-07 Thread Marco van de Voort
In our previous episode, ik said: > I'm using iconv (Marco made a unit for it if i remember correctly) > that converts one charset to another. It was actually meant to be a fundament of the unix implementation of lconvencoding. But iirc it didn't make 2.2.2 due to some confusion over merging, so

Re: [fpc-pascal] Chinese/Japanese codepages to UTF8

2008-10-07 Thread ik
I'm using iconv (Marco made a unit for it if i remember correctly) that converts one charset to another. Ido On Tue, Oct 7, 2008 at 10:27 AM, EarMaster - Bent Olsen <[EMAIL PROTECTED]> wrote: > Hi, > > The unit LConvEncoding has some functions to convert between codepages and > UTF8, like CP1252T

[fpc-pascal] Chinese/Japanese codepages to UTF8

2008-10-07 Thread EarMaster - Bent Olsen
Hi, The unit LConvEncoding has some functions to convert between codepages and UTF8, like CP1252ToUTF8 and UTF8ToCP1252, but codepages for Chinese or Japanese isn't supported. What do others use to convert text with these codepages to UTF8? Best regards, Normann

Re: [fpc-pascal] Spreadsheet library/unit?

2008-10-07 Thread Antal
2008/10/6 Frank Peelo <[EMAIL PROTECTED]> > CSV is occasionally referred to as something other than "Comma Separated > Values". I'm not sure why. If you're using CSV, stick to what most > applications understand by csv and benefit from some level of compatibility. > Why make hassle for yourself? E