I would suggest using something like Firebug to look at the response headers and ensure everything's coming back as UTF-8. Also, are you able to reproduce this problem on the demo site?
http://demo.appfuse.org On Thu, Feb 4, 2010 at 7:41 AM, ess <er...@web.de> wrote: > > Hi there, > > I just switched to Appfuse 2 and I am having issues with the encoding of > german umlaute. > > I already changed every umlaut to the corresponding html-entity. > > But in the CountryTag the following line returns values which are displayed > as some cryptical "?": > final String name = available[i].getDisplayCountry(locale); > > I do set UTF-8 in taglibs.jsp: > <%@ page language="java" errorPage="/error.jsp" pageEncoding="UTF-8" > contentType="text/html;charset=utf-8" %> > > I never had those issues before switching to Appfuse 2, any help would be > great! > > Eric > -- > View this message in context: > http://n4.nabble.com/Umlaute-in-CountryTag-tp1468889p1468889.html > Sent from the AppFuse - User mailing list archive at Nabble.com. > > --------------------------------------------------------------------- > To unsubscribe, e-mail: users-unsubscr...@appfuse.dev.java.net > For additional commands, e-mail: users-h...@appfuse.dev.java.net > >