Register Guidelines E-Books Today's Posts Search

Go Back   MobileRead Forums > E-Book Readers > Kobo Reader

Notices

Reply
 
Thread Tools Search this Thread
Old 10-10-2014, 03:52 PM   #1
JSWolf
Resident Curmudgeon
JSWolf ought to be getting tired of karma fortunes by now.JSWolf ought to be getting tired of karma fortunes by now.JSWolf ought to be getting tired of karma fortunes by now.JSWolf ought to be getting tired of karma fortunes by now.JSWolf ought to be getting tired of karma fortunes by now.JSWolf ought to be getting tired of karma fortunes by now.JSWolf ought to be getting tired of karma fortunes by now.JSWolf ought to be getting tired of karma fortunes by now.JSWolf ought to be getting tired of karma fortunes by now.JSWolf ought to be getting tired of karma fortunes by now.JSWolf ought to be getting tired of karma fortunes by now.
 
JSWolf's Avatar
 
Posts: 79,457
Karma: 145863170
Join Date: Nov 2006
Location: Roslindale, Massachusetts
Device: Kobo Libra 2, Kobo Aura H2O, PRS-650, PRS-T1, nook STR, PW3
H2O with 3.8.0 Hyphenation?

Does the H2O with firmware 3.8.0 have hyphenation? Does any Kobo Reader with 3.8.0 have hyphenation? If not (for the H2O or 3.8.0), can this be fixed?
JSWolf is offline   Reply With Quote
Old 10-10-2014, 04:01 PM   #2
GeoffR
Wizard
GeoffR ought to be getting tired of karma fortunes by now.GeoffR ought to be getting tired of karma fortunes by now.GeoffR ought to be getting tired of karma fortunes by now.GeoffR ought to be getting tired of karma fortunes by now.GeoffR ought to be getting tired of karma fortunes by now.GeoffR ought to be getting tired of karma fortunes by now.GeoffR ought to be getting tired of karma fortunes by now.GeoffR ought to be getting tired of karma fortunes by now.GeoffR ought to be getting tired of karma fortunes by now.GeoffR ought to be getting tired of karma fortunes by now.GeoffR ought to be getting tired of karma fortunes by now.
 
GeoffR's Avatar
 
Posts: 3,821
Karma: 19162882
Join Date: Nov 2012
Location: Te Riu-a-Māui
Device: Kobo Glo
All firmware versions have hyphenation capability. Some recent firmware versions are missing the actual hyphenation dictionaries, but in most cases the dictionaries from an earlier version will still be on the device so it won't matter. (If for some reason a device is lacking the hyphenation dictionaries, they are easy enough to install).

Hyphenation in epubs generally works much better than in kepubs, but in firmware 3.5.0 - 3.8.0 the first line of an epub paragraph will not be hyphenated if it has a non-zero text-indent. This is a bug in the Adobe RMSDK that has been fixed in later RMSDK versions than the one used in firmware 3.5.0 - 3.8.0.

You can modify the hyphenation dictionaries and reinstall them to change some of the hyphenation settings.
GeoffR is offline   Reply With Quote
Advert
Old 10-10-2014, 04:04 PM   #3
JSWolf
Resident Curmudgeon
JSWolf ought to be getting tired of karma fortunes by now.JSWolf ought to be getting tired of karma fortunes by now.JSWolf ought to be getting tired of karma fortunes by now.JSWolf ought to be getting tired of karma fortunes by now.JSWolf ought to be getting tired of karma fortunes by now.JSWolf ought to be getting tired of karma fortunes by now.JSWolf ought to be getting tired of karma fortunes by now.JSWolf ought to be getting tired of karma fortunes by now.JSWolf ought to be getting tired of karma fortunes by now.JSWolf ought to be getting tired of karma fortunes by now.JSWolf ought to be getting tired of karma fortunes by now.
 
JSWolf's Avatar
 
