Defect #8565
JRuby: Japanese PDF export error
Status: | Closed | Start date: | 2011-06-08 | |
---|---|---|---|---|
Priority: | Normal | Due date: | ||
Assignee: | % Done: | 0% | ||
Category: | PDF export | |||
Target version: | 1.2.1 | |||
Resolution: | Fixed | Affected version: | 1.2.0 |
Description
Iconv::InvalidEncoding in IssuesController#index
invalid encoding
org/jruby/RubyIconv.java:236:in `initialize'
/REDMINE-1/hg-workdir/hg-bb-work/lib/redmine/export/pdf.rb:40:in `initialize'
/REDMINE-1/hg-workdir/hg-bb-work/lib/redmine/export/pdf.rb:125:in `issues_to_pdf'
/REDMINE-1/hg-workdir/hg-bb-work/app/controllers/issues_controller.rb:95:in `index'
/REDMINE-1/hg-workdir/hg-bb-work/app/controllers/issues_controller.rb:90:in `index'
Related issues
Associated revisions
History
#1
Updated by Toshi MARUYAMA about 11 years ago
The reason is JRuby Iconv does not support CP932.
#2
Updated by Toshi MARUYAMA about 11 years ago
- Target version deleted (
1.2.1)
#3
Updated by Toshi MARUYAMA about 11 years ago
- Target version set to 1.2.1
#4
Updated by Toshi MARUYAMA about 11 years ago
- Status changed from New to Closed
- Resolution set to Fixed
Committed in trunk and 1.2-stable.