Quote:
Originally Posted by DaMoo
I'd like to request a patch to completely disable hyphenation. From what I've searched on the forums, a way to do that would be to use an older patch here: https://www.mobileread.com/forums/sh...d.php?t=266005 and then replace the user-accessible hyph_en.dic with a blank file. While I can use this patch separate from kobopatch, it too gets overridden with firmware updates and it'd be nice to be able to disable hyphenation as part of reapplying patches via kobopatch.
|
kobopatch.yaml already has a "copy files" option. What happens if you create a zero-length hyph_en.dic file and copy that as part of your standard procedure?
e.g.
Code:
files:
src/hyphenDicts/hyph_en.dic: usr/local/Kobo/hyphenDicts/hyph_en.dic
I haven't tested it so use at your own risk.