diff --git a/docs/enduser-utf8.html b/docs/enduser-utf8.html index 9933f1dd..062eed7b 100644 --- a/docs/enduser-utf8.html +++ b/docs/enduser-utf8.html @@ -516,7 +516,7 @@ usage in one language sometimes requires the occasional special character that, without surprise, is not available in your character set. Sometimes developers get around this by adding support for multiple encodings: when using Chinese, use Big5, when using Japanese, use Shift-JIS, when -using Greek, etc. Other times, they use character entities with great +using Greek, etc. Other times, they use character references with great zeal.

UTF-8, however, obviates the need for any of these complicated @@ -530,14 +530,14 @@ you don't have to use those user-unfriendly entities.

Websites encoded in Latin-1 (ISO-8859-1) which ocassionally need a special character outside of their scope often will use a character -entity to achieve the desired effect. For instance, θ can be +entity reference to achieve the desired effect. For instance, θ can be written θ, regardless of the character encoding's support of Greek letters.

This works nicely for limited use of special characters, but say you wanted this sentence of Chinese text: 激光, 這兩個字是甚麼意思. -The entity-ized version would look like this:

+The ampersand encoded version would look like this:

激光, 這兩個字是甚麼意思
@@ -603,7 +603,7 @@ browser you're using, they might: