Project

General

Profile

Bug #3555

SNP naming fail at "umlaute"

Added by C vH almost 9 years ago. Updated over 8 years ago.

Status:
Fixed
Priority:
Normal
Assignee:
-
Category:
General
Target version:
-
Start date:
2016-02-04
Due date:
% Done:

100%

Estimated time:
Found in version:
4.1-1476
Affected Versions:

Description

snp naming fail if the name includes a ä, ö or ü.
WDR Köln should be wdrkoln, at the moment it is wdrkln.


Files

2.png (10.6 KB) 2.png resulting name C vH, 2016-02-09 13:41
1.png (110 KB) 1.png removed logo path and clicked save C vH, 2016-02-09 13:41

History

#1

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.

#2

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...

#3

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.

#4

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...

#5

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)

#6

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/

#7

Updated by C vH over 8 years ago

tx look into it !

Also available in: Atom PDF