utf_ch           2837 src/editor/edit.c             int utf_ch;
utf_ch           2840 src/editor/edit.c             utf_ch = edit_buffer_get_utf (&edit->buffer, p, &char_length);
utf_ch           2845 src/editor/edit.c                 if (g_unichar_iswide (utf_ch))
utf_ch           2848 src/editor/edit.c             else if (char_length > 1 && g_unichar_isprint (utf_ch))