$ python -c "print('あいうえお'.encode('unicode-escape').decode('utf8'))" | gsed -e 's/\\u\(....\)/\&#x\1;/g' | nkf --numchar-input あいうえお
長いからめんどくさいのでaliasしようとしたら失敗した。なぜ
スポンサードリンク
$ python -c "print('あいうえお'.encode('unicode-escape').decode('utf8'))" | gsed -e 's/\\u\(....\)/\&#x\1;/g' | nkf --numchar-input あいうえお
長いからめんどくさいのでaliasしようとしたら失敗した。なぜ