Hi!
I want to route url through Zend route regex with Swedish character and here is my regex in xml configuration:
..... ([a-z\-å|ä|ö]+) .....
Still, the route doesn't behave as I expect. It doesn't redirect when the link contains å, ä, or ö
I have tried to change to [a-zåäö\-]+ but it also gives the same result..
anyone can help? Thank you so much in advance! :)