View Single Post
Old 01-22-2013, 07:44 AM   #332
PeterBr
Enthusiast
PeterBr began at the beginning.
 
PeterBr's Avatar
 
Posts: 33
Karma: 10
Join Date: Jan 2013
Location: Oldenburg, Germany
Device: Kindle Paperwhite, iPad Mini Retina, iBooks on Mavrericks
@NiLuJe Outstanding work, thank you again. Love the pinfo-Option, now I have a reason to keep the lock on.

I've looked at cover-extract and saw that it would trivial to change the "if found" text, but would it also be possible to fix special characters? Right now t display an "ü" as "00FC". (I don't get the 00. FC is ü in latin 1, but in UTF-8 it would be c3 bc - 00 fc is the ü codeposition, though.)

Edit: Strange: After adding another line to my personal info, it gets rendered correctly, with an umlaut.



Alternatively, you could make somthing like this:


if [ -s "pinfo" ]
then
pinfotext=`cat pinfo`;
else
pinfotext="If found....";
fi


For myself, i just edited cover-extract on the kindle and started it again, but my changes didn't cause anything. Did I miss anything?

Last edited by PeterBr; 01-23-2013 at 01:29 AM.
PeterBr is offline   Reply With Quote