Posts: 79,457
Karma: 145863170
Join Date: Nov 2006
Location: Roslindale, Massachusetts
Device: Kobo Libra 2, Kobo Aura H2O, PRS-650, PRS-T1, nook STR, PW3
Quote:
Originally Posted by GeoffR View Post
All firmware versions have hyphenation capability. Some recent firmware versions are missing the actual hyphenation dictionaries, but in most cases the dictionaries from an earlier version will still be on the device so it won't matter. (If for some reason a device is lacking the hyphenation dictionaries, they are easy enough to install).

Hyphenation in epubs generally works much better than in kepubs, but in firmware 3.5.0 - 3.8.0 the first line of an epub paragraph will not be hyphenated if it has a non-zero text-indent. This is a bug in the Adobe RMSDK that has been fixed in later RMSDK versions than the one used in firmware 3.5.0 - 3.8.0.

You can modify the hyphenation dictionaries and reinstall them to change some of the hyphenation settings.
If it's missing from 3.7.0 and 3.8.0, how would I get the hyphenation dictionary onto the H2O. One review said there was no hyphenation. The firmware in use during the review is 3.7.0. So if there is no dictionary, can you please post it so I can download it for when I get my H2O?
JSWolf is offline   Reply With Quote
Old 10-10-2014, 04:37 PM   #4
GeoffR
Wizard
GeoffR ought to be getting tired of karma fortunes by now.GeoffR ought to be getting tired of karma fortunes by now.GeoffR ought to be getting tired of karma fortunes by now.GeoffR ought to be getting tired of karma fortunes by now.GeoffR ought to be getting tired of karma fortunes by now.GeoffR ought to be getting tired of karma fortunes by now.GeoffR ought to be getting tired of karma fortunes by now.GeoffR ought to be getting tired of karma fortunes by now.GeoffR ought to be getting tired of karma fortunes by now.GeoffR ought to be getting tired of karma fortunes by now.GeoffR ought to be getting tired of karma fortunes by now.
 
GeoffR's Avatar
 
Posts: 3,821
Karma: 19162882
Join Date: Nov 2012
Location: Te Riu-a-Māui
Device: Kobo Glo
Quote:
Originally Posted by JSWolf View Post
If it's missing from 3.7.0 and 3.8.0, how would I get the hyphenation dictionary onto the H2O. One review said there was no hyphenation. The firmware in use during the review is 3.7.0. So if there is no dictionary, can you please post it so I can download it for when I get my H2O?
I can't post the dictionaries because they are copyright by Adobe, but you can get them yourself from an earlier firmware version and install them. It seems the last firmware version with the dictionaries was firmware 3.3.1.

All you need to do is open up the KoboRoot.tgz archive for firmware 3.3.1 (which is inside the kobo-update-3.3.1.zip archive), extract the contents of the ./usr/local/Kobo/hyphenDicts directory, create a new KoboRoot.tgz archive containing just that directory and its contents, and copy the new KoboRoot.tgz to the .kobo directory on the device. Eject and unplug, and the device will update the dictionaries and restart.

From linux you can create the new KoboRoot.tgz containing the hyphenation dictionaries with these commands:
Code:
unzip -p kobo-update-3.3.1.zip KoboRoot.tgz | tar xz ./usr/local/Kobo/hyphenDicts
tar czf KoboRoot.tgz ./usr/local/Kobo/hyphenDicts
Edit: If you did it right the new KoboRoot.tgz archive should contain only these files:
Code:
./usr/local/Kobo/hyphenDicts/
./usr/local/Kobo/hyphenDicts/hyph_it.dic
./usr/local/Kobo/hyphenDicts/hyph_en.dic
./usr/local/Kobo/hyphenDicts/hyph_es.dic
./usr/local/Kobo/hyphenDicts/hyph_fr.dic
./usr/local/Kobo/hyphenDicts/hyph_pt.dic
./usr/local/Kobo/hyphenDicts/hyph_nl.dic
./usr/local/Kobo/hyphenDicts/hyph_de.dic

