gwizard Posted July 22, 2003 Posted July 22, 2003 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.
Recommended Posts
Archived
This topic is now archived and is closed to further replies.