Skip to content

dot formatting bug. #24

Closed
wwwutz opened this issue Mar 27, 2019 · 4 comments
Closed

dot formatting bug. #24

wwwutz opened this issue Mar 27, 2019 · 4 comments
Assignees
Labels

Comments

@wwwutz
Copy link
Contributor

wwwutz commented Mar 27, 2019

no comment.
xdu-bug

@wwwutz
Copy link
Contributor Author

wwwutz commented Mar 27, 2019

WTF: ^,

even more WTF: ,\d{4}.0$

@wwwutz wwwutz added the bug label Mar 27, 2019
wwwutz added a commit that referenced this issue Mar 29, 2019
Fixing dot formatting bug Issue #24
@mariux
Copy link

mariux commented Mar 29, 2019

  setlocale(LC_NUMERIC, "");
  printf("%'d", 1234567890);
  printf("%'.2f", 123456.7890);

;)

@niclas
Copy link
Contributor

niclas commented Mar 30, 2019

ISO C does not support the ' in printf. That was also our first idea ;-)

@niclas
Copy link
Contributor

niclas commented Jul 23, 2021

this issue can be closed or did I miss sth.?

@niclas niclas closed this as completed Jan 25, 2022
Sign in to join this conversation on GitHub.
Labels
Projects
None yet
Development

No branches or pull requests

3 participants