It has to work with a C program so it has to be a winapi c call
|
feedback
|
|
That would be WideCharToMultiByte and MultiByteToWideChar. | |||||||
feedback
|
|
All 128 ASCII characters convert to the unicode code point with the same value (see ASCII in unicode glossary). Conversion, in C (have no idea about the other tags in your question), is as easy as assignment: | |||
|
feedback
|
|
Here is a simple solution which comes along with CRT ; consider this if you are using Visual studio. | |||
|
feedback
|