From b4f53dbcb6cb67e7d20cc2fcd9dc4df9ea78d634 Mon Sep 17 00:00:00 2001 From: Renato Silva Date: Tue, 2 Dec 2014 21:13:28 -0200 Subject: [PATCH] Declare encoding of the Ruby implementation as UTF-8. --- easyoptions.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/easyoptions.rb b/easyoptions.rb index 28f26cd..b7badff 100644 --- a/easyoptions.rb +++ b/easyoptions.rb @@ -1,5 +1,5 @@ #!/usr/bin/env ruby -# Encoding: ISO-8859-1 +# Encoding: UTF-8 ## ## EasyOptions 2014.12.2