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

This commit is contained in:
Eric Davis 2011-05-30 14:20:20 -07:00
parent 12e29be604
commit f0987c8238
1 changed files with 1 additions and 2 deletions

View File

@ -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'