Skip to content

Instantly share code, notes, and snippets.

@alexalouit
Created April 18, 2017 21:03
Show Gist options
  • Save alexalouit/4701c95bf339f53a0147735ba738fdb9 to your computer and use it in GitHub Desktop.
Save alexalouit/4701c95bf339f53a0147735ba738fdb9 to your computer and use it in GitHub Desktop.
Unicode decompose/compose
$ apt-get install convmv
# more at https://linux.die.net/man/1/convmv
# compose (can be use as --nfd to decompose):
convmv -r -f utf-8 -t utf-8 --nfc --preserve-mtimes --nosmart --notest .
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment