K 10 svn:author V 3 tjr K 8 svn:date V 27 2002-09-18T12:17:28.000000Z K 7 svn:log V 245 Optimise the common case where no special encoding is in use (LC_CTYPE is "C" or "POSIX", other European locales). Use __sgetc() and __sputc() where possible to avoid a wasteful lock and unlock for each byte and to avoid function call overhead. END