aboutsummaryrefslogtreecommitdiff
path: root/libutf.c
AgeCommit message (Collapse)AuthorFilesLines
2015-10-05vis: cleanup keyboard handling implementationMarc André Tanner1-6/+0
2015-09-15Add utfnext utility functionMarc André Tanner1-0/+7
2015-07-20vis: improve insertion of verbatim characters via CTRL-V in insert modeMarc André Tanner1-0/+52
Recognized formats are: CTRL-V nnn decimal value nnn CTRL-V onnn or CTRL-V Onnn octal value nnn CTRL-V xnn or CTRL-V Xnn hex value nn CTRL-V unnnn Unicode codepoint nnnn CTRL-V Unnnnnnnn Unicode codepoint nnnnnnnn Leading zeros can be omitted, any illegal character for the given format will be ignored and terminates the numerical code.