coleifer / flask-peewee

flask integration for peewee, including admin, authentication, rest api and more
http://flask-peewee.readthedocs.org/
MIT License
777 stars 179 forks source link

Unicode character problem #178

Closed TechComet closed 4 years ago

TechComet commented 4 years ago

Hi, Unicode character problem api السلام عليكم

{
  "id": 3,
  "message": "\u0627\u0644\u0633\u0644\u0627\u0645 \u0639\u0644\u064a\u0643\u0645",
  "created": "2020-02-06 16:10:51"
}

Sorry to bother you

coleifer commented 4 years ago

this is how json serializes unicode code-points.