On Sun, 22 Feb 2009 17:49:01 +0200
Reenen Laurie <rlau...@gmail.com> wrote:

> This solution worked...
> 
>  s := stringReplace(s,chr(148),'"',[rfReplaceAll, rfIgnoreCase]);
>  s := stringReplace(s,chr(147),'"',[rfReplaceAll, rfIgnoreCase]);
>  s := stringReplace(s,chr(150),'--',[rfReplaceAll, rfIgnoreCase]);
>  s := stringReplace(s,chr(146),'''',[rfReplaceAll, rfIgnoreCase]);
> 
> However this car is also giving me issues: é
> There is not "equivalent"... only e...
> Or is that é and alt 130 (é) different?
> 
> But this must be a problem that's happened a lot before?  Not so?

The LCL unit lconvencoding contains a function to convert CP1250 to
UTF8:
CP1250ToUTF8


Mattias

_______________________________________________
Lazarus mailing list
Lazarus@lazarus.freepascal.org
http://www.lazarus.freepascal.org/mailman/listinfo/lazarus

Reply via email to