https://bugs.kde.org/show_bug.cgi?id=474661
--- Comment #5 from Volker Krause ---
It only triggers when the result has exactly three decimals, as only that
produces a string that can be misinterpreted as a value with a dot as group
separator instead of decimal separator.
This probably isn't even
https://bugs.kde.org/show_bug.cgi?id=474661
--- Comment #6 from Albert Astals Cid ---
Are you asking about sepStyle in AFNumber_Format?
According to
https://acrobatusers.com/forum/javascript/setting-number-format-text-field/
sepStyle = separator style
0 = 1,234.56
1 = 1234.56
2 = 1.234,5
https://bugs.kde.org/show_bug.cgi?id=474661
--- Comment #7 from Volker Krause ---
(In reply to Albert Astals Cid from comment #6)
> Are you asking about sepStyle in AFNumber_Format?
The output part of that is clear I think (and the implementation matches that),
the question is how the input shou
https://bugs.kde.org/show_bug.cgi?id=474661
--- Comment #8 from Albert Astals Cid ---
The internet says it is a localized number
pdfium and pdf.js say "it doesn't matter, just replace the , to . and parse
that" (with the understanding that there's no thousand separators i guess)
--
You are rec