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.
Hello everyone, I have a problem storing special characters with uVision editor. When I store the following line which stand in a example.c file:
printf("æ Æ Ø ø å Â");
printf("\x91 \x92 \x9D \x9B \x86 \xB6");
The codes for (and even the presence of) ("æ Æ Ø ø å Â") vary from keyboard to keyboard. In countries where they are commonly used they are implemented as substitutions (if my memory serves me correctly in Denmark '$' print as "Ø") Anything abve 7f and certainly æ Æ Ø ø å Â is NOT ASCII (remember 'A' im ASCII stan for 'American'). Erik