[fpc-pascal] More WideString routines

Jonas Maebe jonas.maebe at elis.ugent.be
Tue Aug 4 18:51:26 CEST 2009


On 04 Aug 2009, at 17:56, Felipe Monteiro de Carvalho wrote:

> But from time to time I also miss PWideChar routines, specially when
> converting C code.

wchar_t seldom has the same size as widechar (it's very often 4  
bytes). Translating wchar_t* by pwidechar is therefore wrong (except  
for specific platforms).


Jonas



More information about the fpc-pascal mailing list