xref: /reactos/base/setup/usetup/lang/ReadMe.txt (revision 40462c92)
1Some source files here are converted by code7bit.
2
3code7bit: https://github.com/katahiromz/code7bit
4
5code7bit makes the string literals 8-bit clean.
6If source contains any non-8-bit-clean strings,
7non-Latin developer cannot build the project on MSVC.
8
98-bit clean
10https://en.wikipedia.org/wiki/8-bit_clean
11
12To edit a file converted by code7bit, you have to revert it at first.
13To revert, please execute code7bit -r <file>.
14
15After edit, to convert again, please execute code7bit -c <file>.
16