Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
myon-bioinformatics committed Jun 24, 2023
1 parent 0d2a8f0 commit da01a0b
Showing 1 changed file with 6 additions and 3 deletions.
9 changes: 6 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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 "\\".
Expand All @@ -32,6 +33,8 @@

🚴‍♀️(JSP)

🤖以下がその原因です☞

- 見かけ上は1つの文字であっても、実際には2バイト以上であることが原因で問題が起こりることがあります。

- Shift_JIS(SJIS、cp932)の文字コードでは、2バイト目が0x5cの「\」(バックスラッシュ)を含む文字が代表的です。
Expand All @@ -55,7 +58,7 @@

- C言語では、これによって次の行までがコメントアウトされてしまいます。

## Countermeasures
## 😆Countermeasures


# 📝The Result of Standard Output📝
Expand Down

0 comments on commit da01a0b

Please sign in to comment.