Skip to content

Instantly share code, notes, and snippets.

@sky-y
Created December 22, 2012 06:07
Show Gist options
  • Save sky-y/4357723 to your computer and use it in GitHub Desktop.
Save sky-y/4357723 to your computer and use it in GitHub Desktop.
iconv(Shell Script): Macで濁点が分離する問題を直す (Unicode NFD to NFC)
#!/bin/sh
# Unicode NFD to NFC
# 標準出力に出力されるので、適当にパイプで処理する
iconv -f UTF-8-MAC -t UTF-8 input.txt
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment