Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Force StringUtil.toString(double) method to use Locale.ENGLISH #398

Closed

Commits on Mar 27, 2019

  1. Fix StringUtil.toString(double) method to use Locale.ENGLISH

    * Add methods to change decimal format pattern
    * Add unit test
    
    Signed-off-by: Felix Obermaier <felix.obermaier@netcologne.de>
    FObermaier committed Mar 27, 2019
    Configuration menu
    Copy the full SHA
    d38f1d7 View commit details
    Browse the repository at this point in the history

Commits on Apr 9, 2019

  1. Create DECIMAL_FORMAT_SYMBOLS with Locale.ROOT

    Allow setting RoundingMode for string conversion.
    
    Signed-off-by: Felix Obermaier <felix.obermaier@netcologne.de>
    FObermaier committed Apr 9, 2019
    Configuration menu
    Copy the full SHA
    bf28c1d View commit details
    Browse the repository at this point in the history