summaryrefslogtreecommitdiff
path: root/sys/src/cmd/tcs/tcs.c
AgeCommit message (Collapse)Author
2023-03-27tcs: add nfc and nfd output formatsJacob Moody
2020-03-10improve usage messages (thanks henesy)Ori Bernstein
Fix inconsistencies between programs and their usage messages, correct instances where information seems to be missing or lost. This includes missing arguments, making usage consistent with manuals, and so on.
2018-12-26tcs: clean up old port code, and avoid writing 0 to stdoutBurnZeZ
2016-01-07format pointer subtraction results with %zd instead of %ld (for long -> ↵cinap_lenrek
intptr on amd64)
2014-05-11tcs: handle surrogate pairscinap_lenrek
2014-05-10tcs: fix inplace 16 bit unicode conversioncinap_lenrek
inplace conversions do not work anymore as Rune is not unsigned short anymore.
2012-12-20tcs: dont get confused on odd read count for utf-16cinap_lenrek
2011-09-20tcs: missing utf8 -> utf aliascinap_lenrek
2011-09-20tcs: use character set alias names from abaco, more tolerant html entity supportcinap_lenrek
2011-03-30Import sources from 2011-03-30 iso image - libTaru Karttunen
2011-03-30Import sources from 2011-03-30 iso imageTaru Karttunen