wcwidth.awk icon indicating copy to clipboard operation
wcwidth.awk copied to clipboard

An implementation of wcwidth / wcswidth in pure AWK

Results 1 wcwidth.awk issues
Sort by recently updated
recently updated
newest added

Using `wcwidth.awk` with gawk and a UTF-8 locale fails: ````` $ make gawk - sanity check: gawk: wcwidth.awk:104: error: Invalid collation character: /^([-][-][ -~]*)+/ ````` It does seem to work...