Bug #3555
SNP naming fail at "umlaute"
100%
Description
snp naming fail if the name includes a ä, ö or ü.
WDR Köln should be wdrkoln, at the moment it is wdrkln.
Files
History
Updated by C vH almost 9 years ago
also a problem at the srp names,
srp icon is at format (https://github.com/picons/picons-source)
1_0_1_157F_41F_1_C00000_0_0_0.png
Tvh expect (19 is Astra 19.2)
1_0_19_157F_41F_1_C00000_0_0_0.png
It seems there was a change that always 1_0_1_... is used to prevent issues for different configurations.
Updated by Jaroslav Kysela over 8 years ago
Hmm. there are intlconv_utf8safestr(intlconv_charset_id("ASCII", 1, 1) calls right before the snp name generation, so the internal specific chars should be converted to ASCII. Something is broken.
src/channels.c : channel_get_icon() fcn...
I don't see (cannot reproduce) this issue...
Updated by Jaroslav Kysela over 8 years ago
- Status changed from New to Fixed
- % Done changed from 0 to 100
Applied in changeset commit:tvheadend|f5b237c3e63e713847108bfc80a49bef6a1ca31a.
Updated by Jaroslav Kysela over 8 years ago
srp names - v4.1-1490-gf5b237c : select 'force service type to 1' in picon scheme (global config); this value is the service type not the satellite position...
Updated by C vH over 8 years ago
srp is now working well ! tx
snp still problematic - could there be a problem at compile time (I use the OpenELEC version)?
(see pictures how I reproduce the problem)
Go to channels
- rename the logo path to something > save (1234) remove the logo path -> save (resulting in Tvh generated channel name)
Updated by Jaroslav Kysela over 8 years ago
TVH uses intlconv (build-in glibc functions or external library). It seems that your intlconv library cannot do TRANSLIT . https://www.gnu.org/software/libiconv/