2d9c0bab54
In Europe Windows defaults to its own codepage cp1252 (also known as "WinLatin" or "Windows-1252"). cp1252 adds some characters to ISO-8859-1. Some mp3 tagging software on Windows uses cp1252 instead of ISO-8859-1. This violates the ID3 specification, which requires tags to be ISO-8859-1 or Unicode. However, similar violations are made for other codepages and supported by Rockbox using the "Default Codepage" setting. Add support for cp1252 to enable people using such broken tools to override the correct decoding to get their tags displayed properly. Change-Id: I9f2ec478afe2503e99ee8e6609416c92b0f453e0 Reviewed-on: http://gerrit.rockbox.org/209 Reviewed-by: Jens Arnold <amiconn@rockbox.org> Tested-by: Jens Arnold <amiconn@rockbox.org> |
||
---|---|---|
.. | ||
config.c | ||
crc32-mi4.c | ||
crc32-rkw.c | ||
crc32.c | ||
diacritic.c | ||
dir_uncached.c | ||
dircache.c | ||
disk.c | ||
file.c | ||
filefuncs.c | ||
format.c | ||
rbpaths.c | ||
strcasecmp.c | ||
strcasestr.c | ||
strlcat.c | ||
strlcpy.c | ||
strnatcmp.c | ||
structec.c | ||
timefuncs.c | ||
unicode.c | ||
version.c |