Character Encoding i.e Chinese

The automatic method of choosing the character set is done by adding a META tag to the HTML of the web page. It is placed with the header, between <HEAD> and </HEAD>, in the same general place where the TITLE goes. This tag will look like the following:

<META HTTP-EQUIV="content-type" CONTENT="text/html; charset=charset_name">

where charset_name can be gb2312, big5, utf-8.

  • encoding
  • 49 Users Found This Useful
Was this answer helpful?

Related Articles

cURL Code Sample

cURL is a command line tool for transferring files with URL syntax, supporting FTP, FTPS, HTTP,...

How to enable Php Register Globals?

To enable Php Register Globals: 1. Create php.ini files in the directory  that requires...

How to enable Session.Save_Path?

To enable Session.Save_Path: 1) Create folder "session" in public_html directory.2) Chmod 755...