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("file://" + path)<br>UnicodeEncodeError: 'ascii' codec can't encode characters in position 19-25: ordinal not in range(128)<br>
<br>the program is written in Python<br>