Fix for mbfile index crash, better ANSI to ascii translation

This commit is contained in:
Michiel Broek
2002-05-15 21:34:57 +00:00
parent f143865c24
commit af5b3c397a
3 changed files with 50 additions and 3 deletions

View File

@@ -276,7 +276,7 @@ void html_massage(char *inbuf, char *outbuf)
case 174: sprintf(outptr, "®"); break;
case 175: sprintf(outptr, "¯"); break;
case 176: sprintf(outptr, "°"); break;
case 177: sprintf(outptr, "&plumn;"); break;
case 177: sprintf(outptr, "&plumin;"); break;
case 178: sprintf(outptr, "²"); break;
case 179: sprintf(outptr, "³"); break;
case 180: sprintf(outptr, "´"); break;