|
|
|
|
|
by debugnik
257 days ago
|
|
> Ada String is basically char array Worse, the built-in Unicode strings are arrays of Unicode scalars, effectively UTF-32 in the general case. There's no proper way to write UTF-8 string literals AFAIK, you need to convert them from arrays of 8, 16 or 32 bit characters depending on the literal. |
|