-
Notifications
You must be signed in to change notification settings - Fork 68
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
feat: [editor] Add encoding detection and conversion support
Add encoding detection and conversion functionality to the editor, including: - Integrate chardet/uchardet/icu libraries for encoding detection - Add GB18030-2022 encoding support with special character handling - Implement encoding conversion between different character sets - Add encoding selection UI in status bar - Support reload file with different encodings - Add encoding configuration file with supported encoding list The changes improve text file handling by: - Automatically detecting file encodings on open - Supporting manual encoding selection via UI - Preserving encoding when saving files - Handling special cases for Chinese encodings - Providing better user feedback about current encoding Log: Add encoding detection and conversion support to editor
- Loading branch information
Showing
23 changed files
with
1,504 additions
and
167 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.