dsully (AT) svn (DOT) slimdevices.com wrote:
> Author: dsully
> Date: Tue Jul 18 23:04:37 2006
> New Revision: 8507
>
> URL: http://svn.slimdevices.com?rev=8507&view=rev
> Log:
> Bug: 3697
> Description: UTF-16 encoded pls files need to be decoded all at once.
>
> Modified:
> trunk/server/Changelog6.html
> trunk/server/Slim/Formats/Playlists/PLS.pm
> Modified: trunk/server/Slim/Formats/Playlists/PLS.pm
> URL: http://svn.slimdevices.com/trunk/ser...8507&view=diff
> ================================================== ============================
> --- trunk/server/Slim/Formats/Playlists/PLS.pm (original)
> +++ trunk/server/Slim/Formats/Playlists/PLS.pm Tue Jul 18 23:04:37 2006
> + local $/ = undef;
> + $data = <$file>;
Any particular reason not to use File::Slurp here?
Results 1 to 2 of 2
-
2006-07-19, 08:39 #1Senior Member
- Join Date
- Jun 2005
- Posts
- 381
[Slim-Checkins] r8507 - in /trunk/server:Changelog6.html Slim/Formats/Playlists/PLS.pm
-
2006-07-19, 08:56 #2
[Slim-Checkins] r8507 - in /trunk/server:Changelog6.html Slim/Formats/Playlists/PLS.pm
* Robert Moser shaped the electrons to say...
>Any particular reason not to use File::Slurp here?
Not that I can think of..
-D
--
Ya gotta love UNIX, where else do you wonder whether
you can kill a zombie spawned by a daemon's fork?

Reply With Quote
