From 3915b692a140cf5733dceb602630535c835671b9 Mon Sep 17 00:00:00 2001 From: Mike Date: Fri, 26 Jul 2013 16:30:15 +0200 Subject: [PATCH] Tell Ruby 2.0 to use US-ASCII encoding for vcard.rb This fixes #5. Ruby 2.0 assumes UTF-8 sourcefile encoding. --- lib/vpim/vcard.rb | 2 ++ 1 file changed, 2 insertions(+) diff --git a/lib/vpim/vcard.rb b/lib/vpim/vcard.rb index 0298ef0..0647f1e 100644 --- a/lib/vpim/vcard.rb +++ b/lib/vpim/vcard.rb @@ -1,3 +1,5 @@ +# encoding: US-ASCII + =begin Copyright (C) 2008 Sam Roberts