From da01a0b1c9bcc77c4dca53de07e382b46d295704 Mon Sep 17 00:00:00 2001 From: myon <54614626+myon-bioinformatics@users.noreply.github.com> Date: Sat, 24 Jun 2023 13:01:39 +0900 Subject: [PATCH] Update README.md --- README.md | 9 ++++++--- 1 file changed, 6 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 222ffe0..1fcffba 100644 --- a/README.md +++ b/README.md @@ -20,10 +20,11 @@ 1. 今回は、Shift_JISがエンコードもしくはデコードされた時を例にします。 1. ちなみにこのプログラム(_main.py_)は成功例のため、問題は基本的に起こりません。 -# Causion & Countermeasures -## Causion +# 😖Cause & 😆Countermeasures +## 😖Cause 🚴‍♂️(ENG) +🤖The followings are the causes☞ - Even though it appears as a single character, issues can arise due to the actual character consisting of two or more bytes. - About Shift_JIS (SJIS, cp932) character encoding, representative characters include those with a second byte of 0x5c, such as "\\". @@ -32,6 +33,8 @@ 🚴‍♀️(JSP) +🤖以下がその原因です☞ + - 見かけ上は1つの文字であっても、実際には2バイト以上であることが原因で問題が起こりることがあります。 - Shift_JIS(SJIS、cp932)の文字コードでは、2バイト目が0x5cの「\」(バックスラッシュ)を含む文字が代表的です。 @@ -55,7 +58,7 @@ - C言語では、これによって次の行までがコメントアウトされてしまいます。 -## Countermeasures +## 😆Countermeasures # 📝The Result of Standard Output📝