mirror of
https://github.com/redmine/redmine.git
synced 2026-01-08 16:42:54 +01:00
PDF: change Shift_JIS to SHIFT_JIS in lib/redmine/export/pdf.rb for Japanese ja.yml general_pdf_encoding (#8565, #61).
git-svn-id: svn+ssh://rubyforge.org/var/svn/redmine/trunk@6012 e93f8b46-1217-0410-a6f0-8f06a7374b81
This commit is contained in:
@@ -49,7 +49,7 @@ module Redmine
|
||||
AddUHCFont()
|
||||
@font_for_content = 'UHC'
|
||||
@font_for_footer = 'UHC'
|
||||
when 'CP932', 'SJIS', 'Shift_JIS'
|
||||
when 'CP932', 'SJIS', 'SHIFT_JIS'
|
||||
extend(PDF_Japanese)
|
||||
AddSJISFont()
|
||||
@font_for_content = 'SJIS'
|
||||
|
||||
Reference in New Issue
Block a user