-
Notifications
You must be signed in to change notification settings - Fork 75
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
csv Saved Data downloads - Updating csv download to support UTF-8 ? #175
Comments
@joshuazong: I tried with simple accented characters and with some Chinese text copied from WikiPedia: Chinese (汉语/漢語; Hànyǔ or 中文; Zhōngwén). The code for creating the csv download is here. It uses @lingxiaoyang: There were a few encoding related changes recently, so it might be that this is solved already. I don't know for sure. The most recent PloneFormGen that works with Plone 4.3 is 1.7.22. You could try that. |
just had a related issue with the CSV export in latest 1.7-maintenance Plone 4.3 setup. Excel still does not convert to utf8 encoding correctly when opening the downloaded CSV directly (though it could be a Excel/Mac problem only). As a workaround you have to choose "Import Data from Textfile" and choose UTF8 encoding manually. As an enhancement I've backported Excel Export functionality from 1.8 to 1.7 because this works like a charm ... see #216. would be nice to make a backport release 1.7.25 ... @mauritsvanrees @smcmahon anyone? btw. the hidden excel export feature (with installed |
Hello,
Wondering how we may set up the .csv file downloads from the Saved Data Adapter to handle "utf-8" encoding? We have various language users where the text submissions include special characters. The submission texts are saved correctly in the saveDataAdapter with the encoding intact, but the downloaded/exported .csv file doesn't handle the encoding. Thus, the .csv files are showing text with character errors.
Thank you for your time! Any guidance is fully appreciated.
Best,
-Joshua Z
The text was updated successfully, but these errors were encountered: