Commit 3da2f945 by halweg

fix decimal symbols bug

parent 9b2d2284
......@@ -3537,8 +3537,8 @@ For terms of use, see http://www.unicode.org/copyright.html
</dates>
<numbers>
<symbols numberSystem="latn">
<decimal>,</decimal>
<group>.</group>
<decimal>.</decimal>
<group>,</group>
<list>;</list>
<percentSign>%</percentSign>
<plusSign>+</plusSign>
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment