You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@jena.apache.org by "Andy Seaborne (JIRA)" <ji...@apache.org> on 2019/07/16 10:38:00 UTC

[jira] [Created] (JENA-1732) fn:format-number - tests need to cope with both Java11 and Java13

Andy Seaborne created JENA-1732:
-----------------------------------

             Summary: fn:format-number - tests need to cope with both Java11 and Java13
                 Key: JENA-1732
                 URL: https://issues.apache.org/jira/browse/JENA-1732
             Project: Apache Jena
          Issue Type: Task
    Affects Versions: Jena 3.13.0
            Reporter: Andy Seaborne


[https://bugs.openjdk.java.net/browse/JDK-8225247] 
 
In French locale, the grouping separator changes from U+00A0 ==> U+202F 
 
which can be obtained with: 
DecimalFormatSymbols.getInstance(Locale.FRENCH).getGroupingSeparator(). 
 
CLDR - Unicode Common Locale Data Repository - update.



--
This message was sent by Atlassian JIRA
(v7.6.14#76016)