This is the mail archive of the binutils@sources.redhat.com mailing list for the binutils project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]

Re: binutils + i18n


"H . J . Lu" <hjl@lucon.org> writes:

> I got this question. I am not familiar with locale. Should I add
> 
> setlocale (LC_CTYPE,"");
> 
> to all
> 
> setlocale (LC_MESSAGES, "");

That's the bare minimum.  It's much better to always use LC_ALL.

-- 
---------------.                          ,-.   1325 Chesapeake Terrace
Ulrich Drepper  \    ,-------------------'   \  Sunnyvale, CA 94089 USA
Red Hat          `--' drepper at redhat.com   `------------------------


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]