--- libsi/si.c.orig	2007-06-28 14:37:28.000000000 +0200
+++ libsi/si.c	2007-06-28 14:35:45.000000000 +0200
@@ -340,5 +340,6 @@
 // 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 = "ISO6937";
+   const char *cs = "ISO8859-15";
    if (isSingleByte)
       *isSingleByte = false;
