View Single Post
Old 10-16-2015, 08:01 AM   #221
stoduk
Member
stoduk began at the beginning.
 
Posts: 18
Karma: 10
Join Date: Sep 2013
Device: Kobo Mini, Kindle Paperwhite V2
There seems to be a minor bug in the StartActions.. file - the amazon page has the unicode left/right double quotes (U+201C and U+201D), which don't seem to be valid JSON for some reason. Not sure why, I thought any unicode was fine in JSON.

Both an online JSON validator and my Kindle barf on this though - escaping it with \ prefix doesn't help. Changing it to \" works fine though (ie. an escaped U+0022 double quote). Saving the whole file as UTF-16 hasn't helped.

I'd be intereted to know what the final fix is..
stoduk is offline   Reply With Quote