Skip to content

Commit

Permalink
Fix utf-8 encoding string
Browse files Browse the repository at this point in the history
unknown encoding name "UTF-8>" for lib/stimmung.rb, skipping
  • Loading branch information
franciscolourenco committed Apr 23, 2016
1 parent da51c48 commit 1c1483c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions lib/stimmung.rb
@@ -1,4 +1,4 @@
#<Encoding:UTF-8>
#encoding: utf-8

class Stimmung
attr_accessor :words
Expand All @@ -22,4 +22,4 @@ def load_dictionary(*files)
end
end
end
end
end

0 comments on commit 1c1483c

Please sign in to comment.