Problems with UNICODE / greek characters

Status
Not open for further replies.

moises_l

Junior Member level 3
Joined
Oct 23, 2003
Messages
25
Helped
0
Reputation
0
Reaction score
0
Trophy points
1,281
Activity points
192
Problems with UNICODE

I´ve used a class for programming serial port. This class has code in order to use unicode. My problem is that when I press an A for example, my program send and extrange code as greek characters. I think that is due to unicode but i don´t know how to disable this option.
 

Re: Problems with UNICODE

Are U writting the program in VC++ ?. Your Question is not fully clear. But I can suggest the following if U are using VC++.

_T('A') is the character if You are sending to COM port it can be interpreted with or without unicode depending upon the preprocessor declared for _UNICODE. This is set in the environment of IDE.
 

Status
Not open for further replies.
Cookies are required to use this site. You must accept them to continue using the site. Learn more…