1

I am using x-cart version is 4.2.3.

I have Greek letter conversion issue in a functionality . i.e Greek character αβΓ is converting to αβΓ. Is there any way to avoid these encoding.It is not a browser encoding issue , server is converting these Greek letter to these characters. Please let me know if there is any solution to fix this issue.

Manu
  • 11
  • 3

1 Answers1

1

It is a matter of the database supporting utf8 encoding.

You could try the steps referred in here (question: "How do I set up my X-Cart to support UTF-8?")

vasilis
  • 143
  • 1
  • 1
  • 13