Commit e25e886
authored
[libc][z/OS] Remove ASCII trick to fix EBDIC std::from_char (#116078)
This PR will fix the following lit in all EBCDIC variations on z/OS: `std/utilities/charconv/charconv.from.chars/floating_point.pass.cpp` The trick to test for `e` and `E` is working only in ASCII. The fix is to simply test for both lower and upper case exponent letter `e` and `E` respectfully.1 parent 62441b9 commit e25e886
1 file changed
+2
-1
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
350 | 350 | | |
351 | 351 | | |
352 | 352 | | |
353 | | - | |
| 353 | + | |
| 354 | + | |
354 | 355 | | |
355 | 356 | | |
356 | 357 | | |
| |||
0 commit comments