New: Upgrade FPDF to 1.6

New: Added keywords in PDF
Fix: Author, title and topic are correctly encoded i nPDF.
Fix: Now HTML output is always UTF8, this solve bad PDF encoding on old users.
This commit is contained in:
Laurent Destailleur
2009-01-15 22:49:06 +00:00
parent 8b1807a065
commit 8e06b62715
48 changed files with 6707 additions and 1206 deletions

View File

@@ -121,14 +121,6 @@ $dolibarr_main_db_character_set="latin1";
$dolibarr_main_db_collation="latin1_swedish_ci";
# character_set_client
# Page code for HTML outputs.
# Default value: UTF-8
# Possible values: UTF-8, ISO-8859-1
#
#$character_set_client="UTF-8";
# dolibarr_main_authentication
# This parameter contains the way authentication is done.
# If value "ldap" is used, you must also set parameters dolibarr_main_auth_ldap_*