StyledText not accept Multi-bytes characters
Frank Benoit
keinfarbton at googlemail.com
Tue Aug 19 02:37:07 PDT 2008
John Reimer schrieb:
> So what does this mean? Can't the utf8 text just be upconverted to utf16
> using something like tango.text.convert.Utf.toString16 before the system
> function is called?
>
> I'd be interested to see the problem fully described so that I understand
> what to look out for while porting code. Is the information somewhere on
> our site? I recall you mentioning the issue in IRC recently.
>
> Thanks.
>
> -JJR
Both is needed, the utf8 and utf16.
I think the best is to have both versions in parallel and also maintain
the indices for both.
More information about the Digitalmars-d-dwt
mailing list