1

Is there any opportunity to import a json file in couchdb with letters Like ä ü ö ?

I'm only using curl at a Windows machine.

After my import without ä ü ö. I Start futon and insert letters Like ä ü ö and it works. After i Export this document with these letters in a txt file it works also.

Import dies not work and Export work. What is the reason ?

Relaxo
  • 43
  • 6

1 Answers1

1

Check that you set HTTP "content-type" correctly to "application/json". JSON is UTF-8, so your Input has also be UTF-8.

Similar Question: CouchDB and Special Characters

Community
  • 1
  • 1
h4cc
  • 293
  • 2
  • 7
  • @Relaxo, did this answer work for you? If yes, please accept the answer. If not, you can write a comment here. – Chris Snow Mar 05 '15 at 08:15