]> granicus.if.org Git - icu/commit
ICU-13309 Changing number parsing to accept only horizontal whitespace, not vertical...
authorShane Carr <shane@unicode.org>
Thu, 26 Oct 2017 21:53:50 +0000 (21:53 +0000)
committerShane Carr <shane@unicode.org>
Thu, 26 Oct 2017 21:53:50 +0000 (21:53 +0000)
commit7c59127769b93cc5560cbc7a591a6b9f8d19cb3d
tree630b7ee31b6514518ee50c6ea57c91344aea9062
parent16598e5468e6e9b2fbe829cf40362ed45e7ccb3b
ICU-13309 Changing number parsing to accept only horizontal whitespace, not vertical whitespace or control characters.

X-SVN-Rev: 40646
icu4j/main/classes/core/src/com/ibm/icu/impl/number/Parse.java
icu4j/main/classes/core/src/com/ibm/icu/text/DecimalFormat.java
icu4j/main/classes/core/src/com/ibm/icu/text/NumberFormat.java
icu4j/main/tests/core/src/com/ibm/icu/dev/test/format/NumberFormatTest.java