summaryrefslogtreecommitdiff
path: root/lout/unicode.cc
AgeCommit message (Collapse)Author
2014-10-27Some smaller changes in lout (backport from RTFL).Sebastian Geerken
2013-04-19trim some spacescorvid
2013-01-02Fixed valgrind error in Hyphenator.Sebastian Geerken
2012-12-15Allow mixing of UTF-8 one one hand, and ISO-8859-1 / ISO-8859-15 / ↵Sebastian Geerken
Windows-1252 on the other hand.
2012-12-14Made UTF-8 stuff more robust.Sebastian Geerken
2012-12-13New function nextUtf8Char; usage in dw::Hyphenator and (partly) dw::Textblock.Sebastian Geerken
2012-07-12new file "unicode.hh" and "unicode.cc" for Unicode and UTF-8 issuessgeerken