Fix charset issues with id3v2 tags. id3v2 doesn't do charset conversion according to the current locale, so trying to use UTF-8 in tag fields causes the resulting tag to contain UTF-8 but without the proper encoding type. This causes other programs to display tag contents as gibberish. This patch fixes the program so that proper conversion is made, and anything outside of iso-8859-1 will be encoded as UTF-16, properly marked.
this patch modifies the makefile to: - Install the binary in /usr instead of /opt/local. - Not strip the binary. diff -Naur id3v2-0.1.12.orig//Makefile id3v2-0.1.12/Makefile