• pscott's avatar
    Handle invalid utf8 sequence (#189) · 70ae5262
    pscott authored
    * Change from_utf8_lossy to from_utf8 to avoid replacement characters
    
    * Compact code to make it clearer
    
    * Add invalid utf8 string decode
    
    * Fix code for no-std
    70ae5262