how to enable the charset choice for exported file

This commit is contained in:
Marc Delisle
2005-07-13 16:30:12 +00:00
parent 48366e0746
commit 2648aa2e17
2 changed files with 6 additions and 0 deletions

View File

@@ -5,6 +5,9 @@ phpMyAdmin - Changelog
$Id$ $Id$
$Source$ $Source$
2005-07-13 Marc Delisle <lem9@users.sourceforge.net>
* Documentation.html: how to enable the charset choice for exported file
2005-07-13 Michal Čihař <michal@cihar.com> 2005-07-13 Michal Čihař <michal@cihar.com>
* libraries/common.lib.php: Use eval for config file including to catch * libraries/common.lib.php: Use eval for config file including to catch
parse errors (bug #1223319), on error page display config file that parse errors (bug #1223319), on error page display config file that

View File

@@ -1388,6 +1388,9 @@ Defaults to FALSE (drop-down). <br />
and used language file must have it enabled (by default only these and used language file must have it enabled (by default only these
which are in Unicode, just to avoid losing some characters). which are in Unicode, just to avoid losing some characters).
<br /><br /> <br /><br />
Setting this to <tt>TRUE</tt> also activates a pull-down menu
in the Export page, to choose the character set when exporting a file.
<br /><br />
</dd> </dd>
<dt><b>$cfg['RecodingEngine'] </b>string</dt> <dt><b>$cfg['RecodingEngine'] </b>string</dt>