aboutsummaryrefslogtreecommitdiff
path: root/src/utf8.cc
AgeCommit message (Collapse)Author
2011-06-23non-ASCII keybindingscorvid
Alexander Voigt has kindly done some testing, and it seems that this makes bindings to most keys on a German keyboard possible -- except those that need AltGr don't work yet.
2011-01-06utf8corvid
2009-11-29respect UTF-8 when splitting long lines in plain.cc (noticed by corvid)Johannes Hofmann
When splitting long lines in plain text to avoid X11 coordinate overflows we need to make sure that multibyte UTF-8 chars are not split. Additionally combining chars like accents should stay together with their base char.
2009-08-02treat ideographic characters (Chinese/Japanese) as wordscorvid
2009-05-25commentcorvid
2009-05-25make tab expansion for plain text utf8 awareJohannes Hofmann
In discussion with corvid <corvid@lavabit.com>.
2009-05-17New utility function: a_Utf8_end_of_char()corvid
2009-05-15Refactor: isolate calls to utf8 functions into a single source file.corvid