Add automatic conversion of UTF-8 properties to ASCII

This commit is contained in:
Paulo Gustavo Veiga
2012-08-23 00:46:15 -03:00
parent 9aba9993e2
commit c191136de9
16 changed files with 796 additions and 726 deletions

View File

@@ -60,6 +60,9 @@
<option value="fr" <c:if test="${user.locale=='fr'}">selected="selected" </c:if>>French -
français
</option>
<option value="pt_br" <c:if test="${user.locale=='pt_br'}">selected="selected" </c:if>>Portuguese
(Brazil) - português (Brasil)
</option>
<option value="zh_cn" <c:if test="${user.locale=='zh_cn'}">selected="selected" </c:if>>Chinese
(Simplified Han) - 中文(简体中文)
</option>