From 1c5685d68f1b73270fb814fe04cbb490eb90ba5f Mon Sep 17 00:00:00 2001 From: mensonge Date: Fri, 14 Nov 2008 15:39:19 +0000 Subject: Minor fix: Remove DOJO library (60Mo) replaced by link to Google CDN (online DOJO library) git-svn-id: https://semanticscuttle.svn.sourceforge.net/svnroot/semanticscuttle/trunk@159 b3834d28-1941-0410-a4f8-b48e95affb8f --- includes/js/dijit/tests/i18n/time.html | 207 --------------------------------- 1 file changed, 207 deletions(-) delete mode 100644 includes/js/dijit/tests/i18n/time.html (limited to 'includes/js/dijit/tests/i18n/time.html') diff --git a/includes/js/dijit/tests/i18n/time.html b/includes/js/dijit/tests/i18n/time.html deleted file mode 100644 index 0a972b9..0000000 --- a/includes/js/dijit/tests/i18n/time.html +++ /dev/null @@ -1,207 +0,0 @@ - - -
- -- Before start this test, make sure the dojo/cldr/nls contains the data for "zh-cn", "fr-fr", "ja-jp", "ru-ru", "hi-in", "en-us" and "ar-eg". If not, convert these CLDR data and put them there. -
- - - -- Currently Dojo do not support parsing for most "long" and "full" time format which have a timezone mark in it. -
- -- Strictly speaking, the data conversion must support non-European number characters in some locales like Arabic and Hindi. - For example, ICU formats a number data into Indic number characters by default in the Arabic locale. - However, currently Dojo does not support this feature (Dojo uses the default number conversion of the browser). -
- -- This defect only occurs on the "zh-cn" locale. Dojo accepts "下午"(pm) in the textbox, but it automatically changes it to - "上午"(am) after the focus changed. The date value of the textbox is also changed. -
-- The root cause of this issue is that the parser method's code assumes am/pm symbol always appears after the hour value. - But this is not true, for example, the pattern for "zh-cn" puts am/pm field before all the other fields. -
- - - -- cgit v1.3-2-g0d8e