Commit 916a2ef
Workaround NI on MacOS issues with NaN formatting (#14572)
`DecimalFormat` suddenly decided to format Double.NaN
as `U+FFFD REPLACEMENT CHARACTER` (or `?`) on MacOS in NI mode.
There were no changes to the underlying code or configs so it's a bit of
a mystery why it started now when it worked before.
Setting explicitly the name in `DecimalFormatSymbols` does the job,
because modifying reflection configs for NI didn't help.
(cherry picked from commit 4eead99)1 parent 18cb76e commit 916a2ef
File tree
1 file changed
+1
-0
lines changed- std-bits/table/src/main/java/org/enso/table/formatting
1 file changed
+1
-0
lines changedLines changed: 1 addition & 0 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
31 | 31 | | |
32 | 32 | | |
33 | 33 | | |
| 34 | + | |
34 | 35 | | |
35 | 36 | | |
36 | 37 | | |
| |||
0 commit comments