Does anyone here know how to create anchor text for HTML code for non-English text? E.g: I'm using Chinese character for the anchor text. Thanks!
There are websites that convert Chinese characters to Unicode, you can find heaps of them with Google. You also set UTF-8 for the page encoding, like this: <meta http-equiv="Content-Type" content="text/html; charset=UTF-8" /> Code (markup): I think that is how you show Chinese characters, never tried it before