[hackers] [st][patch] replace utf8strchr with wcschr

From: Lauri Tirkkonen <lotheac_AT_iki.fi>
Date: Wed, 13 Mar 2019 20:16:05 +0200

Changing worddelimiters to wchar_t * allows to use wcschr() instead of
implementing utf8strchr().

Also, since there are so many different spaces and punctuation in
unicode, I have another diff that uses iswspace()/iswpunct() to figure
out delimiters, but I expect that to be a bit more controversial than
this patch so I'll send it separately.
Received on Wed Mar 13 2019 - 19:16:05 CET

This archive was generated by hypermail 2.3.0 : Wed Mar 13 2019 - 19:24:23 CET