reactos/base/setup/usetup/lang/ReadMe.txt
Katayama Hirofumi MZ 232cf9f0b6
[USETUP] Follow-up ro-RO.h and add lang/ReadMe.txt (#1321)
- Add lang/ReadMe.txt for code7bit description.
- Follow up ro-RO.h file (#1317).
2019-01-29 23:55:45 +09:00

16 lines
484 B
Plaintext

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,
non-latin developer cannot build the project.
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>.
After edit it, to convert again, please execute code7bit -c <file>.