/[projects]/android/TrainInfoCommon/src/dk/thoerup/android/traininfo/common/StationEntry.java
ViewVC logotype

Diff of /android/TrainInfoCommon/src/dk/thoerup/android/traininfo/common/StationEntry.java

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 1560 by torben, Fri Jul 8 12:11:49 2011 UTC revision 1561 by torben, Fri Jul 8 15:39:44 2011 UTC
# Line 51  public class StationEntry implements Ser Line 51  public class StationEntry implements Ser
51                    
52          public void updateSearch() {                      public void updateSearch() {            
53                  this.nameLower = name.toLowerCase();                  this.nameLower = name.toLowerCase();
54                  this.nameInternational = name.toLowerCase().replace("æ", "ae").replace("ø", "oe").replace("å", "aa");                  this.nameInternational = name.toLowerCase().replace("æ", "ae").replace("ø", "oe").replace("Ã¥", "aa");
55          }          }
56                    
57                    

Legend:
Removed from v.1560  
changed lines
  Added in v.1561

  ViewVC Help
Powered by ViewVC 1.1.20