View Single Post
  #2 (permalink)  
Old 27-09-2004, 03:10 AM
lcf's Avatar
lcf lcf is offline
Pro-Blogger
 
Join Date: Feb 2003
Location: Kluang, Johor
Posts: 2,373
Rep Power: 119
lcf will become famous soon enough
Send a message via ICQ to lcf Send a message via MSN to lcf Send a message via Yahoo to lcf
it is the same as english html. Just that you set the language encoding to chinese.

At the <head> part, add:

<meta http-equiv="Content-Type" content="text/html; charset=big5">

gb2312 for simplified chinese
big5 for traditional chinese

Or even better, use utf-8 for unicode.
__________________
LiewCF | Malaysia Bloggers Forum
Reply With Quote