Eduardo Cavazos wrote: > If I write some text to a file and later I read the same file, guess what... > the encoding doesn't matter. Actually that's not true because if you use an incorrect encoding you might lose some of your characters, and if you use encodings that don't match you'll get garbage.
Perhaps you're thinking of the dual case where you read text from one file and dump it to another without further processing? Here you can use binary for both streams to win some performance. Slava ------------------------------------------------------------------------- This SF.net email is sponsored by: Microsoft Defy all challenges. Microsoft(R) Visual Studio 2008. http://clk.atdmt.com/MRT/go/vse0120000070mrt/direct/01/ _______________________________________________ Factor-talk mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/factor-talk
