Skip to content
  • Volker Krause's avatar
    Improve string normalization, and use that for airport name matching · 9fa1a980
    Volker Krause authored
    So far we were just doing case folding, now we also do Unicode
    decomposition to remove diacritic marks. This reduces the airport
    string table size by ~5% without compromising quality.
    
    This approach should also be helping for matching non-ASCII names in
    IATA boarding passes to their normal spelling.
    9fa1a980