Note that many browsers can not properly display non english characters, so those have to be either removed or encoded or replaced.
I guess the first option is easy to understand, for the 2nd option:
by encoding, your non english characters will be translated to something like this %98 (just an example, but you will see weird characters in the url). Some browsers such as firefox can show the nice and correct form of these characters on the address bar, some dont (IE 7 cant)
The 3rd option is replace the non-english characters by something equivalent to it. For example, you can replace é by e. If you go with this option, you can peak into includes/classes/ssu/plugins/languages/he.php to see an example. Then you will have to to follow the thread below to override the default language parser which is being used for English.
http://www.zen-cart.com/forum/showth...age#post678465
PS: by default, if your store is using English language, then SSU chooses the "remove" option for any non alpha numeric characters in the names.


Reply With Quote
Do you think that this could cause any problems I haven't understood or is it an ok way to do it?

