RomanNera Posted March 8, 2011 Share Posted March 8, 2011 Hello to all, I have some issue with UTF-8 support. Whole site is in UTF-8, but Categories module not in UTF-8. I checked MySQL, all tables are fine and display characters normaly. Please look at picture what I mean: Uploaded with ImageShack.us Link to comment Share on other sites More sharing options...
Xpajun Posted March 8, 2011 Share Posted March 8, 2011 Is your collation in your database utf-8? If you have 2.3 then the language encoding for categories will be the same as the rest of the site a couple of checks you can make: view the page source about 3 or 4 lines down it will tell you the encoding for the page also in your browser view menu is character encoding this should be automatically set to the same encoding as shown in the page source (if it isn't you have a browser fault) If the encoding checks out as utf-8 just choose Western(ISO-8859-1) if this corrects the fault when the page reloads then the problem is more likely to be with the database collation My store is currently running Phoenix 1.0.3.0 I'm currently working on 1.0.7.2 and hope to get it live before 1.0.8.0 arrives (maybe 🙄 ) I used to have a list of add-ons here but I've found that with the ones that supporters of Phoenix get any other add-ons are not really neccessary Link to comment Share on other sites More sharing options...
RomanNera Posted March 8, 2011 Author Share Posted March 8, 2011 I figured it out. It was problem in a database.php under the /functions. Another problem: When I enter Category name throw admin area it shows up like ??? ???? , but when I enter category name throw phpMyAdmin it shows up correctly. What can be wrong with admin area? Link to comment Share on other sites More sharing options...
RomanNera Posted March 8, 2011 Author Share Posted March 8, 2011 Any support? Link to comment Share on other sites More sharing options...
Xpajun Posted March 8, 2011 Share Posted March 8, 2011 Again, what is the collation of your database My store is currently running Phoenix 1.0.3.0 I'm currently working on 1.0.7.2 and hope to get it live before 1.0.8.0 arrives (maybe 🙄 ) I used to have a list of add-ons here but I've found that with the ones that supporters of Phoenix get any other add-ons are not really neccessary Link to comment Share on other sites More sharing options...
RomanNera Posted March 8, 2011 Author Share Posted March 8, 2011 Database is in UTF-8 encoding. Link to comment Share on other sites More sharing options...
Xpajun Posted March 8, 2011 Share Posted March 8, 2011 Ok what about the collation for the categories table and fields - you have to view the structure to check My store is currently running Phoenix 1.0.3.0 I'm currently working on 1.0.7.2 and hope to get it live before 1.0.8.0 arrives (maybe 🙄 ) I used to have a list of add-ons here but I've found that with the ones that supporters of Phoenix get any other add-ons are not really neccessary Link to comment Share on other sites More sharing options...
RomanNera Posted March 9, 2011 Author Share Posted March 9, 2011 Every table is in utf8_general_ci, but in the end of all table is: "50 table(s) Sum 1,120 MyISAM cp1257_lithuanian_ci". Link to comment Share on other sites More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.