|
|
|
Hmmm
This morning I did a CVS updated and deployed to Tomcat again. Now the date picker works with the danish chars. <ww:datepicker tooltip="Select Your Birthday" label="Birthday" name="birthday" /> webwork.i18n.reload=true webwork.devMode = true webwork.configuration.xml.reload=true webwork.continuations.package = com.opensymphony.webwork.showcase webwork.objectFactory = spring webwork.custom.i18n.resources=globalMessages #webwork.action.extension=jspa webwork.url.http.port = 8080 webwork.xslt.nocache=false There is no logic.
The -da works, the -sv (swedish) does not. I guess it would be best if all the files were \u escaped, to have it work on any OS and any web browser. I used JDK's native2ascii to convert the swedish to use \u encoding.
Now it works nicely. The norwegain does not work at all
<ww:datepicker language="no" tooltip="Select Your Birthday" label="Birthday" name="birthday" /> Nothing happends when I click the date picker icon language="af" does not work at all. Nothing happends when I click the icon
Okay I had another go at the showcase example. Here is an updated list:
does not work at all: -no -af -al -bg -du -el -fi -he -hr -ko -lt -no -si -sk -tr works but encoding seems wrong: -ca -da -es -fr -hu -lv -sv works fine, all okay: -de -en -it -nl -pl -pt -ro -ru -sp now possible to determine: -bg -big5 -cs -jp -zh Thanks Toby.
BTW, I wonder why we are doing the job of the jscalendar guys ;) As for the missing locales:
we should not put too much effort in there now, because we might need to remove jscalendar shipped with WW again due to LGPL issues.... Added supplied patches, and did some testing. Must say that Quickstart on WinXP works perfect here.
Closing for no, we might want to to reopen it after releasing. | |||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
-da
-el
-ko
-lt
-lv
-no
-pl
-ro
-si
-sk
-sv
-tr
# looks incomplete
-af
# not possible to determine
-bg
-big5
-jp
-ru
And -zh is really a good one since it has \u escaped everything