lichess-org / lila

♞ lichess.org: the forever free, adless and open source chess server ♞
https://lichess.org
GNU Affero General Public License v3.0
14.97k stars 2.22k forks source link

Broadcast FIDE player guessing + replacements: match characters ä, ö, ü, ß #15152

Open AAArmstark opened 3 months ago

AAArmstark commented 3 months ago

ö < - > oe ä < - > ae ü < - > ue ß < - > ss

The characters on the left are very common in for example German names and included in broadcast sources like the German Bundesliga, but the FIDE player guessing won't work because FIDE always uses the characters on the right (Matthias Blübaum -> Matthias Bluebaum) and the best way to handle this currently is to add multiple entries for the same player in the broadcast player replacements to make one of the names match.

kraktus commented 3 months ago

closed by https://github.com/lichess-org/lila/pull/15235

tors42 commented 3 months ago

15235 only targeted half of this issue (the "+ replacements" part),

the "FIDE player guessing" part is remaining