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

[jira] Commented: (WICKET-408) properties encoding

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

Jean-Baptiste Quenot commented on WICKET-408:
---------------------------------------------

You might consider using native2ascii program provided by the JDK to avoid any encoding at all.

See http://java.sun.com/j2se/1.4.2/docs/api/java/util/Properties.html

> properties encoding
> -------------------
>
>                 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.