From: czarkoff@gmail.com Date: Tue, 28 Oct 2014 11:55:28 +0000 (+0100) Subject: Replace character with U+FFFD if wcwidth() is -1 X-Git-Url: https://git.xinqibao.xyz/st.git/commitdiff_plain/11625c7166b7e4dad414606227acec2de1c36464?hp=11625c7166b7e4dad414606227acec2de1c36464 Replace character with U+FFFD if wcwidth() is -1 Helpful when new Unicode codepoints are not recognized by libc. ---