Ruslan Nikolaev wrote:
No. From the very beginning I said "it would also be nice to have some
builtin function for conversion to dchar". That means it would be nice to
have function that converts from tchar (regardless of its width) to UTF-32.
The reason was always clear - you normally don't need UTF-32 chars/strings
but for some character analysis you might need them.

http://www.digitalmars.com/d/2.0/phobos/std_utf.html

Function overloading takes care of selecting the right version.

Reply via email to