Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
utf-8 charset fix in admin pages
#1
Hi,

I recommend to add:

header('content-type: text/html; charset=utf-8');

in the first line of admin/template/header.php to avoid seeing invalid utf-8 characters in administration pages.

Some servers sends a default iso-8859-1 charset in the header and browsers ignores the meta tags of the page.

Regards,
Mauro.
Reply


Messages In This Thread
utf-8 charset fix in admin pages - by mxmauro - 2013-08-20, 11:32:32
RE: utf-8 charset fix in admin pages - by shawn_a - 2013-08-20, 12:29:26
RE: utf-8 charset fix in admin pages - by blopez - 2013-09-25, 18:39:15
RE: utf-8 charset fix in admin pages - by blopez - 2013-09-27, 16:57:48
RE: utf-8 charset fix in admin pages - by hameau - 2013-09-27, 20:23:30
RE: utf-8 charset fix in admin pages - by blopez - 2013-09-28, 00:13:09
RE: utf-8 charset fix in admin pages - by hameau - 2013-09-28, 03:04:37
RE: utf-8 charset fix in admin pages - by shawn_a - 2013-09-28, 00:35:05



Users browsing this thread: 1 Guest(s)