SHA256
1
0
forked from pool/schily

Expand description for iconv-name.diff

OBS-URL: https://build.opensuse.org/package/show/utilities/schily?expand=0&rev=29
This commit is contained in:
Jan Engelhardt 2018-06-06 15:14:32 +00:00 committed by Git OBS Bridge
parent 2588b7d48a
commit f58706bf1e

View File

@ -1,8 +1,16 @@
From: Jan Engelhardt <jengelh@inai.de> From: Jan Engelhardt <jengelh@inai.de>
Date: 2018-04-11 20:00:58.584068848 +0200 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.8 | 13 ++++++-------
mkisofs/mkisofs.c | 4 ++-- mkisofs/mkisofs.c | 4 ++--