Forum Moderators: open
- 食物
I found an excellent resource that converts Chinese characters to Unicode numeric equivalents. Which works fine when placing Chinese character in the content of the page. My query is whether I can use the numeric representation of Chinese characters for the keyword tag. Would that be picked up properly by spiders or would it cause confusion? What is the case of using Chinese keywords - are they supported well by the major search engines?
Regards.
Edit: I pasted the raw Chinese character directly to this message but it was converted to the numeric equivalent
If you do use entity references, they are interchangeable with the real character, so you should be able to use them in all parts of the page including meta elements.
Non-western characters cannot display here on the board as the defined charset is ISO-8859-1 not UTF-8.
I am using HTML4.01 for the page and declare the UTF-8 charset via the meta element. The editor I use is HTML-Kit and I save the page as *.html. You are probably right. I was just looking at a Chinese content page at Wikipedia - it uses UTF-8 but they don't seem to be using entity references. Also, Notepad has an option for saving as UTF-8. I think I was using ANSI up until now so no wonder why it wouldn't do the job. Do you suggest if I should save all pages of the site as UTF-8, for consistency purposes? It's a very small site anyway so it won't be a pain. Although not sure about that, something tells me I should avoid having half the site pages encoded as ANSI and half as UTF-8.
Regards.