Details
-
Bug
-
Status: Closed
-
Major
-
Resolution: Won't Fix
-
WW 2.2.1
-
None
-
None
-
WinXP, Tomcat 5, JDK1.5
Description
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.