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

Bug#255197: euh... to make it clear!



Apologize for the messy bug report (not even capable of using reportbug
correctly!! :'( )
The exact problem come from /usr/bin/uxterm during the locale checking:

	case $value in
	*.utf8|*.UTF8|*.utf-8|*.UTF-8)
		found=yes
		;;

this does not include "@euro" extension.
so maybe:
	case $value in
	*.utf8*|*.UTF-8*|*.utf-8*|*.UTF-8*)
		found=yes
		;;

(or something considered clean, i'm not at all a developer...)
Sorry again for the awful submit i've made...

Matthieu Lagouge




Reply to: