mherger;311492 Wrote: 
> 
> What exactly did you do? Did you patch one of SC's files?
> 

Yes:


Code:
--------------------
    
  *** Slim/Utils/Unicode.pm       2006-11-03 10:00:16.000000000 +0100
  --- Slim/Utils/Unicode.pm.patched       2007-09-24 00:03:54.000000000 +0200
  ***************
  *** 117,122 ****
  --- 117,125 ----
  $lc_time  = POSIX::setlocale(LC_TIME)  || 'C';
  $lc_ctype = POSIX::setlocale(LC_CTYPE) || 'C';
  
  +               # we force SS into utf8 mode (SSODS-unicode-patch)
  +               $lc_ctype = '.utf8';
  +
  # If the locale is C or POSIX, that's ASCII - we'll set to iso-8859-1
  # Otherwise, normalize the codeset part of the locale.
  if ($lc_ctype eq 'C' || $lc_ctype eq 'POSIX') {
  
--------------------


-- 
flipflip

Check out flipflip's 'SlimServer On DiskStation (SSODS)'
(http://oinkzwurgl.org/ssods/)!
------------------------------------------------------------------------
flipflip's Profile: http://forums.slimdevices.com/member.php?userid=5223
View this thread: http://forums.slimdevices.com/showthread.php?t=48788

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

Reply via email to