Skip to content

Instantly share code, notes, and snippets.

@hurlebouc
Last active November 27, 2022 10:18
Show Gist options
  • Select an option

  • Save hurlebouc/06848d3c2e31acebe8a9 to your computer and use it in GitHub Desktop.

Select an option

Save hurlebouc/06848d3c2e31acebe8a9 to your computer and use it in GitHub Desktop.
Command to convert *on Linux* unicode with NFD (Mac OSX) to unicode with NFC (Linux).
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