Revert "[SHELL32] SHChangeNotify: Use tree for CDirectoryList (#6784)" (#6800)
[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 on MSVC.
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, to convert again, please execute code7bit -c <file>.