CVSROOT: /cvs Module name: src Changes by: [email protected] 2015/12/01 11:36:13
Modified files:
bin/ls : Makefile extern.h ls.1 ls.c print.c util.c
Added files:
bin/ls : utf8.c
Log message:
Support UTF-8: use wcwidth(3) for column adjustment and replace
non-printable Unicode codepoints and invalid bytes with ASCII
question marks. No change for the SMALL version.
Using ideas developed by tedu@, phessler@, bentley@ and feedback from many.
OK yasuoka@ czarkoff@ sthen@.
