Description: Add encoding information
Author: Christopher Baines <cbaines8@gmail.com>
Last-Update: 2013-03-10
Bug: https://github.com/infused/dbf/pull/52

--- ruby-dbf-2.0.3.orig/spec/dbf/record_spec.rb
+++ ruby-dbf-2.0.3/spec/dbf/record_spec.rb
@@ -1,3 +1,5 @@
+Encoding.default_external='UTF-8' if defined? Encoding
+
 require "spec_helper"
 
 describe DBF::Record do
