ion-python
ion-python copied to clipboard
Allow unicode code points to be written in native UTF-8 representation within quoted text
Currently, the text writer escapes any code point outside of ASCII range. This is required when the output encoding is restricted to ASCII, but causes unnecessary bloating when UTF-8 output is acceptable. This could be made configurable.