[PATCH] ccwrap: fix build with non-english locale set

Jon Turney jon.turney@dronecode.org.uk
Mon Feb 29 12:46:00 GMT 2016


On 29/02/2016 12:19, mail@patrick-bendorf.de wrote:
> +if (`uname -o` =~ /cygwin/i) {
> +    $ENV{'LANG'} = 'C.UTF-8';
> +} else {
> +    $ENV{'LANG'} = 'C';

This can just say "$ENV{'LANG'} = 'C';" right? As that has to work 
everywhere?



More information about the Cygwin-patches mailing list