Skip to content
This repository has been archived by the owner on Jan 2, 2019. It is now read-only.

Fix character encoding issue when saving for csv #87

Open
wants to merge 1 commit into
base: develop
Choose a base branch
from
Open

Fix character encoding issue when saving for csv #87

wants to merge 1 commit into from

Conversation

ethanckw
Copy link

The existing code assumes by default that the encoding is 'UTF-8', causes a bug when trying to parse inputs from CSV for the character ü, in the word für.

Say my machine's input is ISO-8851, then iconv would have suppressed and truncate the string as 'ü' is not a valid charset of 'UTF-8'.

@MarkBaker
Copy link
Member

We do specifically tell people always to use UTF-8 encoding

@DerDu
Copy link

DerDu commented May 7, 2015

The user is responsible?.. This can't be really a serious answer right?
see: #557

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants