Hello, i am writing a music player and i want to know if gstreamer supports utf-8 and unicode because i have a problem here:<br><br>info = newitem.discover_uri(&quot;file://&quot; + path)<br>UnicodeEncodeError: &#39;ascii&#39; codec can&#39;t encode characters in position 19-25: ordinal not in range(128)<br>
<br>the program is written in Python<br>