View Single Post
Old 06-03-2019, 06:22 PM   #53
yuleshow
Junior Member
yuleshow began at the beginning.
 
Posts: 6
Karma: 10
Join Date: Jun 2019
Device: Kindle Paperwhite
Hi, Hopkins, thank you very much for the coding, it's useful and convenient. Here are some issues I met, hope it can help to upgrade the plugin.
For vertical layout, I realize that you changed some punctuation to the Unicode Vertical Form, but it's not the sense for working on Kindle Paperwhite. Some punctuations in Vertical Form will turn 90 degrees right on the Kindle like :;, and 。. The reason is that most fonts don't have embedded characters from 0xFE01 to 0xFE16, so once you replace the punctuations to those characters since the customized fonts lack those character, the system will recall the default system fonts which includes those characters but turned 90 degrees right.
I read your source and remove some conversion in the main.py, it works fine.
BTW, you missed one important replacement in the code, which is ‘ and ’ on both vertical and horizontal mode.
Moderator Notice
Changed inline image to attachment
Attached Thumbnails
Click image for larger version

Name:	20190603_mobileread.png
Views:	385
Size:	76.6 KB
ID:	171761  

Last edited by theducks; 06-03-2019 at 07:55 PM.
yuleshow is offline   Reply With Quote