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

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 the L prefix for strings (e.g., my_string = L"Hello";). Can you please explain what is the meaning of the prefix?

Thanks.