mirror of
https://github.com/reactos/reactos.git
synced 2024-10-30 11:35:58 +00:00
16 lines
489 B
Plaintext
16 lines
489 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 on MSVC.
|
|
|
|
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, to convert again, please execute code7bit -c <file>.
|