Working with PHPEdit 3.6
My databse and every table are UTF8 encoded
Firefox display is UTF8 encoded
When reading the datas I can control the encoding in the debugger by the
result of : :
$sEncoding = mb_detect_encoding($enreg['element'],'UTF-8,
ISO-8859-1');
On the final display datas are displayed with the correct french
accented characters
But when reading the content of the variables in the debugger the
display looks like acting with ISO8859-1
Wher can I configure the system [PHPEdit/XDebug] for a coherent display
Received on Mon Mar 15 2010 - 10:48:30 GMT
This archive was generated by hypermail 2.2.0 : Mon Jun 25 2018 - 06:00:04 BST