what's the proper way to convert wchar[] to string?
Marc via Digitalmars-d-learn Wed, 03 Jan 2018 10:56:38 -0800
when calling winapi functions, usually you to deal with the
result in wchar[]. How do I convert it to string in D to be
usable by the application? does D have a native for this?
- what's the proper way to convert wcha... Marc via Digitalmars-d-learn
- Re: what's the proper way to con... Ali Çehreli via Digitalmars-d-learn
- Re: what's the proper way to... Marc via Digitalmars-d-learn