From 180c2b17a572d5f039079a6b368b2b6a5feee450 Mon Sep 17 00:00:00 2001 From: Francisco Rojas Date: Sun, 25 Jan 2015 11:21:50 -0800 Subject: [PATCH] Specify utf8 enconding on code file --- lib/iso4217/code.rb | 1 + 1 file changed, 1 insertion(+) diff --git a/lib/iso4217/code.rb b/lib/iso4217/code.rb index 2ad8f58..f54e8cc 100644 --- a/lib/iso4217/code.rb +++ b/lib/iso4217/code.rb @@ -1,3 +1,4 @@ +# encoding: UTF-8 module ISO4217 CODE["AED"] = ISO4217::Code.new( :code => "AED",