Last edited by GeoffR; 10-10-2014 at 09:51 PM. Reason: If you did it right ...
GeoffR is offline   Reply With Quote
Old 10-10-2014, 04:48 PM   #5
GeoffR
Wizard
GeoffR ought to be getting tired of karma fortunes by now.GeoffR ought to be getting tired of karma fortunes by now.GeoffR ought to be getting tired of karma fortunes by now.GeoffR ought to be getting tired of karma fortunes by now.GeoffR ought to be getting tired of karma fortunes by now.GeoffR ought to be getting tired of karma fortunes by now.GeoffR ought to be getting tired of karma fortunes by now.GeoffR ought to be getting tired of karma fortunes by now.GeoffR ought to be getting tired of karma fortunes by now.GeoffR ought to be getting tired of karma fortunes by now.GeoffR ought to be getting tired of karma fortunes by now.
 
GeoffR's Avatar
 
Posts: 3,821
Karma: 19162882
Join Date: Nov 2012
Location: Te Riu-a-Māui
Device: Kobo Glo
Before you go to the trouble of installing hyphenation dictionaries, check if there are other reasons hyphenation might not be working:
- Some publishers disable hyphenation in the book. You may need to edit the book's stylesheet to reenable it.
- In kepubs, hyphenation may not be turned on unless you have the justification button set to full justification.

Edit: I just checked and the hyphenation dictionaries are missing from firmware 3.7.0, so I guess hyphenation won't work properly on the H2O unless you install the dictionaries yourself.

Last edited by GeoffR; 10-10-2014 at 05:07 PM. Reason: hyphenation dictionaries missing from firmware 3.7.0
GeoffR is offline   Reply With Quote
Advert
Old 10-10-2014, 05:26 PM   #6
s4nder
Connoisseur
s4nder ought to be getting tired of karma fortunes by now.s4nder ought to be getting tired of karma fortunes by now.s4nder ought to be getting tired of karma fortunes by now.s4nder ought to be getting tired of karma fortunes by now.s4nder ought to be getting tired of karma fortunes by now.s4nder ought to be getting tired of karma fortunes by now.s4nder ought to be getting tired of karma fortunes by now.s4nder ought to be getting tired of karma fortunes by now.s4nder ought to be getting tired of karma fortunes by now.s4nder ought to be getting tired of karma fortunes by now.s4nder ought to be getting tired of karma fortunes by now.
 
Posts: 75
Karma: 546874
Join Date: Sep 2010
Location: Estonia
Device: Kobo Aura One
Thanks for the instructions, I prepared the file for when my H2O arrives. Strange that they would exclude the dictionaries like that.
s4nder is offline   Reply With Quote
Old 10-10-2014, 05:34 PM   #7
arspr
Dead account. Bye
arspr ought to be getting tired of karma fortunes by now.arspr ought to be getting tired of karma fortunes by now.arspr ought to be getting tired of karma fortunes by now.arspr ought to be getting tired of karma fortunes by now.arspr ought to be getting tired of karma fortunes by now.arspr ought to be getting tired of karma fortunes by now.arspr ought to be getting tired of karma fortunes by now.arspr ought to be getting tired of karma fortunes by now.arspr ought to be getting tired of karma fortunes by now.arspr ought to be getting tired of karma fortunes by now.arspr ought to be getting tired of karma fortunes by now.
 
