Adding unicode character to char string ?
C / C++ / MFC
3
Posts
3
Posters
0
Views
1
Watching
-
You can't, by definition. A unicode character is multibyte, a char string contains one byte per character. Christian I have several lifelong friends that are New Yorkers but I have always gravitated toward the weirdo's. - Richard Stringer
-
first Convert Them to Standard Char using
wctomb
and then add the resulting charater to regular char String
"I Think this Will Help" Alok Gupta
visit me at http://www.thisisalok.tk