Commit 4cc3194
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 d887d63 commit 4cc3194
3 files changed
+3
-3
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
103 | 103 | | |
104 | 104 | | |
105 | 105 | | |
106 | | - | |
| 106 | + | |
107 | 107 | | |
108 | 108 | | |
109 | 109 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
78 | 78 | | |
79 | 79 | | |
80 | 80 | | |
81 | | - | |
| 81 | + | |
82 | 82 | | |
83 | 83 | | |
84 | 84 | | |
| |||
| 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