]> err.no Git - util-linux/commit
lscpu: replace LC_MESSAGES with LC_ALL in setlocate()
authorFrancesco Cosoleto <cosoleto@gmail.com>
Sun, 27 Jun 2010 12:24:35 +0000 (14:24 +0200)
committerKarel Zak <kzak@redhat.com>
Wed, 30 Jun 2010 10:51:35 +0000 (12:51 +0200)
commit2f8f138883fa57150db793ce07514d19469d9550
tree4bc072ba8435fc8250f61fedd8af94cd6a235745
parent51e1424225df2a33705bc60d306f9ab53f2b3d09
lscpu: replace LC_MESSAGES with LC_ALL in setlocate()

LC_CTYPE is necessary to print correctly some non English characters,
set LC_ALL for the sake of brevity.

Example:
    $ LANG=fr_FR lscpu -p | head -n 1
\# La suite est en format analysable, transmissible ? d'autres

instead of:
\# La suite est en format analysable, transmissible à d'autres

Signed-off-by: Francesco Cosoleto <cosoleto@gmail.com>
sys-utils/lscpu.c