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.
_______________________________________________
fpc-pascal maillist  -  fpc-pascal@lists.freepascal.org
http://lists.freepascal.org/mailman/listinfo/fpc-pascal

Reply via email to