We are running a survey to help us improve the experience for all of our members. If you see the survey appear, please take the time to tell us about your experience if you can.
We try to input Hebrew charactor in Keil C 2.20a, while it displayed as "????". Can Keil C support multi language input? How? Looking forward for your help.
Of course, that doesn't stop you from developing your own support - as far as the 8051 is concerned, they're all just bits and bytes anyhow!
This is true. And, this is what we have seen most customers doing. They encode the characters using another tool and generate standard 8-bit data that is stored as an array of char.
Jon