0
0
mirror of https://github.com/ezyang/htmlpurifier.git synced 2025-01-08 15:11:51 +00:00

Update UTF-8 title.

git-svn-id: http://htmlpurifier.org/svnroot/htmlpurifier/trunk@735 48356398-32a2-884e-a903-53898d9a118a
This commit is contained in:
Edward Z. Yang 2007-02-13 03:09:34 +00:00
parent 800b67ed65
commit 6add828bc8
2 changed files with 10 additions and 10 deletions

View File

@ -10,7 +10,7 @@
.minor td {font-style:italic;} .minor td {font-style:italic;}
</style> </style>
<title>UTF-8 - HTML Purifier</title> <title>UTF-8: The Secret of Character Encoding - HTML Purifier</title>
<!-- Note to users: this document, though professing to be UTF-8, attempts <!-- Note to users: this document, though professing to be UTF-8, attempts
to use only ASCII characters, because most webservers are configured to use only ASCII characters, because most webservers are configured
@ -19,27 +19,27 @@ own advice for sake of portability. -->
</head><body> </head><body>
<h1>UTF-8</h1> <h1>UTF-8: The Secret of Character Encoding</h1>
<div id="filing">Filed under End-User</div> <div id="filing">Filed under End-User</div>
<div id="index">Return to the <a href="index.html">index</a>.</div> <div id="index">Return to the <a href="index.html">index</a>.</div>
<div id="home"><a href="http://hp.jpsband.org/">HTML Purifier</a> End-User Documentation</div> <div id="home"><a href="http://hp.jpsband.org/">HTML Purifier</a> End-User Documentation</div>
<p>Character encoding and character sets, in truth, are not that <p>Character encoding and character sets are not that
difficult to understand. But if you don't understand them, you are going difficult to understand, but so many people blithely stumble
to be caught by surprise by some of HTML Purifier's behavior, namely through the worlds of programming without knowing what to actually
the fact that it operates UTF-8 or the limitations of the character do about it, or say &quot;Ah, it's a job for those <em>internationalization</em>
encoding transformations it does. This document will walk you through experts.&quot; No, it is not! This document will walk you through
determining the encoding of your system and how you should handle determining the encoding of your system and how you should handle
this information. It will stay away from excessive discussion on this information. It will stay away from excessive discussion on
the internals of character encoding.</p> the internals of character encoding.</p>
<p>This document is not designed to be read from top to bottom: it will <p>This document is not designed to be read in its entirety: it will
slowly introduce concepts that build on each other: you need not get to slowly introduce concepts that build on each other: you need not get to
the bottom to have learned something new. However, I strongly the bottom to have learned something new. However, I strongly
recommend you read all the way to <strong>Why UTF-8?</strong>, because at least recommend you read all the way to <strong>Why UTF-8?</strong>, because at least
at that point you'd have made a conscious decision not to migrate, at that point you'd have made a conscious decision not to migrate,
which can be a difficult but rewarding task.</p> which can be a rewarding (but difficult) task.</p>
<blockquote class="aside"> <blockquote class="aside">
<div class="label">Asides</div> <div class="label">Asides</div>

View File

@ -31,7 +31,7 @@ information for casual developers using HTML Purifier.</p>
<dt><a href="enduser-slow.html">Speeding up HTML Purifier</a></dt> <dt><a href="enduser-slow.html">Speeding up HTML Purifier</a></dt>
<dd>Explains how to speed up HTML Purifier through caching or inbound filtering.</dd> <dd>Explains how to speed up HTML Purifier through caching or inbound filtering.</dd>
<dt><a href="enduser-utf8.html">UTF-8</a></dt> <dt><a href="enduser-utf8.html">UTF-8: The Secret of Character Encoding</a></dt>
<dd>Describes the rationale for using UTF-8, the ramifications otherwise, and how to make the switch.</dd> <dd>Describes the rationale for using UTF-8, the ramifications otherwise, and how to make the switch.</dd>
</dl> </dl>