Forum Moderators: open
In the moment I am coding the pages with Notepad. The only editor at my disposal, which allows me to import text with a peticular encoding to save the pages with a UTF-8 or other encoding. It there a better editor?
Thanks for any help.
As for the editor question, Notepad can have problems when producing UTF-8 encoded content for the web - it has a tendency to add a byte-orger mark (BOM) to the page which can confuse browsers. Most web-oriented modern text editors (Homesite, Dreamweaver...) handle UTF-8 correctly.
My final questions, and sorry if they seam stupid: Word encodes the Chinese text as UTP-8. Is there a way to save it in Word 2000 and later as Big5 or gb2312? If not, is producing the Chinese text in TextEditor an alternative?
thanks Sabine
However you might want to take note if you are developing in a server that is english.
check your apache (or webserver) if it is sending out the right char-set header.
Also if you are receiving input, check your database storage char-set.
If you are sending out email, check your email char-set header.
There is one question left: what is the equivalent to Verdana in the Chinese letter-fonts. Is it SimSun?
Do any of you bother declaring fonts on Asian language sites? (Maybe I'm just the lazy one.)