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.