Results 1 to 3 of 3
  1. #1
    Join Date
    Aug 2010
    Posts
    54
    Plugin Contributions
    0

    Default Greek character sets

    Zen Cart Ver. v1.3.9h
    Greek Lang. Pack installed

    After a big fight at initial setup about one year ago, I managed to have an acceptable view of Greek for my web-site but it has never been 100% correct at all pages. What I did in order to use Greek correctly (without re-installing and re-configuring from scratch because too much work has already taken place), I used the following settings in the Greek.php file:

    define('CHARSET', 'utf8_unicode-ci');
    define('DB_CHARSET', 'utf8_unicode_ci');

    I also modified my tables in mysql with the same codepage and in some cases it was needed to re-copy/paste the contents in the fields in order to be reset to new codepage. That was the only codepage that would display correctly. Plain UTF-8 would display (????) in most pages. I also had to open the php files in Notepad++ and save them as UTF8 files.

    The current issue now is that:

    - Internet Explorer displays my website correctly with all Greek characters and without making any selection for encoding.
    - Opera doesn't display Greek correctly. I have to go to encoding and change manually to Greek.
    - When a user registers or a new order is placed, the email notification I receive in MS Outlook is ok but on my Android smartphone I see question marks (???). I see in the header of the message in Outlook that the message is UTF-8

    1) What do I have to do in order to allow all browsers to identify Greek codepage? and make Greek the default first language?

    2) What do I have to do in order for the emails to display correctly everywhere? even on my phone (which can display Greek correctly in all other cases except from this one only)?

  2. #2
    Join Date
    Sep 2005
    Location
    Waikato, New Zealand
    Posts
    1,539
    Plugin Contributions
    3

    Default Re: Greek character sets

    1) Can we get a link to your site
    2) view the source of your page, what does the character set say in the head section of the page
    mine (an english site)says
    <meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1" />
    what does yours say?, is it actually coming through as the one you have set
    Webzings Design
    Semi retired from Web Design

  3. #3
    Join Date
    Aug 2010
    Posts
    54
    Plugin Contributions
    0

    Default Re: Greek character sets

    Quote Originally Posted by nigelt74 View Post
    1) Can we get a link to your site
    2) view the source of your page, what does the character set say in the head section of the page
    mine (an english site)says
    <meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1" />
    what does yours say?, is it actually coming through as the one you have set
    1) Yes, of course. I forgot to include it: http://yiangoullis.trustnet.com.cy/eshop/

    2) <meta http-equiv="Content-Type" content="text/html; charset=utf8_unicode-ci" />
    which is what I have deifned but I assume that opera and maybe more browsers don't recognise this. IE however, detects correctly.

 

 

Similar Threads

  1. Character sets mismatch after changing hosts
    By sanderh in forum General Questions
    Replies: 10
    Last Post: 16 Nov 2014, 08:00 PM
  2. Greek Database code
    By andreasy in forum Installing on a Linux/Unix Server
    Replies: 2
    Last Post: 27 Sep 2011, 08:04 AM
  3. Non-English character sets
    By rpguk in forum General Questions
    Replies: 0
    Last Post: 25 Feb 2007, 06:16 PM
  4. It's all Greek to me!
    By Hound in forum PayPal Express Checkout support
    Replies: 0
    Last Post: 28 Jan 2007, 04:03 PM

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  
disjunctive-egg