Re: [PATCH 2/4] Add I18N-wrappers for low-level IO-routines
From: Jeff King <hidden>
Date: 2016-06-15 22:47:37
On Wed, Oct 28, 2009 at 09:01:21PM +0300, Timur Sufiev wrote:
Yes, it actually haven't made it to the list. Perhaps this was due to patch size: it was approx. 3300 lines long (BTW, what's the message size limit?) So I've rewritten the patch to make it more compact, using mingw approach with macros. Subj prefix for a patch series is 'PATCH I18N filenames v2'.
Thanks. The rules for vger are here: http://vger.kernel.org/majordomo-info.html The max size is 100K, but you may also be triggering something from the taboo list accidentally.
quoted
2. I seem to recall that Linus added a filename translation layer for doing much more, like handling unicode normalizations (but I confess I haven't looked closely at that code). Should this be part of that system?I've heard nothing about that :(. Could you point me directly at Linus' changes?
Try looking at this series: http://thread.gmane.org/gmane.comp.version-control.git/119222 -Peff