Skip to content

Commit

Permalink
utf-8
Browse files Browse the repository at this point in the history
  • Loading branch information
orien committed Apr 10, 2014
1 parent ed08b00 commit 817451d
Show file tree
Hide file tree
Showing 7 changed files with 7 additions and 0 deletions.
1 change: 1 addition & 0 deletions lib/zip/zip.rb
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
# encoding: utf-8
require 'zip'

Zip::Zip = Zip
Expand Down
1 change: 1 addition & 0 deletions lib/zip/zipfilesystem.rb
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
# encoding: utf-8
require 'zip/zip'
require 'zip/filesystem'

Expand Down
1 change: 1 addition & 0 deletions test/0.9.9/gentestfiles.rb
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
# encoding: utf-8
class TestFiles
RANDOM_ASCII_FILE1 = "#{GEN_DIR}/randomAscii1.txt"
RANDOM_ASCII_FILE2 = "#{GEN_DIR}/randomAscii2.txt"
Expand Down
1 change: 1 addition & 0 deletions test/0.9.9/ioextrastest.rb
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
# encoding: utf-8
require '0.9.9/test_helper'

include IOExtras
Expand Down
1 change: 1 addition & 0 deletions test/0.9.9/zipfilesystemtest.rb
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
# encoding: utf-8
require '0.9.9/test_helper'
require 'zip/zipfilesystem'

Expand Down
1 change: 1 addition & 0 deletions test/0.9.9/ziptest.rb
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
# encoding: utf-8
require '0.9.9/test_helper'

include Zip
Expand Down
1 change: 1 addition & 0 deletions test/zip/zip_test.rb
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
# encoding: utf-8
require 'test_helper'

describe Zip, '#options[]' do
Expand Down

0 comments on commit 817451d

Please sign in to comment.