All Questions
2 questions
22
votes
6
answers
4k
views
Transcode UCS-4BE to UTF-8
Below is my entire program. You can read what it does thanks to the comments and specifications in particular.
My question is: can it be improved? Would it be possible, for example, to avoid writing a ...
3
votes
2
answers
282
views
Check that files don't contain Unicode
I use this code to check that all files in a directory are free from Unicode and non-printable characters.
Can I improve the structure of the code?
...