konklone / json

A free, in-browser JSON to CSV converter.
https://konklone.io/json/
Other
753 stars 211 forks source link

Character Encoding Issue #228

Closed danleecreates closed 5 years ago

danleecreates commented 5 years ago

I have been working with a lot of European names which means there are Spanish, German and French special characters. For example umlaut characters like ö, tiled characters like ñ, acute characters like é and grave characters like à. I noticed these do not get converted properly so for example:

This might be an encoding issue?

konklone commented 5 years ago

Hmm - @nearkingdom I can only reproduce this in some CSV applications.

Using it as a key or value renders it properly in the web app:

screen shot 2018-10-30 at 9 12 29 am

Are you sure this might not be specific to the client you're using? Or specific to the browser you're using? I'm using Chrome to do the conversion in all of the above cases.

konklone commented 5 years ago

Re-open if you have more information.