Details
-
Type:
Bug
-
Status:
Closed
-
Priority:
Major
-
Resolution: Not A Bug
-
Affects Version/s: 1.2 final
-
Fix Version/s: 1.2 final
-
Component/s: Project infrastructure
-
Labels:None
-
Environment:Windows 7
Description
Using locale en with this in index.gsp
<g:message code="default.paginate.next">
result: Next ( OK )
Using locale pt_BR with this in index.gsp
<g:message code="default.paginate.next">
result: Pr�ximo ( NOT OK ) must be próximo.
Mauricio - are you 10000% sure your page is being served as UTF-8, and that your messages_pt_BR.properties is saved as correct UTF-8?