utf_ch           2849 src/editor/edit.c             int utf_ch;
utf_ch           2852 src/editor/edit.c             utf_ch = edit_buffer_get_utf (&edit->buffer, p, &char_length);
utf_ch           2857 src/editor/edit.c                 if (g_unichar_iswide (utf_ch))
utf_ch           2860 src/editor/edit.c             else if (char_length > 1 && g_unichar_isprint (utf_ch))