-
Notifications
You must be signed in to change notification settings - Fork 4.1k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Fix most Unicode encoding bugs #24010
Closed
Closed
+1,434
−812
Commits on Oct 31, 2024
-
Make more parts of the client's Windows implementation Unicode-aware
This also fixes the behavior of SetEnv on Windows, which previously would remove an environment variable if passed an empty value for it, which doesn't match the Unix behavior.
Configuration menu - View commit details
-
Copy full SHA for c7dac06 - Browse repository at this point
Copy the full SHA c7dac06View commit details -
Make
MacOSXFsEventsDiffAwareness
UTF-8 awareIt previously used the `GetStringUTF` JNI method, which, despite its name, doesn't return the UTF-8 representation of a string, but modified CESU-8 (nobody ever wants this).
Configuration menu - View commit details
-
Copy full SHA for d1aa969 - Browse repository at this point
Copy the full SHA d1aa969View commit details -
Configuration menu - View commit details
-
Copy full SHA for a486281 - Browse repository at this point
Copy the full SHA a486281View commit details -
Configuration menu - View commit details
-
Copy full SHA for c88d102 - Browse repository at this point
Copy the full SHA c88d102View commit details -
Configuration menu - View commit details
-
Copy full SHA for f3a1414 - Browse repository at this point
Copy the full SHA f3a1414View commit details -
Configuration menu - View commit details
-
Copy full SHA for b6310c9 - Browse repository at this point
Copy the full SHA b6310c9View commit details -
Configuration menu - View commit details
-
Copy full SHA for abea30a - Browse repository at this point
Copy the full SHA abea30aView commit details -
Configuration menu - View commit details
-
Copy full SHA for 7a4b6a2 - Browse repository at this point
Copy the full SHA 7a4b6a2View commit details -
Configuration menu - View commit details
-
Copy full SHA for 930c2d8 - Browse repository at this point
Copy the full SHA 930c2d8View commit details -
Configuration menu - View commit details
-
Copy full SHA for 00f7a39 - Browse repository at this point
Copy the full SHA 00f7a39View commit details -
Configuration menu - View commit details
-
Copy full SHA for f643631 - Browse repository at this point
Copy the full SHA f643631View commit details -
Configuration menu - View commit details
-
Copy full SHA for 013e860 - Browse repository at this point
Copy the full SHA 013e860View commit details -
Configuration menu - View commit details
-
Copy full SHA for a3a7647 - Browse repository at this point
Copy the full SHA a3a7647View commit details -
Configuration menu - View commit details
-
Copy full SHA for 9f0e549 - Browse repository at this point
Copy the full SHA 9f0e549View commit details -
Configuration menu - View commit details
-
Copy full SHA for c7992ca - Browse repository at this point
Copy the full SHA c7992caView commit details -
Configuration menu - View commit details
-
Copy full SHA for ffde435 - Browse repository at this point
Copy the full SHA ffde435View commit details -
Configuration menu - View commit details
-
Copy full SHA for 3864bb0 - Browse repository at this point
Copy the full SHA 3864bb0View commit details -
Configuration menu - View commit details
-
Copy full SHA for a1bba5f - Browse repository at this point
Copy the full SHA a1bba5fView commit details -
Configuration menu - View commit details
-
Copy full SHA for bb450f9 - Browse repository at this point
Copy the full SHA bb450f9View commit details
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.