[fpc-pascal] Set of encoding conversion routines
Felipe Monteiro de Carvalho
felipemonteiro.carvalho at gmail.com
Wed Aug 12 14:41:40 CEST 2009
On Tue, Aug 11, 2009 at 12:43 PM, Marco van de Voort<marcov at stack.nl> wrote:
> The lowest level is unit charset in the rtl, Unix style iconv is supported
> by package iconvenc.
The charset unit doesn't look complete or usable.
> No. Non *nix OSes have their own api. There is an abstraction,
> lconvencoding, but that is in the LCL afaik.
In the latest lazarus svn lconvencoding has real encoding conversion
tables! I don't know if they all work 100%, but I managed to strip LCL
dependencies and leave only the encoding I want and the conversion
from UTF-8 to Latin 1 ISO worked perfectly.
--
Felipe Monteiro de Carvalho
More information about the fpc-pascal
mailing list