On Mon, 2017-01-09 at 11:49 +0000, Chris Lamb wrote:
> tags 850505 + patch
> thanks
>
> Aw, why not in this cycle? The change should be fairly trivial:
>
> - find chinese.d -type f -name '*.dat' -exec cat '{}' \; >> chinese
> + find chinese.d -type f -name '*.dat' -print0 | LC_ALL=C sort -z | xargs -0r
> catThank you for the patch, it seems to be a point for me to start. My concern is the testing migration ... If the patched version can enter into Stretch I'll be glad to do it ASAP.

