A nushell plugin for converting charsets.
Use charset to detect charset of input.
charset
Use charset decode to convert input to utf string.
charset decode
or convert to a given charset
Use charset encode ENCODING_NAME to convert utf string to a given charset
charset encode ENCODING_NAME