Descriptionticket:11018: Support CLDR time separator (ICU4J)
This change will treat the ':' character in patterns as a symbol
(instead of as a literal) and if the Locale defines timeSeparator then
use that character instead when formatting and accept both when parsing.
It will also define the '.' as an alternate time separator, that will be
accepted when parsing in lenient mode.
R=rocketman@google.com
Committed: http://bugs.icu-project.org/trac/changeset/36898
Patch Set 1 #
Total comments: 39
Patch Set 2 : Code review. #Patch Set 3 : Improved names and Javadoc. #Patch Set 4 : Updated if-statements for char ranges. #Patch Set 5 : Improved lenient mode parsing, using alternate separator. #
Total comments: 2
Patch Set 6 : Replace Vector<> with ArrayList<>. #Patch Set 7 : http://unicode.org/cldr/trac/ticket/8073 #
MessagesTotal messages: 14
|