When I had encountered some error in vscode xdebug.
Sometimes Exception message is not represeted as UTF-8. So I can’t understand its messages.
I set php.ini charactaer encoding to utf-8 and vscode too.
What should I do to translate it to utf-8?
I set my character set to utf-8 in config of vscode and php.ini.