Merged r6011 from trunk.

PDF: add Japanese comment of ja.yml general_pdf_encoding *CP932* and *SJIS* in JRuby and CRuby (#8565, #61).

git-svn-id: svn+ssh://rubyforge.org/var/svn/redmine/branches/1.2-stable@6015 e93f8b46-1217-0410-a6f0-8f06a7374b81
This commit is contained in:
Toshi MARUYAMA 2011-06-08 23:53:03 +00:00
parent 6280d9e9b2
commit 887e7c6781
1 changed files with 8 additions and 0 deletions

View File

@ -158,6 +158,14 @@ ja:
general_csv_separator: ','
general_csv_decimal_separator: '.'
general_csv_encoding: CP932
## Redmine 1.2.0 現在、この値によって、pdfの出力のフォントを切り替えています。
## CRuby では CP932 にしてください。
## JRuby 1.6.2 (ruby-1.8.7-p330) では、CP932 ですと
## Iconv::InvalidEncoding例外が発生します。
## JRuby では、SJIS か Shift_JIS にしてください。
## ご存知の通り、CP932 と SJIS は別物ですが、
## そこまでの検証はしていません。
# general_pdf_encoding: SJIS
general_pdf_encoding: CP932
general_first_day_of_week: '7'