stevedlawrence opened a new pull request #358: Require grouping and decimal separators for non-integer types URL: https://github.com/apache/incubator-daffodil/pull/358 Even if the textNumberPattern does not include decimal or grouping separators, ICU still looks for those separators when the primType is not an integer. If we do not require and apply the grouping and decimal separators for these prim types, ICU will get them from the users LANG, which means our behavior is not system environment interdependent. To fix this, this requires and applies the decimal and grouping separator properties for float primTypes, even if textNumberPattern does not specify the separators. DAFFODIL-2320
---------------------------------------------------------------- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. For queries about this service, please contact Infrastructure at: [email protected] With regards, Apache Git Services
