|
I have the same problem as above. After some research, I found the program save the the playlist into .mpl file in both playlists and system directory. The problem is that program save it into UTF-8 format, but when program to reload these file, it load it as plain ASCII file, which result these weird character.
There is two way to resolve this problem:
1. save the file into unicode file
2. when read file, read it as utf-8 format
either way will solve the problem. Hopefully, this problem will be solved soon, since it has to be done from the source code, it is totally depends on the author.
|