Skip to content

Conversation

tsubasakat
Copy link

Since I've translated the page, I created this pull request. It would be appreciated if you merge it.
Issue #48

"Unicode は私たちが使う多くの文字にコードポイントを割り振っています。例えば、`a`という文字は`97`のコードポイントを持っていますが、`ł`という"
"文字は`322`のコードポイントを持っています。ディスクに`\"hełło\"`という文字列を書き込む際に、私たちはこれら文字の連なりをバイトに変換しなければな"
"らないのですが、1バイトが一つのコードポイントを表現するというルールに習った場合、`\"hełło\"`を表現することができません。コードポイント`322`は`"
"ł`の為に使用していますが、1バイトでは`0`から`255`の数値を表現することしかできないのです。とはいえ、実際には\"`\"hełło\\"
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

エスケープ文字が多くてお尻切れちゃいましたかね。

とはいえ、実際には `\"hełło\"` とスクリーン上で読めることを考えると、 *何らかの方法* でそれを表現する必要があります。そこでエンコーディングの出番です。

Copy link
Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

ごめんなさい!Vim の Undo でミスしたかも知れません。指摘して頂いたところを直して push --force しました。

Copy link
Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

ハイライトしました。ここです。

@tsubasakat tsubasakat force-pushed the binaries_strings_and_charlists branch from 8f088a6 to e97a5f2 Compare October 24, 2019 04:13
Co-Authored-By: Rui Onodera <deraru@gmail.com>
@tsubasakat
Copy link
Author

何かおかしいなぁと思ってたんですが、読み間違えてました😭
指摘ありがとうございます🙏

Copy link
Collaborator

@deraru deraru left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

遅くなってすみません!ありがとうございます。

@deraru deraru merged commit 35fa063 into master Nov 25, 2019
@deraru deraru deleted the binaries_strings_and_charlists branch November 25, 2019 17:37
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants