Re: Build glitch: gnome-print-0.19 fails to build on Solaris 2.8



Bob Bell <bobbell@zk3.dec.com> writes:

>        POSIX locale. The following command is recommended for case conversion
>        for all locales:
>             tr '[:lower:]' '[:upper:]' <textfile >newfile

Yes.  And to avoid surprise we should start all shell scripts with

    LANGUAGE=C; export LANGUAGE
    LC_ALL=C; export LC_ALL

The LANGUAGE setting is for old/broken locale implementation.  I
received this hint from Ulrich Drepper long time ago.

-- 
work : ke@suse.de                          |
     : http://www.suse.de/~ke/             |          ------    ,__o
home : ke@gnu.franken.de                   |         ------   _-\_<,
     : http://www.franken.de/users/gnu/ke/ |        ------   (*)/'(*)





[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]