项目作者: katahiromz

项目描述 :
source code dirty 8-bit characters converter
高级语言: Objective-C
项目地址: git://github.com/katahiromz/code7bit.git
创建时间: 2018-12-16T00:46:35Z
项目社区:https://github.com/katahiromz/code7bit

开源协议:MIT License

下载


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