Hi,
I can write a parse transform for ux, that converts bytes into code
points. Something like this:
ustr("a∞b")
The same idea is used here:
https://github.com/freeakk/i18n#using-unicode-strings-in-source-code
But it converts strings into a ICU format: binary, utf-16. And it is a hack.