--- psiconv/trunk/formats/generate_html4.sh 2004/02/02 20:43:04 192 +++ psiconv/trunk/formats/generate_html4.sh 2004/02/02 21:56:48 193 @@ -37,8 +37,8 @@ for file in "$@"; do echo "Going to process $file..." outputfile=$tempdir/`basename $file|sed s,'.psi$','.html,'` - echo $libtool --mode=execute $psiconv -o $outputfile -Thtml4 $file - $libtool --mode=execute $psiconv -o $outputfile -Thtml4 $file + echo $libtool --mode=execute $psiconv -o $outputfile -Thtml4 -eASCII $file + $libtool --mode=execute $psiconv -o $outputfile -Thtml4 -eASCII $file done echo "Going to produce the index..."