I am creating a custom build system. The third-party app returns result text with the following symbols:
- \xd0\x9a\xd0\xb0\xd0\xb6\xd0\xb5\xd1\x82\xd1\x81\xd1\x8f
- \u0430\u043d\u0433\u043b\u0438\u0439\u0441\u043a\u0438\u0439
- \u00a0\u00a0
Is there any way to get the result as human-readable?
I tried to play with env
and encoding
options, but it didn't help.