Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
ファイルエンコーディングをutf-8→euc-krに変更したいです。
ありがとう!
使用iconvツール:
iconv
iconv -f utf-8 -t euc-kr file
https://github.com/bnoordhuis/node-iconvには、外部ツールに頼らずに役立つnode.js ライブラリがあります。