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

Felipe Monteiro de Carvalho felipemonteiro.carvalho at gmail.com
Tue Jul 1 17:12:51 CEST 2008


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.

-- 
Felipe Monteiro de Carvalho



More information about the fpc-pascal mailing list