Created
December 22, 2012 06:07
-
-
Save sky-y/4357723 to your computer and use it in GitHub Desktop.
iconv(Shell Script): Macで濁点が分離する問題を直す (Unicode NFD to NFC)
This file contains 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
#!/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