aboutsummaryrefslogtreecommitdiff
path: root/test/unicode_test.cc
AgeCommit message (Collapse)Author
2023-12-21Split tests into unit and dw (graphical)Rodrigo Arias Mallo
Graphical tests for the dw (Dillo Widget) are moved to test/dw, while unit tests are placed into test/unit. All tests are compiled with "make check" but only the tests that can run without intervention and without a graphic display are executed.
2013-04-19trim some spacescorvid
2012-12-14Made UTF-8 stuff more robust.Sebastian Geerken
2012-12-14Test.Sebastian Geerken
2012-12-14Extended test.Sebastian Geerken
2012-12-13New function nextUtf8Char; usage in dw::Hyphenator and (partly) dw::Textblock.Sebastian Geerken