lib/datev/export.rb in datev-0.1.0 vs lib/datev/export.rb in datev-0.1.1

- old
+ new

@@ -2,10 +2,10 @@ require 'datev/header' require 'datev/booking' module Datev class Export - CSV_OPTIONS = { :col_sep => ';' } + CSV_OPTIONS = { :col_sep => ';', :encoding => 'windows-1252' } DEFAULT_HEADER_ATTRIBUTES = { 'DATEV-Format-KZ' => 'EXTF', 'Versionsnummer' => 510, 'Datenkategorie' => 21,