CVSROOT: /cvs Module name: src Changes by: schwa...@cvs.openbsd.org 2016/03/20 12:20:10
Modified files: lib/libedit : read.c Log message: Fix read_char() for the non-UTF-8 case, in particular for systems supporting other multibyte locales or having an internal representation of wchar_t that doesn't match UCS-4. No functional change on OpenBSD, but it makes the code less confusing. OK czarkoff@.