An open API service indexing awesome lists of open source software.

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

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