K 10 svn:author V 3 tjr K 8 svn:date V 27 2005-10-17T12:20:05.000000Z K 7 svn:log V 309 In __option_is_short(), avoid calling isprint() on key characters outside the range allowed by that function, resulting in undefined behaviour. Our undefined behaviour in multibyte locales happened to differ from glibc's, resulting in errors parsing option strings. Obtained from: Corinna Vinschen (Red Hat) END