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

Netscape



On Wed, 7 Jun 2000, Alex V. Melnikov wrote:

AVM>Привет всем.
AVM>Кто знает, почему Netscape вот так ругается:
AVM>Warning: lang/locale settings will cause printing problems

	/usr/X11/bin/netscape:
---------------------------------------
 pnt=$(printf "%1.1f" 1 2> /dev/null)
 if [ "$pnt" != 1.0 ]; then
# running out of ideas.
   unset LANG
   export LANG
   pnt=$(printf "%1.1f" 1 2> /dev/null)
   if [ "$pnt" != 1.0 ]; then
    echo "Warning: lang/locale settings will cause printing \
problems"
   fi
 fi
---------------------------------------

Известная проблема с "," в качестве разделителя дробной части в
русской локали.





Reply to: