From ed8b82b012182685cb0feccd1031f47f3b44061c Mon Sep 17 00:00:00 2001 From: Toshi MARUYAMA Date: Sun, 10 Apr 2011 08:33:33 +0000 Subject: PDF: set general_pdf_encoding UTF-8 on non CJK and Thailand locales (#61). Current trunk uses TCPDF without general_pdf_encoding value on non CJK and Thailand locales. This commit purpose is preparing switching TCPDF or FPDF with general_pdf_encoding value instead of language value such as 'ja'. git-svn-id: svn+ssh://rubyforge.org/var/svn/redmine/trunk@5382 e93f8b46-1217-0410-a6f0-8f06a7374b81 --- config/locales/hu.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'config/locales/hu.yml') diff --git a/config/locales/hu.yml b/config/locales/hu.yml index 2cb0be2d8..330d08164 100644 --- a/config/locales/hu.yml +++ b/config/locales/hu.yml @@ -155,7 +155,7 @@ general_csv_separator: ',' general_csv_decimal_separator: '.' general_csv_encoding: ISO-8859-2 - general_pdf_encoding: ISO-8859-2 + general_pdf_encoding: UTF-8 general_first_day_of_week: '1' notice_account_updated: A fiók adatai sikeresen frissítve. -- cgit v1.2.3