
27-09-2004, 03:10 AM
|
 |
Pro-Blogger
|
|
Join Date: Feb 2003
Location: Kluang, Johor
Posts: 2,373
Rep Power: 119
|
|
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.
|