Open kekyo opened 2 years ago
Perhaps it would be better to introduce a type like char16_t
so that it is always 16bit. However, because of the string literal problem, it cannot be said that simply defining a type and replacing it is sufficient, and it would be a bit involved in the discussion of whether to treat internally System.String
as UTF8 or not.
Past related:
Hello
The entire IL2C relies on
wchar_t
being 16-bit. I was completely oblivious to the fact that such an environment is possible...Related #100