diff -r -u a/lib/redmine/export/pdf.rb b/lib/redmine/export/pdf.rb --- a/lib/redmine/export/pdf.rb 2011-04-03 23:49:32.000000000 +0900 +++ b/lib/redmine/export/pdf.rb 2011-04-04 07:42:12.000000000 +0900 @@ -144,8 +144,6 @@ def fix_text_encoding(txt) @ic ||= Iconv.new(l(:general_pdf_encoding), 'UTF-8') - # these quotation marks are not correctly rendered in the pdf - txt = txt.gsub(/[“�]/, '"') if txt txt = begin # 0x5c char handling txtar = txt.split('\\') diff -r -u a/vendor/plugins/rfpdf/lib/fpdf/chinese.rb b/vendor/plugins/rfpdf/lib/fpdf/chinese.rb --- a/vendor/plugins/rfpdf/lib/fpdf/chinese.rb 2011-04-03 23:50:16.000000000 +0900 +++ b/vendor/plugins/rfpdf/lib/fpdf/chinese.rb 2011-04-03 23:50:48.000000000 +0900 @@ -130,7 +130,7 @@ nb=s.length i=0 while(i