Patch #1204
closedPatch for scramble of PDF properties in UTF-8 environment
0%
Description
Hi, forks,
Thank you for the development of such a great product!
For PDF properties (such as Title, Author, and else), the encoding
of multi-byte characters should be UTF-16BE with BOM prefix, not UTF-8.
Below is a patch for this problem. The patch will provide
method overridings of SetTitle() and textstring(),
which are original in vendor/plugins/rfpdf/lib/rfpdf/fpdf.rb.
I have checked this patch in Japanese environment (see attached images),
but I suppose it should be applicable to other multi-byte environments
(such as Chinese, Korean, and so on) encoded by UTF-8.
Thank you for your consideration in advance.
Best Regards,
Hajime BABA
Files
Updated by Thomas Lecavelier over 16 years ago
- Target version changed from 0.7.1 to 0.8
Version 0.7.1 was released. Switch to 0.8.
Updated by Jeffrey Hulten almost 16 years ago
This patch applied cleanly for me but I am unsure of how to test it or what else needs to be done to accept it.
Updated by Jean-Philippe Lang almost 16 years ago
- Target version changed from 0.8 to 0.8.1
Updated by Jean-Philippe Lang almost 16 years ago
- Status changed from New to Closed
Committed in r2233. Thanks.