EPG par défaut envoyé en ISO-8859-1 diff -Nru vdr-1.5.3/libsi/si.c vdr-1.5.3-modifie/libsi/si.c --- vdr-1.5.3/libsi/si.c 2007-06-10 11:31:34.000000000 +0200 +++ vdr-1.5.3-modifie/libsi/si.c 2007-06-12 15:14:06.000000000 +0200 @@ -339,7 +339,7 @@ // default ISO6937 is returned. If a table can be determined, the buffer // and length are adjusted accordingly. static const char *getCharacterTable(const unsigned char *&buffer, int &length, bool *isSingleByte = NULL) { - const char *cs = "ISO6937"; + const char *cs = "ISO-8859-1"; if (isSingleByte) *isSingleByte = false; if (length <= 0)