--- psiconv/trunk/lib/psiconv/configuration.c 2004/01/04 15:47:16 181 +++ psiconv/trunk/lib/psiconv/configuration.c 2004/01/04 22:07:02 182 @@ -105,7 +105,7 @@ psiconv_fatal(*config,0,0,"Configuration file %s, line %d: " "BlueBits should be between 1 and 32 or 0",filename,linenr); } else if (!(strcasecmp(var,"characterset"))) { - if ((value >= 0) && (value <= 0)) + if ((value >= 0) && (value <= 1)) psiconv_unicode_select_characterset(*config,value); else psiconv_fatal(*config,0,0,"Configuration file %s, line %d: "