LoginSignup
26
26

More than 5 years have passed since last update.

ファイルから読み込む時に自動的にBOMを削除する

Last updated at Posted at 2012-04-28
content = open(file, 'r:BOM|UTF-8') {|f| f.read}

ファイルを開く時の外部エンコーディング指定に BOM| をつけると、自動的にBOMを取り除いてくれます。

26
26
0

Register as a new user and use Qiita more conveniently

  1. You get articles that match your needs
  2. You can efficiently read back useful information
  3. You can use dark theme
What you can do with signing up
26
26