I am using an external database which runs on ISO-8859-1, so I have configured:
German Umlauts show up absolutely correct in OTRS (e. g. a company named 'Zügel' is shown exactly as 'Zügel').SourceCharset => 'iso-8859-1',
DestCharset => 'utf-8',
But when I want to search / filter for customer like '*Zügel*' I do not get any results -- until I am masking the Umlaut like '*Z*gel' which is an effective workaround.
So if this is my fault, please tell me where I could have caused that strange behaviour. If this is not my fault, please confirm that it is either a bug or wanted behaviour!
(viewtopic.php?f=35&t=25646)