How to see a response header in UTF-8?

Hi guys,

I’m sending a GET request and receive in the Header

Content-Disposition: inline; filename="Доход в 4 квартале.doc"

When reviewing Wireshark I can see that the response has correct value

Advanced REST Client can handle this and shows the correct value.

Content-Disposition: inline; filename="Доход в 4 квартале.doc"

Is it possible to see the response header in UTF-8 in Postman?

Thanks