Currently, as far as I can tell, codegen always turns unicode escapes into literal unicode characters.
For instance,
becomes
This is problematic in cases where we need to the output to be ASCII only, as even if the input is ASCII, after transpiling the result is not ASCII.