Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/sgqy/codepage-validator
vscode extention
https://github.com/sgqy/codepage-validator
Last synced: about 1 month ago
JSON representation
vscode extention
- Host: GitHub
- URL: https://github.com/sgqy/codepage-validator
- Owner: sgqy
- License: mit
- Created: 2019-12-19T04:44:43.000Z (about 5 years ago)
- Default Branch: master
- Last Pushed: 2024-07-12T16:14:04.000Z (7 months ago)
- Last Synced: 2024-11-10T13:19:25.966Z (3 months ago)
- Language: TypeScript
- Size: 763 KB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- License: LICENSE
Awesome Lists containing this project
README
# codepage-validator README
Check if the text works in _given_ charset/codepage/encoding. If not, the plugin will highlight them.
## Features
Steps:
1. Open a text file.
2. Set the charset you want to match.
3. Non-compatible characters will be highlighted (for example, red).![Demo GIF](images/demo.gif)
## Extension Settings
Target encoding:
* `codepageValidator.Charset` → `Shift_JIS`Highlight text style:
* `codepageValidator.Style.Foreground` → `red`
* `codepageValidator.Style.Background` → `transparent`Validate when editing:
* `codepageValidator.RealTime` → `true`## Known Issues
* [Upstream](https://github.com/microsoft/vscode/issues/824): It is _impossible_ to add an option auto picking the encoding.
* The compatible version is not tested. This plugin may work or not work on vscode older than 1.41.0.## Release Notes
### 0.1.0
Initial release of **Code Page Validator**.