From: SourceForge.net <no...@so...> - 2012-10-30 14:05:30
|
The following forum message was posted by hapeter at http://sourceforge.net/projects/phppgadmin/forums/forum/115883/topic/6091422: Hi, dump does not use database incoding in dbexport.php. Possible solution: line 43: --- header('Content-Type: text/plain; charset="'.$data->codemap[$dbEncoding].'"'); --- line 136: --- $cmd .= ' -E '.$dbEncoding; --- Bests, Peter |