This package provides a finate state machine to smartly decode strings.
It used to be a package of Wapty, but then grow as a standalone tool.
Usage of smartDecode:
-codec string
Sets the decoder/encoder codec. Multiple codecs can be specified and comma separated:
they will be applied one on the output of the previous as in a pipeline.
(default "smart")
-encode
Sets the decoder to an encoder instead. If this flag is present, a codec needs to be specified.