This might be a bit off topic, but since the Hexify() function and cleaning up search strings are discussed I hope you do not mind.
I could use some help regarding the "Swedish" characters åäö in search strings. I have a link like this:
<Link version="1,1">
<Item Name="Name">SMDB</Item>
<Item Name="Filter"/>
<Item Name="Action">2</Item>
<Item Name="Base URL">http://smdb.kb.se</Item>
<Item Name="Search URL">http:////smdb.kb.se//catalog//search?q=Hexify(Replace(Replace([artist] [album], ,+), |))+typ:fonogram#</Item>
</Link>
I have tried the link with and without the Hexify() function, but it does not work with åäö in the artist or file name. Is there a way to change the åäö to something that can be understood? I had hoped that Hexify() would do that.
(If you are wondering about the replace | with nothing instruction in the code, this is just because I use | as a delimiter for multiple values in one field.)