2
2

Delete article

Deleted articles cannot be recovered.

Draft of this article would be also deleted.

Are you sure you want to delete this article?

More than 5 years have passed since last update.

RedmineのCSVおよびPDFの文字化けを解消

Posted at

自分のタスク管理用に稼働させているRedmineでCSVやPDFを出力すると文字化けが発生します。これを解消したので、手順を説明します。

前提

手順

PDFおよびCSVの文字化けを回避する — Redmine.JPによれば、config/locales/ja.ymlを開き、general_csv_encoding: CP932にすれば良いとのこと。

rhc git-clone myredmineで稼働中のソースコードを取得して、config/locales/ja.ymlを開いたところ、既にgeneral_csv_encoding: CP932になっていました。

試しにgeneral_csv_encoding: SJISに設定してgit pushしたところ、文字化けが解消しました。

2
2
0

Register as a new user and use Qiita more conveniently

  1. You get articles that match your needs
  2. You can efficiently read back useful information
  3. You can use dark theme
What you can do with signing up
2
2

Delete article

Deleted articles cannot be recovered.

Draft of this article would be also deleted.

Are you sure you want to delete this article?