[seam-issues] [JBoss JIRA] Commented: (JBSEAM-4746) Encoding problem with RSS

Juan Miguel Bernal Gonzalez (JIRA) jira-events at lists.jboss.org
Wed Dec 15 06:00:52 EST 2010


    [ https://issues.jboss.org/browse/JBSEAM-4746?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12570291#comment-12570291 ] 

Juan Miguel Bernal Gonzalez commented on JBSEAM-4746:
-----------------------------------------------------

We´ve a solution. We´ve modified the "encodeEnd()" method of the org.jboss.seam.rss.ui.UIFeed class. We´ve modified the line 92 of the source code, adding the default encoding UTF-8, to convert the encoding of the source data.

responseWriter.write(byteStream.toString("UTF-8"));



> Encoding problem with RSS
> -------------------------
>
>                 Key: JBSEAM-4746
>                 URL: https://issues.jboss.org/browse/JBSEAM-4746
>             Project: Seam
>          Issue Type: Bug
>          Components: RSS JSF Controls
>    Affects Versions: 2.2.0.CR1, 2.2.0.GA, 2.2.1.CR1, 2.2.1.CR2
>         Environment: JBoss Seam 2.2.0.GA
> JSF 1.2_15
> Faceletes 1.1.15
> RichFaces 3.3.3.Final
> OC4J 10.1.3.4
>            Reporter: Juan Miguel Bernal Gonzalez
>            Priority: Trivial
>              Labels: RSS, Seam, Yarfraw
>
> The Feed RSS component, always generate a channel with UTF-8 encondig. It´s a problem, if you use on your BBDD and application Servers other enconding. We use ISO-8859-1 encoding, and we´ve problems with the generated channel.

-- 
This message is automatically generated by JIRA.
-
For more information on JIRA, see: http://www.atlassian.com/software/jira

       



More information about the seam-issues mailing list