Answer the question
In order to leave comments, you need to log in
How can I configure XDebug and Eclipse IDE to correctly display UTF-8 characters in expressions and variables?
Basically everything is set. UTF-8 is specified everywhere. XDebug works, breakpoints are triggered, viewing the values of variables and expressions works. But there is one caveat ...
When creating array keys with Russian characters, in the expressions view window ("Expressions"), the keys are displayed by everyone with a familiar mess ("Ð ÑƒÑ Ñ ÐºÐ¸Ð¹") similar to when we look at a UTF-8 string in the wrong encoding (for example in win1251).
In this case, the values of the keys are displayed normally (in the correct encoding).
In the "PHP Debug" section, both encodings are in UTF-8.
The file code itself is in UTF-8.
In php.ini default_charset = "utf-8"
What and where else needs to be "tweaked" - broke his head.
If you have any ideas please help.
Answer the question
In order to leave comments, you need to log in
Didn't find what you were looking for?
Ask your questionAsk a Question
731 491 924 answers to any question