nembery / aframe

A minimalistic automation framework designed to create user input forms from various types of APIs and templates.
Apache License 2.0
18 stars 12 forks source link

form labels with utf-8 gets displayed incorrect after export / import #22

Closed nembery closed 6 years ago

nembery commented 6 years ago

For example: creating a form with the following label: Ubicación ends up with the label Ubicación after being exported and re-imported.

nembery commented 6 years ago

Per: https://stackoverflow.com/questions/14539807/convert-unicode-with-utf-8-string-as-content-to-str

Django does the encoding to unicode for us, but doesn't convert the utf-8 bytes properly