You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@wicket.apache.org by "Sven Meier (JIRA)" <ji...@apache.org> on 2007/03/20 23:51:32 UTC

[jira] Commented: (WICKET-408) forminput properties encoding for da_DK and de locales

    [ https://issues.apache.org/jira/browse/WICKET-408?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel#action_12482576 ] 

Sven Meier commented on WICKET-408:
-----------------------------------

This is still not completely right:

- '.settings\org.eclipse.core.resources.prefs' lists some old entries with wrong paths
- FormInput_de.properties and FormInput_da_DK.properties are still listed as having UTF-8 encoding.
Thus the next unlucky guy  who introduces some umlauts in these files will probably run into problems again because Eclipse will save these in two bytes unicodes
- FormInput_pt_BR.properies is explicitely listed as having ISO-8859-1, but the file is in UTF-8
Choose locale brazil and you'll see garbage characters
- most european umlauts fit nicely in ISO-8859-1, so no need to obscure these files with unicode escapes.

> forminput properties encoding for da_DK and de locales
> ------------------------------------------------------
>
>                 Key: WICKET-408
>                 URL: https://issues.apache.org/jira/browse/WICKET-408
>             Project: Wicket
>          Issue Type: Bug
>          Components: wicket-examples
>    Affects Versions: 1.3
>            Reporter: Sven Meier
>         Assigned To: Jean-Baptiste Quenot
>            Priority: Trivial
>             Fix For: 1.3
>
>         Attachments: examples-forminput-properties.diff
>
>
> Wicket supports ISO-8895-1 encodings for property files only (i.e. the non-xml based ones). Therefor the property files in the forminput example should have the correct encoding - the output will look scrambled otherwise.
> See attached patch.

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.