[USETUP] Follow-up ro-RO.h and add lang/ReadMe.txt (#1321)
[reactos.git] / base / setup / usetup / lang / ReadMe.txt
1 Some source files here are converted by code7bit.
2
3 code7bit: https://github.com/katahiromz/code7bit
4
5 code7bit makes the string literals 8-bit clean.
6 If source contains any non-8-bit-clean strings,
7 non-latin developer cannot build the project.
8
9 8-bit clean
10 https://en.wikipedia.org/wiki/8-bit_clean
11
12 To edit a file converted by code7bit, you have to revert it at first.
13 To revert, please execute code7bit -r <file>.
14
15 After edit it, to convert again, please execute code7bit -c <file>.