This one's really frustrating. I'm running server 6.2.1 on OpenBSD.
OpenBSD does not support any locales except C. My file names are all
utf-8, because the files are imported from a Mac. The server thinks the
character set in use is 8859-1, which works fine except for playlists.
The playlists are in utf-8, and the file names are in utf-8, but the
server does some kind of translation on the names because it thinks the
file names are 8859-1. If it would just use the file names as-is, all
would be well.

The apparent solution is to set the locale to en_US.UTF-8, but I can't
do that. I get this:

% setenv LANG en_US.UTF-8
% ./slimserver.pl --daemon
perl: warning: Setting locale failed.
perl: warning: Please check that your locale settings:
LC_ALL = (unset),
LANG = "en_US.UTF-8"
are supported and installed on your system.
perl: warning: Falling back to the standard locale ("C").

Is there any solution, or am I just hosed?


-- 
rees
------------------------------------------------------------------------
rees's Profile: http://forums.slimdevices.com/member.php?userid=3363
View this thread: http://forums.slimdevices.com/showthread.php?t=20000

_______________________________________________
unix mailing list
[email protected]
http://lists.slimdevices.com/lists/listinfo/unix

Reply via email to