Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Do Unicode Strings get normalized when placed into JSON data #580

Closed
iherman opened this issue Jun 2, 2015 · 4 comments
Closed

Do Unicode Strings get normalized when placed into JSON data #580

iherman opened this issue Jun 2, 2015 · 4 comments

Comments

@iherman
Copy link
Member

iherman commented Jun 2, 2015

(Comment originally posted by Steven Atkin)

4.5 Interpreting datatypes
http://www.w3.org/TR/2015/WD-csv2json-20150416/#datatypes

When strings are parsed from the CSV data are they first normalized before being placed into JSON strings? For example, are the strings normalized into Unicode Normal Form C.

It is recommended that text not be normalized if it is already in a Unicode encoding. If the text is not in Unicode then a normalizing transcoder should be used and the Unicode Normal Form C should be used.

@JeniT
Copy link

JeniT commented Jun 3, 2015

I believe that this is fixed with #581

@JeniT
Copy link

JeniT commented Jun 3, 2015

But this could perhaps also be made explicit within the csv2json document.

@JeniT
Copy link

JeniT commented Jun 10, 2015

@JeniT JeniT added the Resolved label Jun 10, 2015
@JeniT JeniT closed this as completed Jun 10, 2015
@iherman
Copy link
Member Author

iherman commented Jun 11, 2015

Noting Steven's positive reply

@iherman iherman added the NonWG label Jul 9, 2015
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

3 participants