mirror of
https://github.com/reactos/reactos.git
synced 2024-12-30 19:14:31 +00:00
[USETUP] Improve lang/ReadMe.txt
This commit is contained in:
parent
0483a5a380
commit
8886a2261a
1 changed files with 2 additions and 2 deletions
|
@ -4,7 +4,7 @@ code7bit: https://github.com/katahiromz/code7bit
|
||||||
|
|
||||||
code7bit makes the string literals 8-bit clean.
|
code7bit makes the string literals 8-bit clean.
|
||||||
If source contains any non-8-bit-clean strings,
|
If source contains any non-8-bit-clean strings,
|
||||||
non-latin developer cannot build the project.
|
non-Latin developer cannot build the project on MSVC.
|
||||||
|
|
||||||
8-bit clean
|
8-bit clean
|
||||||
https://en.wikipedia.org/wiki/8-bit_clean
|
https://en.wikipedia.org/wiki/8-bit_clean
|
||||||
|
@ -12,4 +12,4 @@ https://en.wikipedia.org/wiki/8-bit_clean
|
||||||
To edit a file converted by code7bit, you have to revert it at first.
|
To edit a file converted by code7bit, you have to revert it at first.
|
||||||
To revert, please execute code7bit -r <file>.
|
To revert, please execute code7bit -r <file>.
|
||||||
|
|
||||||
After edit it, to convert again, please execute code7bit -c <file>.
|
After edit, to convert again, please execute code7bit -c <file>.
|
||||||
|
|
Loading…
Reference in a new issue