Forum Moderators: open
My problem is that I want my page too automatically and directly choose that right encoding once I enter the page.
I tried the code below without any result.
<meta http-equiv="Content-Type" content="text/html; charset=gb2312"/>
----------------------------------------------------------------------
<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<html lang="zh">
<head>
<meta http-equiv="content-type" content="text/html;charset=gb2312">
<meta http-equiv="content-language" content="zh">
------------------------------------------------------------------
Im greatful for any help/tips!
/Vincent