[
https://issues.apache.org/jira/browse/IO-225?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Joerg Schaible closed IO-225.
-----------------------------
Resolution: Not A Problem
Please ask questions on the user's list, you're welcome there. JIRA is a bug
tracking system and not a communication forum.
> UTF-8 support on CSV
> --------------------
>
> Key: IO-225
> URL: https://issues.apache.org/jira/browse/IO-225
> Project: Commons IO
> Issue Type: Bug
> Components: Streams/Writers
> Affects Versions: 1.4
> Environment: Windows/Linux
> Reporter: Shibu Kumar Nair
>
> I have a struts 2 application from which user can download CSV file.
> The problem is
> I download the CSV on the website then save to desktop of my computer and
> Open it on NOTEPAD...
> that works fine I could still see all the utf-8 text OK with no problem, but
> if I open the CSV file in Microsoft EXCEL,
> all the utf-8 text are no longer readable.
> Does any one have the solution for this, how could I make it readable in MS
> Excel
> I am using org.apache.commons.io.FileUtils
> FileUtils.writeStringToFile(file, test);
> i also tried it with
> FileUtils.writeStringToFile(file, test,encoding) method
> Still the problem exists
--
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.