[#437] Move the encoding to the top of pdf.rb for Ruby 1.9
This commit is contained in:
parent
12e29be604
commit
f0987c8238
|
@ -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…
Reference in New Issue