I have a template showing articles based on a tag (using Taggable). However, I ran into an issue when using a tag with swedish characters, and I ended up doing this in my channel tag:
search:tags="<?php echo urldecode("{segment_2}"); ?>\W"It is working as it should, but is there a more appropriate way to solve it?
(Examples if you want to test: “väster”, “öster”)