diff --git a/docs/enduser-utf8.html b/docs/enduser-utf8.html index 2b8338f4..ee0a34dd 100644 --- a/docs/enduser-utf8.html +++ b/docs/enduser-utf8.html @@ -587,8 +587,24 @@ instead. And, of course, you can't use this method for GET requests.

Well supported

+

Almost every modern browser in the wild today has full UTF-8 and Unicode +support: the number of troublesome cases can be counted with the +fingers of one hand, and these browsers usually have trouble with +other character encodings too. Problems users usually encounter stem +from the lack of appropriate fonts to display the characters (once +again, this applies to all character encodings and HTML entities) or +Internet Explorer's lack of intelligent font picking (which can be +worked around).

+ +

We will go into more detail about how to deal with edge cases in +the browser world in the Migration section, but rest assured that +converting to UTF-8, if done correctly, will not result in users +hounding you about broken pages.

+

HTML Purifier

+

And finally, we get to HTML Purifier.

+

Migrate to UTF-8

Text editor