PHP Scripting Forums » PHP Classes Support Forum » Db_cart class Support forum

Encoding in db_cart translations

(5 posts)

Tags:

Please support us by buying these products:

  1. User has not uploaded an avatar

    xkarlos
    Member

    Hi,
    I made the translation of the czech language, but it doesnot show properly,
    I have HTML with UTF-8.
    I don't know how to do it.

    I tried mb_internal_encoding("UTF-8"); but it doesnot work as well.

    thank you for every help

    Posted 9 months ago #
  2. please send me the url...

    Posted 9 months ago #
  3. Ok, got the URL, first I thought that your sever doesn't return the good encoding.

    Check if your pages have all this row in the header:

    <meta http-equiv="Content-Type" content="text/html; charset=utf-8" />

    Posted 9 months ago #
  4. User has not uploaded an avatar

    xkarlos
    Member

    All of my pages have this row in header,
    problem is when I load the variable from external php file,
    with require.

    Posted 9 months ago #
  5. Quote from: xkarlos
    "All of my pages have this row in header,
    problem is when I load the variable from external php file,
    with require. :("

    Try to include the files before the html code (use variables/arrays to use them later inside the html).

    ...and edit the text files with PSPad!

    Posted 9 months ago #

RSS feed for this topic

Reply

You must log in to post.