converting c's c* to d strings

novice2 sorry at noem.ail
Sat Jun 28 22:59:41 PDT 2008


i just want to remember about unicode:
when you pass D char[] to windows API *char
you can use std.windows.charset.toMBSz()

when you pass windows API *char to D char[]
you can use std.windows.charset.fromMBSz()




More information about the Digitalmars-d mailing list