Re: [fpc-pascal] Widestring endianness

2009-04-21 Thread Jonas Maebe
On 21 Apr 2009, at 16:17, Felipe Monteiro de Carvalho wrote: I suppose that widestring is encoded with UTF-16 LE (little endian), regardless of the platform endianness. Is that correct? I mean, standard operations like assignment of string, copy from ansistring, etc, will result in UTF-16-LE

[fpc-pascal] Widestring endianness

2009-04-21 Thread Felipe Monteiro de Carvalho
Hello, I suppose that widestring is encoded with UTF-16 LE (little endian), regardless of the platform endianness. Is that correct? I mean, standard operations like assignment of string, copy from ansistring, etc, will result in UTF-16-LE thanks, -- Felipe Monteiro de Carvalho __