• use of Unicode
    How to enable unicode in Uvision 3. Tried to include <tchar.h> but compiler can not find the file. Thanks
  • use of Unicode
    How to enable unicode in Uvision 3. Tried to include <tchar.h> but compiler can not find the file. Thanks
  • unicode problem in UART_READ()
    Hi, i am facing a problem when i want to read the data,i enter the character twice the next time i get a unicode char on the screen................i dont know why.............when i do UART_WRITE()...
  • Unicode strings in ARM
    Hi, I've read that ARM compiler does not convert strings to Unicode. Is there a way to store strings in memory/code as Unicode (either UTF-8 or 16)? Also, I couldn't find documentation about...
  • Adding Unicode string literals
    Hi everyone, I have a question about adding support for foreign languages in my product (touch display). I want to add Chinese/Russian/German and a few other languages. My code workflow is as follows...