Windows 推奨は UTF-16 LE.(BOM つき)
時々 UTF-16 LE に変換しないといけないときもある.
ありがとうございます.
( printf "\xff\xfe" ; iconv -f utf-8 -t utf-16le UTF-8-FILE ) > UTF-16-FILE
Go to list of users who liked
More than 3 years have passed since last update.
Windows 推奨は UTF-16 LE.(BOM つき)
時々 UTF-16 LE に変換しないといけないときもある.
ありがとうございます.
( printf "\xff\xfe" ; iconv -f utf-8 -t utf-16le UTF-8-FILE ) > UTF-16-FILE
Register as a new user and use Qiita more conveniently
Go to list of users who liked