Hello ,
I'm looking for C code that translate ASCII characters
to UNICODE and vice versa. some thing like:
Ascii2Unicode(
[in] InputCodePageID,
[in] AsciiBuffer,
[in] AsciiBufferLength,
[in/out] UnicodeBuffer,
[in/out] UnicodeBufferLength
)
and
Unicode2Ascii(
[in] UnicodeBuffer,
[in] UnicodeBufferLength,
[in] OutPutRequestedCodePageID,
[in/out] AsciiBuffer,
[in/out] AsciiBufferLength
)
I'll appreciate any reference, and info.
Sincerely
Beni Hoffman
This archive was generated by hypermail 2.1.2 : Tue Jul 10 2001 - 17:20:38 EDT