Skip to content
This repository has been archived by the owner on Nov 19, 2023. It is now read-only.

Unicode characters aren't allowed in fields. #9

Open
FreeFull opened this issue Oct 19, 2014 · 2 comments
Open

Unicode characters aren't allowed in fields. #9

FreeFull opened this issue Oct 19, 2014 · 2 comments
Labels

Comments

@FreeFull
Copy link

According to the JSON standard, most Unicode characters such as "ń" are allowed to be put into strings unescaped. The code in this repo seems to be parsing the strings as ascii instead of utf-8, which creates an error for any unescaped unicode character.

@nrc
Copy link
Collaborator

nrc commented Oct 19, 2014

I wonder where this is failing - I use plain old JSON.parse which should work with unicode out of the box. I suspect the problem might be with the DB. The bot's comment is probably wrong in this case and should be fixed too.

@nrc nrc added the P-Med label Oct 23, 2014
@nrc
Copy link
Collaborator

nrc commented Jan 15, 2015

This might be fixed by #14 or there might stil be work to do.

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
Projects
None yet
Development

No branches or pull requests

2 participants