aboutsummaryrefslogtreecommitdiff
path: root/src/utf8.hh
AgeCommit message (Collapse)Author
2024-03-09Use Doxygen comments for C filesRodrigo Arias Mallo
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.
2010-02-16handle zero-width space.corvid
http://lists.auriga.wearlab.de/pipermail/dillo-dev/2009-September/006894.html has the thread. Jorge expressed no opinion. Johannes approved, but wasn't sure that adding zero-width spaces to the page was necessary. I wasn't sure that it was necessary, either, so this version doesn't do that.
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-26Fix for 276e290accca (minor utf8 refactor)Jorge Arellano Cid
2009-05-26Minor utf8 refactorcorvid
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