[#437] Move the encoding to the top of pdf.rb for Ruby 1.9
This commit is contained in:
parent
790bb362c5
commit
821d9f5ca4
|
@ -1,3 +1,4 @@
|
||||||
|
# encoding: utf-8
|
||||||
#-- copyright
|
#-- copyright
|
||||||
# ChiliProject is a project management system.
|
# ChiliProject is a project management system.
|
||||||
#
|
#
|
||||||
|
@ -11,8 +12,6 @@
|
||||||
# See doc/COPYRIGHT.rdoc for more details.
|
# See doc/COPYRIGHT.rdoc for more details.
|
||||||
#++
|
#++
|
||||||
|
|
||||||
# encoding: utf-8
|
|
||||||
|
|
||||||
require 'iconv'
|
require 'iconv'
|
||||||
require 'rfpdf/fpdf'
|
require 'rfpdf/fpdf'
|
||||||
require 'fpdf/chinese'
|
require 'fpdf/chinese'
|
||||||
|
|
Loading…
Reference in New Issue