On Fri, Nov 14, 2003 at 11:02:11PM +1100, Robert Collins wrote: >Ok, I've now integrated and generalised Ron's unicode support mini-patch. > >So, here tis a version that, well the changelog explains the overview, >and io.h the detail. > >Overhead wise, this is reasonably low: >1 strlen() per IO call minimum. >1 unicode conversion, only if needed.
And a couple of tests for "do we do unicode" for every call. I wonder if path_conv couldn't be doing more of the upfront work. cgf >inlined code, so no additional function calls.
