5 ms·
You can embed and work with UTF-8 strings with no issue (I have source with emoji string literals), but if you need complex manipulation of code points vs glyph
by docandrew 2y ago
You can embed and work with UTF-8 strings with no issue (I have source with emoji string literals), but if you need complex manipulation of code points vs glyphs etc. I’m not sure how robust the libraries are for what you are trying to do.
https://ada-lang.io/docs/learn/how-tos/gnat_and_utf_8/ https://ada-lang.io/docs/learn/how-tos/gnat_and_utf_8/
- rad_gruchalski 2y agoThank you, this is very useful information.