From 2a8ae8e012ba9983693f1ffa91857cd657550759 Mon Sep 17 00:00:00 2001 From: Marc Delisle Date: Tue, 18 Jun 2002 23:11:33 +0000 Subject: [PATCH] clarification --- config.inc.php3 | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/config.inc.php3 b/config.inc.php3 index 5f80ab514..7ff6f2993 100755 --- a/config.inc.php3 +++ b/config.inc.php3 @@ -198,12 +198,16 @@ $cfg['DefaultLang'] = 'en'; /** * Charset conversion settings */ -// Default charset to use for recoding of MySQL queries +// Default charset to use for recoding of MySQL queries, does not take +// any effect when charsets recoding is switched off by +// $cfg['AllowAnywhereRecoding'] or in language file // (see $cfg['AvailableCharsets'] to possible choices, you can add your own) $cfg['DefaultCharset'] = 'iso-8859-1'; + // Allow charset recoding of MySQL queries, must be also enabled in language // file to make harder using other language files than unicode. $cfg['AllowAnywhereRecoding'] = TRUE; + // Force: always use this language - must be defined in // libraries/select_lang.lib.php3 // $cfg['Lang'] = 'en';