Append wchar enumeration to string

Nrgyzer nrgyzer at gmail.com
Sun Nov 21 09:52:36 PST 2010


I solved the problem by using toUTF8 from std.utf but I think it's a
dirty solution because I have to cast wchar to wchar[] because a
simple toUTF8(CURRENCY.DOLLAR) matches wchar[] and dchar[] signatures.


More information about the Digitalmars-d-learn mailing list