[#437] Move the encoding to the top of pdf.rb for Ruby 1.9

pull/351/head
Eric Davis 14 years ago
parent 790bb362c5
commit 821d9f5ca4
  1. 3
      lib/redmine/export/pdf.rb

@ -1,3 +1,4 @@
# encoding: utf-8
#-- copyright
# ChiliProject is a project management system.
#
@ -11,8 +12,6 @@
# See doc/COPYRIGHT.rdoc for more details.
#++
# encoding: utf-8
require 'iconv'
require 'rfpdf/fpdf'
require 'fpdf/chinese'

Loading…
Cancel
Save