
Originally Posted by
boysen99
...
I installed ultimate SEO, just one question how I change the ä letter to> a and ö to>o.
Now the URL is like ..väri-musta-p-189.html
So how to change the scandinavian letters in the URL? ...
If you are using Zen Cart 1.5+ and your database is configured for UTF8... The easiest way is to configure a "Regular Expression Filter" (PCRE filter).
Possibly something like (edit to fit your needs):
Code:
[àÀáÁâÂãÃäÄåÅ]=>a,[èÈéÉêÊëË]=>e,[ìÌíÍîÎïÏ]=>i,[òÒóÓöÖôÔõÕøØ]=>o,[ùÙúÚûÛüÜ]=>u,[ýÝÿx]=>y,[çÇ]=>c,[ñÑ]=>n,[Ð]=>d
Note: Using UTF8 for the database and website simplifies things as you can enter the characters directly for replacement in the configuration option... Otherwise you end up needing to mess around with specifying the characters using octal or similar in the regexp... And adjusting for the charset used for storage by the database...

Originally Posted by
boysen99
...
If the solution lies in the "Enter special character conversions" box, could someone give example what to write in the box?
...
That feature is a left over from legacy versions of Ultimate URLs. It does not support unicode characters (or multi-byte characters). And thus may not work fully for your case.
I should also note the "special character conversions" option will be removed in a future upstream release.
Bookmarks