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

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

Merged
merged 1 commit into from
Jul 5, 2015

Conversation

shaufe
Copy link
Contributor

@shaufe shaufe commented Jul 3, 2015

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

…ding (e.g. for Umlauts)

* Fixed by explicitly using UTF-8 in the InputStreamReader
* To be consistent, all InputStreamReader instances have been changed to use UTF-8
ahmedyha added a commit that referenced this pull request Jul 5, 2015
Bug: Document fetching using views resulted in wrong character encoding (e.g. for Umlauts)
@ahmedyha ahmedyha merged commit 7b515ae into lightcouch:master Jul 5, 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

Successfully merging this pull request may close these issues.

2 participants