Closed TheGeremy closed 5 years ago
when string is already UTF-8 with special characters like č, š, ž, ý, ... and you do encode to UTF-8 those chars will change to some bullshit, so I added a check if the string is already UTF-8, if so skip the encode
when string is already UTF-8 with special characters like č, š, ž, ý, ... and you do encode to UTF-8 those chars will change to some bullshit, so I added a check if the string is already UTF-8, if so skip the encode