grip and gstreamer don’t support Chinese song titles well. But there is a trick to re-code GB2312/BIG5/…. format CDDB information into UTF-8 by using:
iconv -f GB2312 -t UTF-8 foo > foobar
grip and gstreamer don’t support Chinese song titles well. But there is a trick to re-code GB2312/BIG5/…. format CDDB information into UTF-8 by using:
iconv -f GB2312 -t UTF-8 foo > foobar
Comments are closed.
although there are several functions to use:
http://www.adgrupa.com.pl/poczta/openwebmail/iconv.pl
http://prato.bokele.com/?ArticleID=15384
I think convertz is a really nice program.