-
-
Save aruku7230/e036213d66107ba8d3376c302e5ccde1 to your computer and use it in GitHub Desktop.
Command to convert *on Linux* unicode with NFD (Mac OSX) to unicode with NFC (Linux).
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| # Example: Convert `レポート.pdf` to `レポート.pdf` | |
| # Dry run. Use --notest to finally rename the files. | |
| convmv -f utf8 -t utf8 --nfc -r test |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment