Open GoogleCodeExporter opened 9 years ago
Since PHP doesn't know anything about the charset of a string, the most
transparent way of showing variables is in a byte-transparent manner. I'd
suggest assuming ISO 8859-1, as per HTTP, but maybe there's a better
alternative.
Hence, an UTF-8 "ä" should be displayed as "ä". xdebugclient currently
shows "??".
Original comment by andrerdn...@googlemail.com
on 17 Jun 2011 at 12:49
Original issue reported on code.google.com by
shoutaro...@betatechnology.jp
on 17 Jun 2011 at 6:32