summaryrefslogtreecommitdiff
path: root/sys/src/cmd/tcs
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-26remove function prototype that leaked into last commitBurnZeZ
2018-12-26tcs: clean up old port code, and avoid writing 0 to stdoutBurnZeZ
2018-08-28shift-jis: add support for half-width kanaaiju
2018-06-02tcs: support EUC-JP JIS X 0212 codesaiju
2016-01-07format pointer subtraction results with %zd instead of %ld (for long -> ↵cinap_lenrek
intptr on amd64)
2015-05-28tcs: fix swaped alias mapping gb <-> gb2312cinap_lenrek
2015-01-01tcs: update charsets. Fixes issue #214ftrvxmtrx
2014-05-11tcs: handle surrogate pairscinap_lenrek
2014-05-11tcs: prevent accidents with runes beyond 16-bitcinap_lenrek
2014-05-10tcs: fix inplace 16 bit unicode conversioncinap_lenrek
inplace conversions do not work anymore as Rune is not unsigned short anymore.
2013-10-26mkfiles: do not rely on path containing the . elementcinap_lenrek
when executing generated binaries and helper scripts, always execute them as ./name instead of relying that path contsins the dot.
2013-09-26tcs: eleminate ambigous html entity runes.cinap_lenrek
2013-09-21tcs: add html5 rune entitiescinap_lenrek
2013-07-04tcs: fix koi8-ru chars (ukrainian and belorussian)ftrvxmtrx
2013-07-04tcs: fix koi8-r ё and Ёftrvxmtrx
2012-12-31fix utf and rune handling in preparation for 32bit runescinap_lenrek
2012-12-20tcs: dont get confused on odd read count for utf-16cinap_lenrek
2011-10-04tcs: fix special character detectioncinap_lenrek
2011-09-27tcs: +aposcinap_lenrek
2011-09-24html2ms, tcs, mothra, uhtml: threat &apos; as special entity, add uhtml(1)cinap_lenrek
2011-09-20tcs: missing utf8 -> utf aliascinap_lenrek
2011-09-20tcs: comments liecinap_lenrek
2011-09-19add ircrcstanley lieber
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