infoderm / patients

:face_with_thermometer: Patients meteor app
GNU Affero General Public License v3.0
5 stars 2 forks source link

Use better transliteration helper function #381

Open make-github-pseudonymous-again opened 3 years ago

make-github-pseudonymous-again commented 3 years ago

We currently use lodash.deburr but @sindresorhus/transliterate may be better.

make-github-pseudonymous-again commented 2 years ago

Note that the current implementation of the latter is an expensive wrapper around the former.