2019-01-29 14:55:45 +00:00
|
|
|
Some source files here are converted by code7bit.
|
|
|
|
|
|
|
|
code7bit: https://github.com/katahiromz/code7bit
|
|
|
|
|
|
|
|
code7bit makes the string literals 8-bit clean.
|
|
|
|
If source contains any non-8-bit-clean strings,
|
2019-01-30 05:59:10 +00:00
|
|
|
non-Latin developer cannot build the project on MSVC.
|
2019-01-29 14:55:45 +00:00
|
|
|
|
|
|
|
8-bit clean
|
|
|
|
https://en.wikipedia.org/wiki/8-bit_clean
|
|
|
|
|
|
|
|
To edit a file converted by code7bit, you have to revert it at first.
|
|
|
|
To revert, please execute code7bit -r <file>.
|
|
|
|
|
2019-01-30 05:59:10 +00:00
|
|
|
After edit, to convert again, please execute code7bit -c <file>.
|