Commit d1471ab
fix: remove en_US.UTF-8 from unicode locale fallback list (#1312)
## Summary
Remove `en_US.UTF-8` from the fallback locale list used by
`set_unicode_locale()`.
The current fallback list includes:
- `C.UTF-8`
- `en_US.UTF-8`
- `.UTF-8`
This change removes `en_US.UTF-8`, which can introduce unexpected
behavior on
systems with a different default locale.
Closes #1141
Co-authored-by: Omer Bulut <omer.bulut@asisguard.com.tr>1 parent 768c810 commit d1471ab
1 file changed
Lines changed: 1 addition & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
33 | 33 | | |
34 | 34 | | |
35 | 35 | | |
36 | | - | |
| 36 | + | |
37 | 37 | | |
38 | 38 | | |
39 | 39 | | |
| |||
0 commit comments