I just found the problem. After genereating my document, I forced my app to send que response back to the browser instead of let FacesServlet do that.
Thank´s anyway On Thu, May 15, 2008 at 1:43 PM, Christopher Schultz < [EMAIL PROTECTED]> wrote: > Westley, > > > Wesley Forti wrote: > >> Hi, >> >> I´m trying to generate documents but I´m in trouble with accents. >> >> Every word in my generated document is printed like this PÚBLICA >> unless >> PÚBLICA. >> >> Does anybody know how can I corret this problem? >> >> I have already tried to force charset encoding by it failed. >> > > Are you running your strings through any HTML (or XML) escaping mechanism? > Velocity shouldn't so anything like that automatically, and Ú is > clearly a numeric HTML entity reference. > > -chris > > > -- Att, --- Wesley Forti
