Closed
Description
#7488 added a fix to mangle unicode identifiers because the android assembler can't handle them. It is essentially the easiest mangling possible (using char::escape_unicode
and replacing the leading \
with a $
), with no reference to any other compilers that perform unicode mangling.
Presumably, matching any precedent (if there is one) would be best, in terms of tool support etc.
This bug represents the task of researching this and fixing it.