From e42acadee844af0505d78bac08de7c8456c0e5de Mon Sep 17 00:00:00 2001 From: "C. McEnroe" Date: Tue, 21 Apr 2020 18:10:52 -0400 Subject: Add Markus Kuhn's wcwidth implementation And wcfix script for macOS, based on to fix some emoji display in catgirl. Somehow this code from 2007 against Unicode 5.0 does a better job than whatever the hell macOS Mojave's libc is doing. --- port/wcwidth/.gitignore | 2 ++ 1 file changed, 2 insertions(+) create mode 100644 port/wcwidth/.gitignore (limited to 'port/wcwidth/.gitignore') diff --git a/port/wcwidth/.gitignore b/port/wcwidth/.gitignore new file mode 100644 index 00000000..aa25f78d --- /dev/null +++ b/port/wcwidth/.gitignore @@ -0,0 +1,2 @@ +*.o +*.dylib -- cgit 1.4.1