You are viewing a plain text version of this content. The canonical link for it is here.
Posted to users@myfaces.apache.org by Bolesław Dawidowicz <bd...@o2.pl> on 2006/01/21 01:33:10 UTC

chars encoding problem

Hi

I'm using myfaces 1.2-snapshot + facelets 1.0.7

I'm trying to set proper chars encoding in my app, but I still fail. I 
guess that there are two places when this can be set.

-in <meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
- and in <h:form enctype="utf-8">

But this still fails. Anyone can share with his setting to achive proper 
encoding of national chars?

Bolek