--- In [email protected], "silvermoonwoman2001" <sheri...@...> wrote:
>
> --- In [email protected], "entropyreduction" 
> <alancampbelllists+yahoo@> wrote:
> 
> > There are quite a few services in plugin that aren't right if
> > surrogate pairs and (oh dear) combining character sequences are
> > taken into account. length is wrong, all the get/set char stuff,
> > index, slice, etc.
> 
> Might it be as simple as defining _UNICODE ?

No, that just automagically (via preprocessor) substititutes calls that work 
for CHAR strings (e.g. strlen) with ones that work for WCHAR strings (e.g. 
wcslen), providing you've used certain macros in your code.  I can't do that, 
even now, because half my code (the half that faces toward Powerpro) needs to 
deal with CHAR strings, cause that''s all PP knows about.


 
> <http://msdn.microsoft.com/en-us/library/tsbaswba%28VS.71%29.aspx>
> 
> Regards,
> Sheri
>


Reply via email to