Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | UTF-8 support: | 2016-01-10 | 1 | -0/+63 | |
In a UTF-8 locale, columnate correctly and replace valid, but non- printable characters with the Unicode replacement character U+FFFD. No change in the C/POSIX locale, and no change for invalid bytes. Grand total, the code becomes shorter by almost 30 lines. Feedback from czarkoff@, OK millert@. |