Studio-42 / elFinder

📁 Open-source file manager for web, written in JavaScript using jQuery and jQuery UI
https://studio-42.github.io/elFinder/
Other
4.6k stars 1.41k forks source link

Please extend Normalizer with diacritics remover #3628

Closed applibs closed 3 months ago

applibs commented 6 months ago

Please add this usefull function into Normalizer. Thank you very much.

if($opts['diacritics'] && class_exists('Transliterator')) {
            $transliterator = Transliterator::createFromRules(':: Any-Latin; :: Latin-ASCII; :: NFD; :: [:Nonspacing Mark:] Remove;', Transliterator::FORWARD);
            $str = $transliterator?->transliterate($str);
        }
github-actions[bot] commented 4 months ago

This issue is stale because it has been open for 50 days with no activity.

github-actions[bot] commented 3 months ago

This issue was closed because it has been inactive for 14 days since being marked as stale.