]> git.tuebingen.mpg.de Git - paraslash.git/commit
mp3_afh: Switch to UTF-8 encoding.
authorAndre Noll <maan@systemlinux.org>
Sun, 3 Jun 2012 20:00:31 +0000 (22:00 +0200)
committerAndre Noll <maan@systemlinux.org>
Sun, 23 Dec 2012 14:03:10 +0000 (15:03 +0100)
commita998048a7a99a5d8327896ecee3cecc4ae7e8368
treec337ca1c29085cc38c7a060e6838b9a1bc1301fd
parentf78b535b0d7863152b7ca463b2b499485f4ea1a7
mp3_afh: Switch to UTF-8 encoding.

The interface of libid3tag allows to get the tag contents in various
formats. Currently, we always call the latin1 variants of these
library functions.

However, as UTF-8 encoding is more widespread these days and almost
all distributions, including the two year old Ubuntu lucid, have
switched to UTF-8, UTF-8 is probably a better choice today.

This patch changes mp3_afh.c to use the UTF-8 variants instead.
mp3_afh.c