Jump to content
  • Checkout
  • Login
  • Get in touch

osCommerce

The e-commerce.

Rectangles in Hebrew lang - FIXED


gwizard

Recommended Posts

Posted

Hi, all.

 

I have fixed the problem with small rectangles instead of a hebrew text in the category menu.

 

The problem is that Mysql uses windows-1255 instead of converting it to UTF-8 and in the database categories_name field is varchar(15). So basicly it cuts the text becouse it has no space in the variable.

 

To fix it, very simple, go to table categories_description and change categories_name to varchar(255).

 

I hope that will help, becouse I saw a lot of people complaining about that in this forum.

 

Alon.

Archived

This topic is now archived and is closed to further replies.

×
×
  • Create New...