Conversation
|
I'm in favor of all things Unicode/UTF-8. I do remember however some discussions about this on c.l.a. about things not working out so seamlessly. See https://groups.google.com/g/comp.lang.ada/c/l0aflBePm_E/m/BUtW96RhAgAJ and following discussion. I'm leaving this here before merging for a while just in case, with the idea of merging it for the next release if we found no objection. I admit to having no experience with the issue. |
|
After some further discussion, the risk of introducing incompatibilities is too high to make this the default switch. |
Could you elaborate? What incompatibilities did you find? I've compiled these two files and got exactly assembler output: package Pkg is
["03C0"] : Integer;
end Pkg;package Pkg is
π : Integer;
end Pkg; |
|
|
CC @reznikmm