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 b93fddc commit bdec95c
Showing 1 changed file with 7 additions and 14 deletions.
21 changes: 7 additions & 14 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -49,19 +49,12 @@ python main.py
### 🍮at length🍮
**🚴‍♂️(ENG)**

- he second byte of the character "能" is " \\".
- The second byte of the character "能" is " \\".

- This is equivalent to writing "\" at the end of a line, indicating the end of the line.

- In the C programming language, this would result in the code being commented out until the next line.

**"Example"**
```
表: b'\x95\\'
能: b'\x94\\'
十: b'\x8f\\'
```

**🚴‍♀️(JSP)**

- 例えば、「能」という文字の2バイト目は「\」です。
Expand All @@ -70,7 +63,7 @@ python main.py

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

**"例"**
### Example include those with a second byte of "\\"(0x5c)
```
表: b'\x95\\'
能: b'\x94\\'
Expand Down Expand Up @@ -142,11 +135,11 @@ No problem!!


### 🧁Mojibake in detail🧁
- 🤥main.py🤥
> easy_separator = easy_separator_closure()() #これはクロージャという機能
- 😵‍💫main_to_mojibake.py(Even the Japanese can't read)😵‍💫
> easy_separator = easy_separator_closure()() #繧ッ繝ュ繝シ繧ク繝」繧剃スソ逕ィ縺励◆
>- 🤥main.py🤥
>> easy_separator = easy_separator_closure()() #これはクロージャという機能
>
>- 😵‍💫main_to_mojibake.py(Even the Japanese can't read)😵‍💫
>> easy_separator = easy_separator_closure()() #繧ッ繝ュ繝シ繧ク繝」繧剃スソ逕ィ縺励◆

# 🚴‍♂️Dear non-Japanese speaker
Expand Down

0 comments on commit bdec95c

Please sign in to comment.