aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/view.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/view.c')
-rw-r--r--src/view.c6
1 files changed, 6 insertions, 0 deletions
diff --git a/src/view.c b/src/view.c
index fffe88c..6fecdc0 100644
--- a/src/view.c
+++ b/src/view.c
@@ -112,6 +112,12 @@ teco_view_setup(teco_view_t *ctx)
teco_view_ssm(ctx, SCI_STYLESETBACK, STYLE_CALLTIP, 0xFFFFFF);
/*
+ * Documents are UTF-8 by default and all UTF-8 documents
+ * are expected to have a character index.
+ */
+ teco_view_ssm(ctx, SCI_ALLOCATELINECHARACTERINDEX, SC_LINECHARACTERINDEX_UTF32, 0);
+
+ /*
* Since we have patched out Scintilla's original SetRepresentations(),
* it no longer resets them on SCI_SETDOCPOINTER.
* Therefore it is sufficient for all kinds of views to initialize