From 63416763507c87567bbf5dc70b4c68094984fc53 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Marc=20Andr=C3=A9=20Tanner?= Date: Fri, 10 Feb 2017 18:44:55 +0100 Subject: vis: introduce vis_keys_utf8 --- libutf.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'libutf.h') diff --git a/libutf.h b/libutf.h index 4d3f91c..a2b81b7 100644 --- a/libutf.h +++ b/libutf.h @@ -23,7 +23,7 @@ typedef unsigned long Rune; #endif #endif -#define UTFmax 6 /* maximum bytes per rune */ +#define UTFmax 4 /* maximum bytes per rune */ #define Runeself 0x80 /* rune and utf are equal (<) */ #define Runemax RUNE_C(0x10FFFF) /* maximum rune value */ -- cgit v1.2.3