Do not mark as invalid UTF8 control codes
authorRoberto E. Vargas Caballero <k0ga@shike2.com>
Mon, 17 Aug 2015 09:25:38 +0000 (11:25 +0200)
committerRoberto E. Vargas Caballero <k0ga@shike2.com>
Tue, 18 Aug 2015 06:31:51 +0000 (08:31 +0200)
wcwidth() returns -1 for all the non visible characters, but it doesn't
necessarilly mean that they are incorrect. It only means that they are not
printable.


No differences found