View Issue Details
ID | Project | Category | View Status | Date Submitted | Last Update |
---|---|---|---|---|---|
0001398 | Xdebug | Installation | public | 2017-02-13 22:09 | 2017-02-14 11:25 |
Reporter | ihorsl | Assigned To | derick | ||
Priority | low | Severity | minor | Reproducibility | always |
Status | resolved | Resolution | no change required | ||
Platform | Linux | OS | Debian | OS Version | 8.6 |
Product Version | 2.3.3 | ||||
Summary | 0001398: Can't get utf-8 locale | ||||
Description | I have set up xdebug twice First time from Debian binary package php5-xdebug 2.2.5-1 XDebug works both times But I have problem with setting up UTF-8 LOCALE both times Xdebug Simple DBGp client (0.10.0) Waiting for debug server to connect. Here is my locale : #locale | ||||
Tags | No tags attached. | ||||
Operating System | |||||
PHP Version | 5.6.30-5.6.35 | ||||
|
Xdebug only supports iso-8859-1 (or rather, just binary): https://github.com/xdebug/xdebug/blob/master/xdebug_handler_dbgp.c#L1224 You can query for which encodings are supported with the "supported_encodings" feature, which is documented in the 2nd table at https://xdebug.org/docs-dbgp.php#feature-names |