From 8886a2261ae7bb3f438dfb73cea356eca54e95d9 Mon Sep 17 00:00:00 2001 From: Katayama Hirofumi MZ Date: Wed, 30 Jan 2019 14:59:10 +0900 Subject: [PATCH] [USETUP] Improve lang/ReadMe.txt --- base/setup/usetup/lang/ReadMe.txt | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/base/setup/usetup/lang/ReadMe.txt b/base/setup/usetup/lang/ReadMe.txt index 184e8e53de7..eb6bd2ca513 100644 --- a/base/setup/usetup/lang/ReadMe.txt +++ b/base/setup/usetup/lang/ReadMe.txt @@ -4,7 +4,7 @@ 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. +non-Latin developer cannot build the project on MSVC. 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 revert, please execute code7bit -r . -After edit it, to convert again, please execute code7bit -c . +After edit, to convert again, please execute code7bit -c .