lightcouch / LightCouch

CouchDB Java API
www.lightcouch.org
Apache License 2.0
67 stars 70 forks source link

Bug: Document fetching using views resulted in wrong character encoding (e.g. for Umlauts) #46

Closed shaufe closed 9 years ago

shaufe commented 9 years ago

Hey guys,

thanks for your great tool, it is really fun to use! I recently stumbled across an encoding issue: fetching documents via views does not encode them in UTF-8. I tried to fix that and also changed all other InputStreamReaders so that it now should consistently be UTF-8 everywhere.

I hope you approve of this change and add it to the trunk.

Cheers, Sebastian