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

CLDR-13630 Fix verification chart for numbers #414

Conversation

macchiati
Copy link
Member

Checklist

@macchiati
Copy link
Member Author

Refactored code and created test in the process of debugging.

Actual fixes were:

  • Skip passing "0" values to ICU.
  • Fixed case where raw ICU number formatter was being used instead of creating

@macchiati
Copy link
Member Author

@macchiati macchiati requested a review from srl295 March 28, 2020 03:29

for (double source : allSamples) {
if (false && source == 22000000 && locale.equals("cs")) {
System.out.println("**");
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

What is the problem with "cs" compact decimals? Is there a ticket?

Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

That's just debugging code. (there a bunch of that that could be cleaned up in various areas, but I'd rather not try to address in v37)

@macchiati macchiati merged commit 8ff565b into unicode-org:master Mar 29, 2020
pedberg-icu pushed a commit that referenced this pull request Apr 1, 2020
pedberg-icu pushed a commit that referenced this pull request Apr 16, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
3 participants