Commit 821d9f5c authored by Eric Davis's avatar Eric Davis

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

parent 790bb362
# encoding: utf-8
#-- copyright #-- copyright
# ChiliProject is a project management system. # ChiliProject is a project management system.
# #
...@@ -11,8 +12,6 @@ ...@@ -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'
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment