--- src/main/util.c.orig Thu Feb 1 04:06:37 2001 +++ src/main/util.c Wed Mar 21 21:12:35 2001 @@ -708,7 +708,7 @@ char *res; for (x = 0; (*line)[x]; x++) { - if (ap_isspace((*line)[x])) { + if (ap_isspace((*line)[x]) && ((*line)[x] & 0x80)==0) { pos = x; break; }