Tagged Questions

0
votes
1answer
669 views

Check for valid utf8 string in Python

I'm reading filenames from file system and I want to send them as JSON encoded array. The problem is that files on file system can be stored in invalid encoding, and I need to handle this situation to ...