We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
p79に次の側注がある
指定する数値は、Unicode の符号 化文字集合におけるコードポイン トです。文字エンコーディングの種類には依存しません。符号化文 字集合と文字エンコーディングに ついてはCHAPTER 2-5を参照し てください。
これに対応する本文はこれである。
10 進数値文字参照では、&# の後にそのまま 10 進数のコードポイント を書きます。
少し後にもう一度コードポイントの話が出てくる (側注はこの横に置かれている) が、これは初出ではないので注意。
16 進数表記をそのまま書きたい場合は、16 進数値文字参照を使用しま す。&# の直後に x もしくは X を書き、その後に、16 進数でコードポイン トを指定します。
もう少し上に移動し、初出の本文の横にくるようにする。
The text was updated successfully, but these errors were encountered:
No branches or pull requests
p79に次の側注がある
これに対応する本文はこれである。
少し後にもう一度コードポイントの話が出てくる (側注はこの横に置かれている) が、これは初出ではないので注意。
もう少し上に移動し、初出の本文の横にくるようにする。
The text was updated successfully, but these errors were encountered: