This shows you the differences between two versions of the page.
utf8_nfd_nfc [2019-11-26 15:23:11] mi created |
utf8_nfd_nfc [2019-11-26 15:23:32] (current) mi |
||
---|---|---|---|
Line 5: | Line 5: | ||
== Find: | == Find: | ||
- | find . -type | perl -CS -MFile::Basename -MUnicode::Normalize -nle 'next if (/^[A-Za-z\d\_\. \-\/]+$/); $b=basename($_); $nfc=NFC($b); print if ($nfc ne $b)' | + | find . | perl -CS -MFile::Basename -MUnicode::Normalize -nle 'next if (/^[A-Za-z\d\_\. \-\/]+$/); $b=basename($_); $nfc=NFC($b); print if ($nfc ne $b)' |
== Rename: | == Rename: |