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