This discussion has been locked.
You can no longer post new replies to this discussion. If you have a question you can start a new discussion

Hebrew charactor input

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.

Parents
  • 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

Reply
  • 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

Children
No data