Commit c1984d9
committed
curl: re-enable UNICODE by default
The article
https://blog.orange.tw/posts/2025-01-worstfit-unveiling-hidden-transformers-in-windows-ansi/
may tip the balance towards UNICODE enabled being the less bad solution.
It mitigates Windows's own shortcomings in translating between Unicode
and 8-bit codepages (aptly coined "WorstFit"). It may also be a way to
receive more feedback on curl UNICODE mode issues, also possibly giving
a new momentum to address them.
Original reasons for disabling, written in
bb02905 still apply today.
Also add a `nounicode` config option to build without UNICODE.
Follow-up to bb029051 parent cb28386 commit c1984d9
3 files changed
+3
-3
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
95 | 95 | | |
96 | 96 | | |
97 | 97 | | |
98 | | - | |
| 98 | + | |
99 | 99 | | |
100 | 100 | | |
101 | 101 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
75 | 75 | | |
76 | 76 | | |
77 | 77 | | |
78 | | - | |
| 78 | + | |
79 | 79 | | |
80 | 80 | | |
81 | 81 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
44 | 44 | | |
45 | 45 | | |
46 | 46 | | |
47 | | - | |
| 47 | + | |
48 | 48 | | |
49 | 49 | | |
50 | 50 | | |
| |||
0 commit comments