Forums

permalink with UTF-8 chinese characters display issue (3 posts)

  1. radiofranky
    Member
    Posted 5 months ago #

    Hi,
    I'm currently having permalink in UTF-8 chinese and when I see the source page, I see this
    <a href="http://www.abc.com/video/%e7%88%b6%e8%88%87%e5%ad%90-%e7%ac%ac100%e9%9b%86/

    it should be look like this
    <a href="http://www.abc.com/video/父與子-第100集/

    it seems like on it's way to mysql, it gets translated

    and i think this is giving me problem when google indexing it, my rank is so low. I was wondering if someone could help me resolve this issue?

    I have all my php files saved in UTF-8 without bom and my mysql server are all set to UTF-8
    Thanks

  2. erick_paper
    Member
    Posted 4 months ago #

    Did you get any response to this?

  3. pkiula
    Member
    Posted 4 months ago #

    That encoded URL is how browsers will see it. Erick, make sure your post_name in the database is rawurlencode version of the title. I had the same issue while importing a database using my own code.

Reply

You must log in to post.

About this Topic

Tags

No tags yet.