special character(á,┬á) in REST API response
I am making REST call for an artiact in DNG using a perl script. I am able to get response for given artifact but also getting some special character like (á,┬á) especially for text present in <primaryText> field of artifact.
This is observed for the lines which are empty in Description of artifact.
I wanted to know how to supress them or avoid them in REST in script.
Tried with charset; UTF-8, but not success