2013/9/10 Sebastian Reitenbach <[email protected]> > > I'm probably missing something here but shouldn't utf-8 works for > > plain ascii files ? > > I would have expected that too, but that didn't seemed to be the case.
It is true only if file content is all in standard ASCII (<128). If there is even one extended ASCII character, interpreting the text as UTF-8 results in completely corrupted data, following that one. (just my 2 cents) -- Michele
_______________________________________________ Discuss-gnustep mailing list [email protected] https://lists.gnu.org/mailman/listinfo/discuss-gnustep
