|
[F] charset - firefox - utf-8 + iso-8859
|
|
06-23-2007, 03:35 PM
Post: #1
|
|||
|
|||
|
[F] charset - firefox - utf-8 + iso-8859
It seems, as if Firefox doesn't understand how to handle the META-Tag "Content-Type". It ignores the additional "charset" specification.
Example: Code: <meta http-equiv="Content-Type" content="text/html; charset=UTF-8" />If you set your forum to UTF-8 and then post messages with i.e german umlauts, the messages are stored in ISO-8859-1 or ISO-8859-15 in your database. If you set firefox via the built-in menu to the correct charset (UTF-8) you can see the bogus characters. But: Firefox accepts/understands the HTTP-Header "Content-Type" correctly. So my solution to this problem/bug was to add additional headers before the html output starts (both, in public and in admin area). Modifikations: #file - inc/functions.php PHP Code: function send_page_headers()#file - admin/adminfunctions.php PHP Code: function cpheader($title="", $donav=1, $onload="", $extraheaders="")With greetings from germany, Minots Esticha |
|||
|
06-24-2007, 12:51 PM
Post: #2
|
|||
|
|||
|
RE: [F] charset - firefox - utf-8 + iso-8859
This bug has been fixed in the latest code.
Please note the latest code is not live on the site or for download. An update will be released which contains this fix. I used another way than yours as we send out different content types when using ajax requests
|
|||
|
« Next Oldest | Next Newest »
|
User(s) browsing this thread: 1 Guest(s)
Search
Member List
Calendar
Help

