• Using UNICODE
    I want to use UNICODE and get the following error message: .\Output\Lizard.axf: Error: L6218E: Undefined symbol mbsrtowcs (referred from config.o). What do I have to change?
  • Using UNICODE
    I want to use UNICODE and get the following error message: .\Output\Lizard.axf: Error: L6218E: Undefined symbol mbsrtowcs (referred from config.o). What do I have to change?
  • 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 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...