- 
        1. Re: RSS encoding pbnickarls Mar 6, 2009 7:55 AM (in response to irace)Sure, if YARFRAW supports it (as it probably does). But at which point do you need it? I tried putting some åäö into the rss example data and they encoded correctly. 
- 
        2. Re: RSS encoding pbirace Mar 6, 2009 4:14 PM (in response to irace)I hope yarfraw supports it, even if I did not find anything specific about it in their API. But I think it shall be possible via yarfraw to access JAXB contexts, and through that setting the encoding (the only thing about that I found in JAXB API is the setProperty() method on Marshaller interface, don't know if you can manipulate that one). The ideal, I think, would be to use the encoding parameter in web:character-encoding-filter, and set the Marshaller encoding to the same encoding. Or maybe allow a page-per-page attribute, like some xmlencoding in r:feed ? Thom' 
- 
        3. Re: RSS encoding pbblabno Jan 25, 2010 12:25 PM (in response to irace)I also have problem with polish characters in rss. If my entity is output to html page then all characters are converted to html entities, but when i output entity to rss then they are not converted to html entities and rubish is printed out. 
 Data are UTF-8 encoded in database and on xhtml pages. I use seam 2.1.1.GA.Nick : how are those åäö output in your rss ? 
 
     
    