[USETUP] Improve lang/ReadMe.txt

This commit is contained in:
Katayama Hirofumi MZ 2019-01-30 14:59:10 +09:00
parent 0483a5a380
commit 8886a2261a

View file

@ -4,7 +4,7 @@ code7bit: https://github.com/katahiromz/code7bit
code7bit makes the string literals 8-bit clean.
If source contains any non-8-bit-clean strings,
non-latin developer cannot build the project.
non-Latin developer cannot build the project on MSVC.
8-bit clean
https://en.wikipedia.org/wiki/8-bit_clean
@ -12,4 +12,4 @@ 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>.
After edit it, to convert again, please execute code7bit -c <file>.
After edit, to convert again, please execute code7bit -c <file>.