Rhizi / rhizi

Connective intelligence
GNU Affero General Public License v3.0
13 stars 3 forks source link

rz-doc escapes utf-8 chars, should use utf-8 encoding for output #686

Open alon opened 8 years ago

alon commented 8 years ago

i.e. non-ASCII chars should not be escaped into ASCII, i.e.:

'\u00XY' vs the UTF-8 encoding of that code point.