Skip to content

Instantly share code, notes, and snippets.

@aruku7230
Forked from hurlebouc/nfd2nfc
Last active November 27, 2022 10:23
Show Gist options
  • Select an option

  • Save aruku7230/e036213d66107ba8d3376c302e5ccde1 to your computer and use it in GitHub Desktop.

Select an option

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).
# 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