https://github.com/katahiromz/code7bit
source code dirty 8-bit characters converter
https://github.com/katahiromz/code7bit
8-bit ascii character-set cleaner converter source-code
Last synced: about 1 month ago
JSON representation
source code dirty 8-bit characters converter
- Host: GitHub
- URL: https://github.com/katahiromz/code7bit
- Owner: katahiromz
- License: mit
- Created: 2018-12-16T00:46:35.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2019-01-29T13:03:45.000Z (over 7 years ago)
- Last Synced: 2025-03-02T10:25:11.680Z (over 1 year ago)
- Topics: 8-bit, ascii, character-set, cleaner, converter, source-code
- Language: Objective-C
- Homepage:
- Size: 3.3 MB
- Stars: 2
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE.txt
Awesome Lists containing this project
README
# code7bit by katahiromz
## What's this?
This tool is dirty 8-bit characters converter.
This tool converts dirty 8-bit characters into 3-digit octal
escape sequences (`\OOO`) or universal character name escape
sequences (`\uXXXX`), and vice versa.
If a dirty character exists in `L"..."`, then it will be
converted to an universal character name.
If a dirty character exists out of `L"..."`, then it will
be converted to a 3-digit octal escape sequence.
For more details, execute `code7bit --help`.
## Contact
katayama.hirofumi.mz@gmail.com