summaryrefslogtreecommitdiff
path: root/src/tsm_unicode.c
AgeCommit message (Expand)AuthorFilesLines
2013-10-23tsm: remove and depend on libtsmDavid Herrmann1-624/+0
2013-02-06build: major cleanupDavid Herrmann1-0/+17
2012-12-10tsm: unicode: add wcwidth() implementationDavid Herrmann1-0/+36
2012-09-30tsm: unicode: do not encode invalid UTF8David Herrmann1-0/+12
2012-09-27tsm: unicode: fix accessing symbol-array out of boundsDavid Herrmann1-3/+7
2012-09-27tsm: unicode: fix not recreating the default-table all the timeDavid Herrmann1-0/+6
2012-09-18tsm: fix header commentsDavid Herrmann1-1/+1
2012-09-18tsm: unicode: remove tsm_symbol_get_u8()David Herrmann1-36/+0
2012-09-18tsm: unicode: add helper for ucs4->u8 string conversionsDavid Herrmann1-0/+23
2012-09-18tsm: unicode: fix error-path in tsm_symbol_append()David Herrmann1-3/+21
2012-09-18tsm: unicode: add symbol-table helpersDavid Herrmann1-47/+64
2012-09-18tsm: unicode: merge tsm_symbol_get() into table__get()David Herrmann1-16/+6
2012-09-18tsm: unicode: export tsm_ucs4_to_utf8()David Herrmann1-35/+41
2012-09-18tsm: unicode: add symbol-table contextsDavid Herrmann1-31/+42
2012-09-18tsm: unicode: remove log_* callsDavid Herrmann1-13/+3
2012-09-18tsm: move unicode.[ch] to tsm_unicode.[ch]David Herrmann1-0/+530