mpc tags problem with unicode (utf-8)
When your console or gtk are working in unicode charset mppenc write bad tags (for accents, etc...)
You can correct this problem : add in the tags.c file at line 704 :
converttoutf8 = 0;
This force no translation when mppenc write tags...
It works very well... And you don't have to re-tag the files with original characters... :lol:
|