-
Notifications
You must be signed in to change notification settings - Fork 563
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(path): convert to native encoding on Windows #806
Merged
Merged
Commits on Feb 3, 2024
-
fix(path): convert to native encoding on Windows
Follow @fxliang 's PR, use `u8path` on Windows to convert UTF-8 string to Windows native path. Closes rime#804 Fixes rime/weasel#576 Fixes rime/weasel#1080 BREAKING CHANGE: `installation.yaml` should be UTF-8 encoded. Previouly on Windows, the file can be written in local encoding to enable paths with non-ASCII characters. It should be updated to UTF-8 after this change.
Configuration menu - View commit details
-
Copy full SHA for db7bd40 - Browse repository at this point
Copy the full SHA db7bd40View commit details -
Configuration menu - View commit details
-
Copy full SHA for 86cd841 - Browse repository at this point
Copy the full SHA 86cd841View commit details -
Configuration menu - View commit details
-
Copy full SHA for 5d62d31 - Browse repository at this point
Copy the full SHA 5d62d31View commit details -
Configuration menu - View commit details
-
Copy full SHA for 02c51a6 - Browse repository at this point
Copy the full SHA 02c51a6View commit details
Commits on Feb 5, 2024
-
use path instead of string in mapped_file
fix dict_compiler relocate_target: get u8string id from filename
Configuration menu - View commit details
-
Copy full SHA for ca571ad - Browse repository at this point
Copy the full SHA ca571adView commit details -
Configuration menu - View commit details
-
Copy full SHA for 16de54c - Browse repository at this point
Copy the full SHA 16de54cView commit details -
Configuration menu - View commit details
-
Copy full SHA for cfb998f - Browse repository at this point
Copy the full SHA cfb998fView commit details -
Configuration menu - View commit details
-
Copy full SHA for 548e385 - Browse repository at this point
Copy the full SHA 548e385View commit details -
overload path::operator/= to encode string oprand
simplify code that used to explicitly constrcut path object
Configuration menu - View commit details
-
Copy full SHA for fea3a07 - Browse repository at this point
Copy the full SHA fea3a07View commit details -
Configuration menu - View commit details
-
Copy full SHA for d27a380 - Browse repository at this point
Copy the full SHA d27a380View commit details -
Configuration menu - View commit details
-
Copy full SHA for 53ef49d - Browse repository at this point
Copy the full SHA 53ef49dView commit details -
Configuration menu - View commit details
-
Copy full SHA for ccaa6c2 - Browse repository at this point
Copy the full SHA ccaa6c2View commit details -
Configuration menu - View commit details
-
Copy full SHA for 39c242d - Browse repository at this point
Copy the full SHA 39c242dView commit details -
Configuration menu - View commit details
-
Copy full SHA for 028d846 - Browse repository at this point
Copy the full SHA 028d846View 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.