mherger wrote: > > This is from "Real World" by "Bruce Dickinson" I -think- this time > the > > lyrics are coming from genius.com - if I look at the HTML from there > > (view-source:https://genius.com/Bruce-dickinson-real-world-lyrics) I > > see: > > > > Code: > > -------------------- > > > > <br/>You've got to fight to see it through<br/> > > I've seen this from chart lyrics. Unfortunately the simple decoding > trick applied in the other cases doesn't work here. I think it's an > encoding error on their end: instead of encoding the double byte > character as one character, they send it as two characters. As this > seems to be an exception, and encodings on chart lyrics usually working > > ok, I'd consider this a hiccup on their end. > > -- > > Michael
Hmmm... But if it is genius.com, "'" seems OK according to https://www.codetable.net/hex/27 - should not all hex encoded characters be decoded? *Material debug:* 1. Launch via http: //SERVER:9000/material/?debug=json 2. Open browser's developer tools 3. Open console tab in developer tools 4. REQ/RESP messages sent to/from LMS will be logged here. ------------------------------------------------------------------------ cpd73's Profile: http://forums.slimdevices.com/member.php?userid=66686 View this thread: http://forums.slimdevices.com/showthread.php?t=99537 _______________________________________________ plugins mailing list [email protected] http://lists.slimdevices.com/mailman/listinfo/plugins
