You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@struts.apache.org by "Anonymous (JIRA)" <ji...@apache.org> on 2007/12/21 06:33:34 UTC

[jira] Updated: (WW-1265) DatePicker - locale/language problems

     [ https://issues.apache.org/struts/browse/WW-1265?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]


    Resolution: Won't Fix  (was: Fixed)
        Status: Resolved  (was: Closed)

> DatePicker - locale/language problems
> -------------------------------------
>
>                 Key: WW-1265
>                 URL: https://issues.apache.org/struts/browse/WW-1265
>             Project: Struts 2
>          Issue Type: Bug
>    Affects Versions: WW 2.2.1
>         Environment: WinXP, Tomcat 5, JDK1.5
>            Reporter: Claus Ibsen
>            Assignee: Rene Gielen
>             Fix For: WW 2.2.2
>
>         Attachments: calendar-da.js, calendar-sv.js, da_works.jpg
>
>
> Trying the WW showcase demo on Tomcat.
> The UI tags example has a datepicker.
> This does not show correctly text in danish language.
>     <ww:datepicker
>                 language="da"
>     		tooltip="Select Your Birthday"
>     		label="Birthday"
>     		name="birthday" />
> Looks like some of the calendar-XX.js files hasn't been encoded as UTF-8 suggested by the developers of the date picker.
> We must check all the languages.
> The _de works fine since they have \u escaped the text.
> Maybe ant's native2ascii can help us do some of the changes.

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