Owen Taylor <[EMAIL PROTECTED]> writes:
| Maybe one of you wants to take a look at this. I can't reproduce this
| with gawk-3.0.4 compiled from source.
Most probably it's locale related. I gnome-libs/libgnomeui/Makefile.am
I added lately some statements like this:
LC_COLLATE=C $(AWK) ...
Background: On SuSE Linux regular accounts have "proper" locales but not
root. Calling make as root should solve the "problem" or try something
like
export LANG=C
make
Unfortunately, from inside AWK scripts it isn't possible to reset locale
settings. But I'm told in general it should work better to say
[[:lower:]] instead of [a-z] or something. An expert has to dig deeper.
--
work : [EMAIL PROTECTED]
Karl Eichwalder home : [EMAIL PROTECTED]
_______________________________________________
gtk-list mailing list
[EMAIL PROTECTED]
http://mail.gnome.org/mailman/listinfo/gtk-list