Open qqilihq opened 1 year ago
Thanks for reporting, as I mentioned in https://github.com/lovell/limax/issues/49#issuecomment-1642683049 it's probably a good time to vendor the upstream speakingurl and patch all the known bugs, which should allow us to drop the deburr dependency.
Happy to accept a PR to directly add the source code of https://github.com/pid/speakingurl/blob/master/lib/speakingurl.js (with the BSD-3-Clause licence added as a comment/header) instead of using it as a dependency.
Thank you for the feedback - I'll see if I find the time to come up with a MR during the next week 👍
Hi all,
previous versions of Limax mapped German umlauts to the proper counterpart (e.g.
ü
will becomeue
). With the change in #44 and 4.0 unfortunately this breaks, andü
will now be mapped to a simpleu
which would be considered “less correct” in German.Also, trying to fix it via a
custom
mapping will not help, as the_.deburr
replacement happens without considering the given mappings. Our current workaround replaces them before applying limax: