HTML Anchor Text: Non-English Text

Discussion in 'Programming' started by ipostmedia, Jun 14, 2010.

  1. #1
    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!
     
    ipostmedia, Jun 14, 2010 IP
  2. Cash Nebula

    Cash Nebula Peon

    Messages:
    1,197
    Likes Received:
    67
    Best Answers:
    0
    Trophy Points:
    0
    #2
    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 :D
     
    Cash Nebula, Jun 16, 2010 IP
  3. iamscottj

    iamscottj Peon

    Messages:
    17
    Likes Received:
    0
    Best Answers:
    0
    Trophy Points:
    0
    #3
    Yeah setting the charset to UTF-8 will certainly help in doing the needful. :)
     
    iamscottj, Jun 17, 2010 IP