Another day, another encoding problem. This time I'm having problem getting
Turkish characters to output correctly using the fileDownloadActionListener
component.

I have 3 possible places I can specify the encoding. 

1) the contentType of on the component itself

contentType="text/csv;charset=iso-8859-9"

2) the xml page encoding of the markup

<?xml version="1.0" encoding="iso-8859-9"?>

3) The code that I use to generate the file

OutputStreamWriter w = new OutputStreamWriter(out, "iso-8859-9");

None of these or any combinations of this encoding and utf-8 results in a
file that has the correct encoding for a number of Turkish character.

In particular, the problem characters appear to be:

İı

-- 
View this message in context: 
http://www.nabble.com/-TRINIDAD--fileDownloadActionListener-encoding-problem-tp25530364p25530364.html
Sent from the MyFaces - Users mailing list archive at Nabble.com.

Reply via email to