--- android/TrainInfoCommon/src/dk/thoerup/android/traininfo/common/StationEntry.java 2011/07/08 14:56:01 1560 +++ android/TrainInfoCommon/src/dk/thoerup/android/traininfo/common/StationEntry.java 2011/07/08 15:39:44 1561 @@ -51,7 +51,7 @@ public void updateSearch() { this.nameLower = name.toLowerCase(); - this.nameInternational = name.toLowerCase().replace("æ", "ae").replace("ø", "oe").replace("å", "aa"); + this.nameInternational = name.toLowerCase().replace("æ", "ae").replace("ø", "oe").replace("Ã¥", "aa"); }