aboutsummaryrefslogtreecommitdiff
path: root/libutf.h
diff options
context:
space:
mode:
authorMarc André Tanner <mat@brain-dump.org>2017-02-10 18:44:55 +0100
committerMarc André Tanner <mat@brain-dump.org>2017-02-10 18:44:55 +0100
commit63416763507c87567bbf5dc70b4c68094984fc53 (patch)
treeadff43c3dda43cbb83be0cff166adf4aef61f2ce /libutf.h
parent5a0ffe77fd777c069edea3b75f88b6baf6a4e6f1 (diff)
downloadvis-63416763507c87567bbf5dc70b4c68094984fc53.tar.gz
vis-63416763507c87567bbf5dc70b4c68094984fc53.tar.xz
vis: introduce vis_keys_utf8
Diffstat (limited to 'libutf.h')
-rw-r--r--libutf.h2
1 files changed, 1 insertions, 1 deletions
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 */