diff --git a/docs/enduser-utf8.html b/docs/enduser-utf8.html index 79db106f..2b8338f4 100644 --- a/docs/enduser-utf8.html +++ b/docs/enduser-utf8.html @@ -1,7 +1,7 @@ - + @@ -253,7 +253,7 @@ languages. The appropriate code is:

This code must come before any output, so be careful about stray whitespace in your application.

-

PHP ini directive

+

PHP ini directive

PHP also has a neat little ini directive that can save you a header call: default_charset. Using this code:

@@ -585,21 +585,21 @@ digging yourself deeper into the hole when you could have been converting to UTF-8 instead. And, of course, you can't use this method for GET requests.

-

Well supported

+

Well supported

-

HTML Purifier

+

HTML Purifier

Migrate to UTF-8

-

Text editor

+

Text editor

-

Configuring your database

+

Configuring your database

-

Convert old text

+

Convert old text

-

Byte Order Mark (headers already sent!)

+

Byte Order Mark (headers already sent!)

-

Dealing with variable width in functions

+

Dealing with variable width in functions