getID3 icon indicating copy to clipboard operation
getID3 copied to clipboard

Using iconv with //TRANSLIT is broken on musl libc

Open Bevinsky opened this issue 6 years ago • 0 comments

Musl iconv does not support the glibc //TRANSLIT extension, but it's still being used:

https://github.com/JamesHeinrich/getID3/blob/8553baf78653075a9b34687fa732a95399fd2f57/getid3/getid3.lib.php#L1296

The changelog for 1.9.10 mentions that the TRANSLIT problem was solved, but the fix was broken and reverted.

Simply removing the TRANSLIT would make getID3 work on musl libc.

Bevinsky avatar Feb 06 '19 23:02 Bevinsky