We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 684a2c0 commit 7767442Copy full SHA for 7767442
STATUS
@@ -29,6 +29,19 @@ Candidate changes:
29
Votes:
30
+1: futatuki
31
32
+ * r1927953
33
+ On Windows, use the WC_NO_BEST_FIT_CHARS flag when converting individual
34
+ command-line arguments to the ANSI code page
35
+ Justification:
36
+ Fixes a bug with incorrect interpretation of some individual Unicode
37
+ command-line arguments.
38
+ Notes:
39
+ This is an interim fix. A long-term solution is to convert arguments
40
+ to UTF-8 and work with UTF-8 directly, but until then failing fast
41
+ should be better than changing the user input.
42
+ Votes:
43
+ +1: kotkov
44
+
45
Veto-blocked changes:
46
=====================
47
0 commit comments