K 10 svn:author V 3 tjr K 8 svn:date V 27 2004-11-05T10:45:23.000000Z K 7 svn:log V 302 When the last line of a file is missing a newline in -f mode, pass a length argument to mbrtowc() that accounts for the terminating newline character we add automatically. Failing to do this caused the loop to unexpectedly run out of characters and incorrectly signal an "Illegal byte sequence" error. END