This topic is locked

Charset problem Acces DB

11/7/2012 10:46:12 AM
PHPRunner General questions
P
Philip author

I recently changed my PHPR 6.2 / 13725 project on the tab MISC the 'output code page' to UTF-8.

Everything works fine (page is presented correct, simple mails are formatted correct, i.e. foreign characters as used in Europe are fine).
Just one thing is strnge: when I download my Access DB the foreign characters are stored wrong with weared characters.

Any idea whats going wrong? Do I have to set up something special in my Acces DB?
Philip

C
cgphp 11/7/2012

Open the dbcommon.php file and check the value of the $cCharset variable. The dbcommon.php file is located in the include folder.

P
Philip author 11/7/2012



Open the dbcommon.php file and check the value of the $cCharset variable. The dbcommon.php file is located in the include folder.


Christian,
The values are:
$cCharset = "utf-8";

$cCodepage = 65001;

$cMySQLNames = "";

$gLoadSearchControls = 30;
Is that correct?
Philip