Skip to content
Commit 9fa1a980 authored by Volker Krause's avatar Volker Krause
Browse files

Improve string normalization, and use that for airport name matching

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.
parent 4cb73c44
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment