Summary on Re: [fpc-pascal] Unicode file routines proposal

Michael Van Canneyt michael at freepascal.org
Tue Jul 1 17:20:14 CEST 2008



On Tue, 1 Jul 2008, Felipe Monteiro de Carvalho wrote:

> I think you can still do the byte-size operations this way:
> 
> ForceEncoding(S, iso-xxxx)
> P:=PChar(S);
> While (P^<>#0) do
>  SomeByteSizedOperation;
> 
> Similarly for any other code supposing an encoding.

Absolutely.

Michael.



More information about the fpc-pascal mailing list