Age | Commit message (Collapse) | Author | |
---|---|---|---|
2024-03-09 | Use Doxygen comments for C files | Rodrigo Arias Mallo | |
2011-06-23 | non-ASCII keybindings | corvid | |
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-06 | utf8 | corvid | |
2009-11-29 | respect 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-02 | treat ideographic characters (Chinese/Japanese) as words | corvid | |
2009-05-25 | comment | corvid | |
2009-05-25 | make tab expansion for plain text utf8 aware | Johannes Hofmann | |
In discussion with corvid <corvid@lavabit.com>. | |||
2009-05-17 | New utility function: a_Utf8_end_of_char() | corvid | |
2009-05-15 | Refactor: isolate calls to utf8 functions into a single source file. | corvid | |