On Fri, Jan 11, 2008 at 13:30:00 +0000, Tim Bunce wrote: > Tomash, I presume you would be happy enough using #3, though you may > want to enable #1 and #2 as well to be on the safe side, depending on > what clients you use and which flag bits they set.
Yep, and I actually think this is the only valid solution. You can't coordinate the use of F_UTF8, because notable languages like C/C++ have only "byte mode". It would be a burden for them to figure out when to set it, that was my point. I'd love to coordinate F_COMPRESSED flag. C::M and C::M::F currently use 0x2 (0x1 is F_STORABLE). -- Tomash Brechko