Posts: 587
Karma: 668244
Join Date: Mar 2011
Device: none
Quote:
Originally Posted by GeoffR View Post
- In kepubs, hyphenation may not be turned on unless you have the justification button set to full justification.
Are you sure? Although I don't give a damn, (I hate hyphenation), I'd swear that some time, in some book, quite long ago, I just enabled hyphenation in kepubs through the CSS3 hyphens property even with no forced justification through my AuraHD GUI. (But I'm not sure).

Although I can confirm that in Kepubs, hyphenation is DISABLED by default, UNLESS you use the GUI full justification option which then ENABLES it as a "side effect".

(OTOH I'm sure that the default ENABLED hyphenation in epubs, can be completely killed through the "special" CSS adobe-hyphenate: none; property.)


EDITED----

Quote:
Originally Posted by GeoffR View Post
It seems the last firmware version with the dictionaries was firmware 3.3.1.
Again, are you sure?

I mean, I'm in 3.8.0 (sideloaded in successive steps from 2.8?, I don't exactly remember my original FW), and if I enable hyphenation in Kepubs through the Full Justification trick, I can assure you that I get hyphens in both English and Spanish books... (Although they are completely wrong, I'm just seeing awful Spanish decidid-amente and sarpul-lido).


(I've just seen your explanation about old hyphenation dicts being in place... )

Last edited by arspr; 10-10-2014 at 05:40 PM.
arspr is offline   Reply With Quote
Old 10-10-2014, 05:45 PM   #8
GeoffR
Wizard
GeoffR ought to be getting tired of karma fortunes by now.GeoffR ought to be getting tired of karma fortunes by now.GeoffR ought to be getting tired of karma fortunes by now.GeoffR ought to be getting tired of karma fortunes by now.GeoffR ought to be getting tired of karma fortunes by now.GeoffR ought to be getting tired of karma fortunes by now.GeoffR ought to be getting tired of karma fortunes by now.GeoffR ought to be getting tired of karma fortunes by now.GeoffR ought to be getting tired of karma fortunes by now.GeoffR ought to be getting tired of karma fortunes by now.GeoffR ought to be getting tired of karma fortunes by now.
 
GeoffR's Avatar
 
Posts: 3,821
Karma: 19162882
Join Date: Nov 2012
Location: Te Riu-a-Māui
Device: Kobo Glo
Quote:
Originally Posted by arspr View Post
Are you sure? Although I don't give a damn, (I hate hyphenation), I'd swear that some time, in some book, quite long ago, I just enabled hyphenation in kepubs through the CSS3 hyphens property even with no forced justification through my AuraHD GUI. (But I'm not sure).
Yes, that is what I meant, the hyphenation might not be turned on unless the justification button is set to full justification, because kepubs seem to default to no hyphenation unless it is turned on. But it can also be turned on explicitly in the book, in which case it will hyphenate regardless of the justification button setting.
GeoffR is offline   Reply With Quote
Old 10-10-2014, 09:09 PM   #9
jackie_w
Grand Sorcerer
jackie_w ought to be getting tired of karma fortunes by now.jackie_w ought to be getting tired of karma fortunes by now.jackie_w ought to be getting tired of karma fortunes by now.jackie_w ought to be getting tired of karma fortunes by now.jackie_w ought to be getting tired of karma fortunes by now.jackie_w ought to be getting tired of karma fortunes by now.jackie_w ought to be getting tired of karma fortunes by now.jackie_w ought to be getting tired of karma fortunes by now.jackie_w ought to be getting tired of karma fortunes by now.jackie_w ought to be getting tired of karma fortunes by now.jackie_w ought to be getting tired of karma fortunes by now.
 
Posts: 6,251
Karma: 16539642
Join Date: Sep 2009
Location: UK
Device: ClaraHD, Forma, Libra2, Clara2E, LibraCol, PBTouchHD3
Quote:
Originally Posted by GeoffR View Post
All you need to do is open up the KoboRoot.tgz archive for firmware 3.3.1 (which is inside the kobo-update-3.3.1.zip archive), extract the contents of the ./usr/local/Kobo/hyphenDicts directory, create a new KoboRoot.tgz archive containing just that directory and its contents, and copy the new KoboRoot.tgz to the .kobo directory on the device. Eject and unplug, and the device will update the dictionaries and restart.
I can confirm that this worked for me for standard epubs on an AuraH2O with sideloaded/Patched fw 3.8.0. Although I didn't have fw 3.3.1 to hand so I used the hyphenDicts directory from fw 3.3.0 instead.

Thanks, Geoff
jackie_w is offline   Reply With Quote
Old 10-10-2014, 11:06 PM   #10
JSWolf
Resident Curmudgeon
JSWolf ought to be getting tired of karma fortunes by now.JSWolf ought to be getting tired of karma fortunes by now.JSWolf ought to be getting tired of karma fortunes by now.JSWolf ought to be getting tired of karma fortunes by now.JSWolf ought to be getting tired of karma fortunes by now.JSWolf ought to be getting tired of karma fortunes by now.JSWolf ought to be getting tired of karma fortunes by now.JSWolf ought to be getting tired of karma fortunes by now.JSWolf ought to be getting tired of karma fortunes by now.JSWolf ought to be getting tired of karma fortunes by now.JSWolf ought to be getting tired of karma fortunes by now.
 
JSWolf's Avatar
 
Posts: 79,457
Karma: 145863170
Join Date: Nov 2006
Location: Roslindale, Massachusetts
Device: Kobo Libra 2, Kobo Aura H2O, PRS-650, PRS-T1, nook STR, PW3
Thank you for the help Geoff, I've download the 3.31 firmware and now have the hyphenation dictionary that I can install when I get my H2O.
JSWolf is offline   Reply With Quote
Old 10-11-2014, 12:01 AM   #11
davidfor
Grand Sorcerer
davidfor ought to be getting tired of karma fortunes by now.davidfor ought to be getting tired of karma fortunes by now.davidfor ought to be getting tired of karma fortunes by now.davidfor ought to be getting tired of karma fortunes by now.davidfor ought to be getting tired of karma fortunes by now.davidfor ought to be getting tired of karma fortunes by now.davidfor ought to be getting tired of karma fortunes by now.davidfor ought to be getting tired of karma fortunes by now.davidfor ought to be getting tired of karma fortunes by now.davidfor ought to be getting tired of karma fortunes by now.davidfor ought to be getting tired of karma fortunes by now.
 
Posts: 24,905
Karma: 47303824
Join Date: Jul 2011
Location: Sydney, Australia
Device: Kobo:Touch,Glo, AuraH2O, GloHD,AuraONE, ClaraHD, Libra H2O; tolinoepos
I reported the problem on the Kobo beta list. And received a response. It should be fixed in the next release.
davidfor is offline   Reply With Quote
Old 10-11-2014, 12:07 AM   #12
DNSB
Bibliophagist
DNSB ought to be getting tired of karma fortunes by now.DNSB ought to be getting tired of karma fortunes by now.DNSB ought to be getting tired of karma fortunes by now.DNSB ought to be getting tired of karma fortunes by now.DNSB ought to be getting tired of karma fortunes by now.DNSB ought to be getting tired of karma fortunes by now.DNSB ought to be getting tired of karma fortunes by now.DNSB ought to be getting tired of karma fortunes by now.DNSB ought to be getting tired of karma fortunes by now.DNSB ought to be getting tired of karma fortunes by now.DNSB ought to be getting tired of karma fortunes by now.
 
DNSB's Avatar
 
Posts: 45,467
Karma: 168808777
Join Date: Jul 2010
Location: Vancouver
Device: Kobo Sage, Libra Colour, Lenovo M8 FHD, Paperwhite 4, Tolino epos
Quote:
Originally Posted by GeoffR View Post
From linux you can create the new KoboRoot.tgz containing the hyphenation dictionaries with these commands:
Code:
unzip -p kobo-update-3.3.1.zip KoboRoot.tgz | tar xz ./usr/local/Kobo/hyphenDicts
tar czf KoboRoot.tgz ./usr/local/Kobo/hyphenDicts
Under Windows, I used 7Zip to open the KoboRoot.tgz archive and delete all the contents except the ./usr/local/Kobo/hyphenDicts directory. This left me with a 147KB archive.
DNSB is offline   Reply With Quote
Old 10-11-2014, 08:20 AM   #13
ewphoenix123
Addict
ewphoenix123 understands when you whisper 'The dog barks at midnight.'ewphoenix123 understands when you whisper 'The dog barks at midnight.'ewphoenix123 understands when you whisper 'The dog barks at midnight.'ewphoenix123 understands when you whisper 'The dog barks at midnight.'ewphoenix123 understands when you whisper 'The dog barks at midnight.'ewphoenix123 understands when you whisper 'The dog barks at midnight.'ewphoenix123 understands when you whisper 'The dog barks at midnight.'ewphoenix123 understands when you whisper 'The dog barks at midnight.'ewphoenix123 understands when you whisper 'The dog barks at midnight.'ewphoenix123 understands when you whisper 'The dog barks at midnight.'ewphoenix123 understands when you whisper 'The dog barks at midnight.'
 
Posts: 201
Karma: 42238
Join Date: Oct 2012
Device: Kobo: Glo, Aura , Aura H2O, Aura ONE, Forma, Elipsa
There are also links to modified/improved hyphenation dictionaries in the mod forum, should be linked in the collected mods thread.
ewphoenix123 is offline   Reply With Quote
Old 10-11-2014, 09:10 AM   #14
JSWolf
Resident Curmudgeon
JSWolf ought to be getting tired of karma fortunes by now.JSWolf ought to be getting tired of karma fortunes by now.JSWolf ought to be getting tired of karma fortunes by now.JSWolf ought to be getting tired of karma fortunes by now.JSWolf ought to be getting tired of karma fortunes by now.JSWolf ought to be getting tired of karma fortunes by now.JSWolf ought to be getting tired of karma fortunes by now.JSWolf ought to be getting tired of karma fortunes by now.JSWolf ought to be getting tired of karma fortunes by now.JSWolf ought to be getting tired of karma fortunes by now.JSWolf ought to be getting tired of karma fortunes by now.
 
JSWolf's Avatar
 
Posts: 79,457
Karma: 145863170
Join Date: Nov 2006
Location: Roslindale, Massachusetts
Device: Kobo Libra 2, Kobo Aura H2O, PRS-650, PRS-T1, nook STR, PW3
Quote:
Originally Posted by ewphoenix123 View Post
There are also links to modified/improved hyphenation dictionaries in the mod forum, should be linked in the collected mods thread.
Links please?
JSWolf is offline   Reply With Quote
Old 10-11-2014, 03:20 PM   #15
ewphoenix123
Addict
ewphoenix123 understands when you whisper 'The dog barks at midnight.'ewphoenix123 understands when you whisper 'The dog barks at midnight.'ewphoenix123 understands when you whisper 'The dog barks at midnight.'ewphoenix123 understands when you whisper 'The dog barks at midnight.'ewphoenix123 understands when you whisper 'The dog barks at midnight.'ewphoenix123 understands when you whisper 'The dog barks at midnight.'ewphoenix123 understands when you whisper 'The dog barks at midnight.'ewphoenix123 understands when you whisper 'The dog barks at midnight.'ewphoenix123 understands when you whisper 'The dog barks at midnight.'ewphoenix123 understands when you whisper 'The dog barks at midnight.'ewphoenix123 understands when you whisper 'The dog barks at midnight.'
 
Posts: 201
Karma: 42238
Join Date: Oct 2012
Device: Kobo: Glo, Aura , Aura H2O, Aura ONE, Forma, Elipsa
direct link

https://www.mobileread.com/forums/sho...&postcount=254

Last edited by ewphoenix123; 10-11-2014 at 03:22 PM.
ewphoenix123 is offline   Reply With Quote
Reply


Forum Jump

Similar Threads
Thread Thread Starter Forum Replies Last Post
Aura H2O Review dieterpops Kobo Reader 89 04-10-2015 07:28 PM
Aura h2o or voyage stethorn Which one should I buy? 199 10-21-2014 01:20 PM
Does the h2o have the 1% light bug? stethorn Kobo Reader 6 10-08-2014 08:53 PM
I just Ordered my H2O and now I want jackastor Kobo Reader 18 09-23-2014 02:13 PM
Aura HD H2O features trocchietto Kobo Reader 8 09-09-2014 07:38 AM


All times are GMT -4. The time now is 03:10 AM.


MobileRead.com is a privately owned, operated and funded community.