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

Double encoded properties #18

Closed
greut opened this issue Aug 4, 2015 · 0 comments
Closed

Double encoded properties #18

greut opened this issue Aug 4, 2015 · 0 comments

Comments

@greut
Copy link
Contributor

greut commented Aug 4, 2015

I'm encountering a problem when adding the name property to the files. Non-ASCII characters are encoded twice in utf-8.

$ git clone ...
$ make PROPERTIES=name
$ npm install prettyjson
$ node_modules/.bin/prettyjson < topo/ch-cantons.json | grep rich
          name: Zürich

$ echo "Zürich" | iconv -f iso-8859-1 -t utf-8
Zürich

Patch for dbf2dsv incoming 😉

greut added a commit to greut/dbf2dsv that referenced this issue Aug 4, 2015
greut added a commit to greut/dbf2dsv that referenced this issue Aug 4, 2015
greut added a commit to greut/dbf2dsv that referenced this issue Aug 4, 2015
greut added a commit to greut/swiss-maps that referenced this issue Aug 4, 2015
greut added a commit to greut/dbf2dsv that referenced this issue Aug 4, 2015
@jstcki jstcki closed this as completed in #19 Aug 6, 2015
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant