zozzoozzz Posted December 11, 2009 Posted December 11, 2009 Why the word "Espanol" in my Osc store shows as "Espa?ol"?
Xpajun Posted December 11, 2009 Posted December 11, 2009 Is it just Español or are other accented letters included? Try checking that your browser is set to read accented letters in character encoding (I keep mine set for UTF-8) If that is not the problem you will have to start checking your files If you post your site we can check to see if we get the same problem which should narrow it down for you... 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
zozzoozzz Posted December 15, 2009 Author Posted December 15, 2009 Is it just Español or are other accented letters included? Try checking that your browser is set to read accented letters in character encoding (I keep mine set for UTF-8) If that is not the problem you will have to start checking your files If you post your site we can check to see if we get the same problem which should narrow it down for you... Thanks very much. It seems just just Español. In index.php, I move mouse to above the icon of Español in language box. alt Español shows as just Espa?ol. And I set my character encoding to UTF-8, but nothing change. I open the languages.php , I found that the $value['name'] presents the alt Español $languages_string .= ' <a href="' . tep_href_link(basename($PHP_SELF), tep_get_all_get_params(array('language', 'currency')) . 'language=' . $key, $request_type) . '">' . tep_image(DIR_WS_LANGUAGES . $value['directory'] . '/images/' . $value['image'], $value['name']) . '</a> '; I don't know where to define the $value['name'] , and how to change the Espa?ol to Español in it. My website is under construction and hosted on my localhost,and have on live site. Thanks again. JUN
Recommended Posts
Archived
This topic is now archived and is closed to further replies.