diff --git a/iconv-name.diff b/iconv-name.diff index a6019f2..a959a8b 100644 --- a/iconv-name.diff +++ b/iconv-name.diff @@ -1,8 +1,16 @@ From: Jan Engelhardt Date: 2018-04-11 20:00:58.584068848 +0200 +References: https://sourceware.org/bugzilla/show_bug.cgi?id=23048 + +libsiconv can/will use libc iconv if it knows about a particular +character set (or pair thereof), and will fall back to its own +implementation and tables otherwise. glibc fails to offer the +"cp10000" identifier, but it does have the desired table under a +different name. + +Change the name in .c so we do not need to install the cp10000 siconv +table. -Workaround a shortcoming in glibc which lacks cp1XXX identifiers -without having to install any siconv tables. --- mkisofs/mkisofs.8 | 13 ++++++------- mkisofs/mkisofs.c | 4 ++--