Janne Hyvärinen wrote: > I have never understood why someone makes program input parameters > depend on locale. The program shows parameters and help texts in > international English and command line tools are meant to be scriptable.
test/test_flac.sh begins with: # we use '.' as decimal separator in --skip/--until tests export LANG=C LC_ALL=C ...so at least there is a workaround. _______________________________________________ flac-dev mailing list [email protected] http://lists.xiph.org/mailman/listinfo/flac-dev
