My program must read text files – line by line.
Files in UTF-8.
I am not sure that files are correct – can contain unprintable characters.
Is possible check for it without going to byte level?
Thanks.
My program must read text files – line by line. Files in UTF-8. I
Share
If you want to check a string has unprintable characters you can use a regular expression