Bugzilla – Bug 17581
server.prefs fails to load sometimes
Last modified: 2011-09-21 10:28:08 UTC
Probably due to a YAML::XS issue: Unable to read prefs from /Users/andy/Library/Application Support/Squeezebox/server.prefs : YAML::XS::Load Error: The problem: Control characters are not allowed was found at document: 0
The bad text is the 0x80 character in my iPeng playername: 00001910 61 79 65 72 6e 61 6d 65 3a 20 41 6e 64 79 c3 a2 |ayername: Andy..| 00001920 c2 80 c2 99 73 20 69 50 68 6f 6e 65 0a 20 20 70 |....s iPhone. p|
== Auto-comment from SVN commit #33499 to the slim repo by agrundman == == http://svn.slimdevices.com/slim?view=revision&revision=33499 == Fixed bug 17581, PerlIO utf8 layer was double-encoding, YAML::XS already outputs raw utf8 bytes