From 6add828bc81c987d4a184a2224a34007490664ae Mon Sep 17 00:00:00 2001 From: "Edward Z. Yang" Date: Tue, 13 Feb 2007 03:09:34 +0000 Subject: [PATCH] Update UTF-8 title. git-svn-id: http://htmlpurifier.org/svnroot/htmlpurifier/trunk@735 48356398-32a2-884e-a903-53898d9a118a --- docs/enduser-utf8.html | 18 +++++++++--------- docs/index.html | 2 +- 2 files changed, 10 insertions(+), 10 deletions(-) diff --git a/docs/enduser-utf8.html b/docs/enduser-utf8.html index 235f31e1..d8187c5d 100644 --- a/docs/enduser-utf8.html +++ b/docs/enduser-utf8.html @@ -10,7 +10,7 @@ .minor td {font-style:italic;} -UTF-8 - HTML Purifier +UTF-8: The Secret of Character Encoding - HTML Purifier -

UTF-8

+

UTF-8: The Secret of Character Encoding

Filed under End-User
Return to the index.
HTML Purifier End-User Documentation
-

Character encoding and character sets, in truth, are not that -difficult to understand. But if you don't understand them, you are going -to be caught by surprise by some of HTML Purifier's behavior, namely -the fact that it operates UTF-8 or the limitations of the character -encoding transformations it does. This document will walk you through +

Character encoding and character sets are not that +difficult to understand, but so many people blithely stumble +through the worlds of programming without knowing what to actually +do about it, or say "Ah, it's a job for those internationalization +experts." No, it is not! This document will walk you through determining the encoding of your system and how you should handle this information. It will stay away from excessive discussion on the internals of character encoding.

-

This document is not designed to be read from top to bottom: it will +

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 the bottom to have learned something new. However, I strongly recommend you read all the way to Why UTF-8?, because at least at that point you'd have made a conscious decision not to migrate, -which can be a difficult but rewarding task.

+which can be a rewarding (but difficult) task.

Asides
diff --git a/docs/index.html b/docs/index.html index ea498147..a239de99 100644 --- a/docs/index.html +++ b/docs/index.html @@ -31,7 +31,7 @@ information for casual developers using HTML Purifier.

Speeding up HTML Purifier
Explains how to speed up HTML Purifier through caching or inbound filtering.
-
UTF-8
+
UTF-8: The Secret of Character Encoding
Describes the rationale for using UTF-8, the ramifications otherwise, and how to make the switch.