Module zifu::filename_decoder[][src]

Traits

IDecoder

Trait (interface) of decoder

Functions

decide_decoeder

Guesses encoding from an array of sequences. Returns an index of the array decoders corresponding to the encoding that was able to decode all the strings without error. If no decoders can decode all of strings without error, returns None.