I guess my openSuSE 10.3 is "misconfigured"! When I log in as a normal user it reports an LC_TYPE of utf8, i.e. the small perl program below prints "en_US.UTF-8"
#! /usr/bin/perl -w use POSIX qw(LC_CTYPE LC_TIME); print POSIX::setlocale(LC_CTYPE), "\n"; If I run this script as the SC user (squeezecenter) is also prints "en_US.UTF-8". However, when I print the LC_TYPE obtained in the Unicode.pm module I get "C" which then becomes iso-8859-1. I have tried to set various parameters in the /etc/sysconfig/language file but it does not help. So I simply followed the suggestion in this thread to set the LC_CTYPE directly to utf8 in the Unicode.pm file. /Mattias -- MattiasOhlsson ------------------------------------------------------------------------ MattiasOhlsson's Profile: http://forums.slimdevices.com/member.php?userid=16761 View this thread: http://forums.slimdevices.com/showthread.php?t=48788 _______________________________________________ unix mailing list [email protected] http://lists.slimdevices.com/lists/listinfo/unix
