Register Guidelines E-Books Today's Posts Search

Go Back   MobileRead Forums > E-Book Readers > Kobo Reader > Kobo Developer's Corner

Notices

Reply
 
Thread Tools Search this Thread
Old 07-02-2020, 09:29 AM   #136
tartanpion
Enthusiast
tartanpion began at the beginning.
 
Posts: 30
Karma: 10
Join Date: Nov 2011
Location: france
Device: kobo libra 2
Quote:
Originally Posted by Semwize View Post
Just as an option / suggestion.

Open this archive and fix on LEFTHYPHENMIN 3
You will not have such hyphenation.
The jswolf have 2 and the Kobo 5. More frequently with 2 but the bug is here.
tartanpion is offline   Reply With Quote
Old 07-02-2020, 09:32 AM   #137
tartanpion
Enthusiast
tartanpion began at the beginning.
 
Posts: 30
Karma: 10
Join Date: Nov 2011
Location: france
Device: kobo libra 2
And what about a soft hyphen epub before converting in kepub?
tartanpion is offline   Reply With Quote
Advert
Old 07-02-2020, 10:29 AM   #138
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 tartanpion View Post
And what about a soft hyphen epub before converting in kepub?
Soft hyphens may stop your dictionary lookup working (although I haven't tested it to confirm).
jackie_w is offline   Reply With Quote
Old 07-02-2020, 12:09 PM   #139
Semwize
Guru
Semwize ought to be getting tired of karma fortunes by now.Semwize ought to be getting tired of karma fortunes by now.Semwize ought to be getting tired of karma fortunes by now.Semwize ought to be getting tired of karma fortunes by now.Semwize ought to be getting tired of karma fortunes by now.Semwize ought to be getting tired of karma fortunes by now.Semwize ought to be getting tired of karma fortunes by now.Semwize ought to be getting tired of karma fortunes by now.Semwize ought to be getting tired of karma fortunes by now.Semwize ought to be getting tired of karma fortunes by now.Semwize ought to be getting tired of karma fortunes by now.
 
Posts: 913
Karma: 270670
Join Date: Jun 2016
Device: Kobo
Quote:
Originally Posted by tartanpion View Post
The jswolf have 2 and the Kobo 5.
I have seen. Therefore, I recommended you put 3.
Semwize is offline   Reply With Quote
Old 07-02-2020, 12:33 PM   #140
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,488
Karma: 145863170
Join Date: Nov 2006
Location: Roslindale, Massachusetts
Device: Kobo Libra 2, Kobo Aura H2O, PRS-650, PRS-T1, nook STR, PW3
@tartanpion I'll post a version of the dictionary with Left at 3 and you can test it.
JSWolf is online now   Reply With Quote
Advert
Old 07-02-2020, 12:37 PM   #141
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,488
Karma: 145863170
Join Date: Nov 2006
Location: Roslindale, Massachusetts
Device: Kobo Libra 2, Kobo Aura H2O, PRS-650, PRS-T1, nook STR, PW3
@tartanpion, I've posted a beta version of the French hyphenation dictionary using left/right of 3/3. See how that goes. Please let me know if it fixes your problem.

Attachment removed. See the new beta.

Last edited by JSWolf; 07-02-2020 at 01:23 PM.
JSWolf is online now   Reply With Quote
Old 07-02-2020, 01:14 PM   #142
Semwize
Guru
Semwize ought to be getting tired of karma fortunes by now.Semwize ought to be getting tired of karma fortunes by now.Semwize ought to be getting tired of karma fortunes by now.Semwize ought to be getting tired of karma fortunes by now.Semwize ought to be getting tired of karma fortunes by now.Semwize ought to be getting tired of karma fortunes by now.Semwize ought to be getting tired of karma fortunes by now.Semwize ought to be getting tired of karma fortunes by now.Semwize ought to be getting tired of karma fortunes by now.Semwize ought to be getting tired of karma fortunes by now.Semwize ought to be getting tired of karma fortunes by now.
 
Posts: 913
Karma: 270670
Join Date: Jun 2016
Device: Kobo
I’m not sure, because I don’t use hyphens at all, but in my opinion this is a typo
Code:
COUMPOUNDLEFTHYPHENMIN
COUMPOUNDRIGHTHYPHENMIN
If you write correctly, then
Code:
COMPOUNDLEFTHYPHENMIN
COMPOUNDRIGHTHYPHENMIN
Maybe this works for Kobo ...
Quote:
LEFTHYPHENMIN: minimal hyphenation distance from the left end of the word
RIGHTHYPHENMIN: minimal hyphenation distance from the right end of the word
COMPOUNDLEFTHYPHENMIN: min. hyph. dist. from the left compound word boundary
COMPOUNDRIGHTHYPHENMIN: min. hyph. dist. from the right comp. word boundary
Something like this.

In the question above, I would put:
LEFTHYPHENMIN 3
RIGHTHYPHENMIN 2

And looked to see if this would solve the indicated problem.

Last edited by Semwize; 07-02-2020 at 01:26 PM.
Semwize is offline   Reply With Quote
Old 07-02-2020, 01:24 PM   #143
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,488
Karma: 145863170
Join Date: Nov 2006
Location: Roslindale, Massachusetts
Device: Kobo Libra 2, Kobo Aura H2O, PRS-650, PRS-T1, nook STR, PW3
New beta.
Attached Files
File Type: zip BetafHyphenFR.zip (9.0 KB, 233 views)
JSWolf is online now   Reply With Quote
Old 07-02-2020, 01:24 PM   #144
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,488
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 Semwize View Post
I’m not sure, because I don’t use hyphens at all, but in my opinion this is a typo
Code:
COUMPOUNDLEFTHYPHENMIN
COUMPOUNDRIGHTHYPHENMIN
If you write correctly, then
Code:
COMPOUNDLEFTHYPHENMIN
COMPOUNDRIGHTHYPHENMIN
Maybe this works for Kobo ... Invalid spelling.Something like this.

In the question above, I would put:
LEFTHYPHENMIN 3
RIGHTHYPHENMIN 2

And he looked to see if this would solve the indicated problem.
Thanks. I got the spelling from the original dictionary.
JSWolf is online now   Reply With Quote
Old 07-02-2020, 03:23 PM   #145
tartanpion
Enthusiast
tartanpion began at the beginning.
 
Posts: 30
Karma: 10
Join Date: Nov 2011
Location: france
Device: kobo libra 2
Quote:
Originally Posted by JSWolf View Post
@tartanpion, I've posted a beta version of the French hyphenation dictionary using left/right of 3/3. See how that goes. Please let me know if it fixes your problem.

Attachment removed. See the new beta.
No...
and no better result with soft hyphen, unless I am mistaken.

Edit :
I have reloaded the same book in parallel and it seems the bad formatting is gone for the new transfered book but not for the old. Kobo keeps in memory the hyphenation ?

Last edited by tartanpion; 07-02-2020 at 03:48 PM.
tartanpion is offline   Reply With Quote
Old 07-03-2020, 09:36 AM   #146
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,488
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 tartanpion View Post
No...
and no better result with soft hyphen, unless I am mistaken.

Edit :
I have reloaded the same book in parallel and it seems the bad formatting is gone for the new transfered book but not for the old. Kobo keeps in memory the hyphenation ?
Soft hyphens do not work for ePub or KePub. Forget them.

The newly transferred copy should be overwriting the old one.
JSWolf is online now   Reply With Quote
Old 07-03-2020, 09:42 AM   #147
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
Quote:
Originally Posted by JSWolf View Post
Soft hyphens do not work for ePub or KePub. Forget them.
Soft hyphens do work in both ePubs and kepubs. They might have side effects, but, some people might prefer those problems. Just as you prefer the "better" typesetting of ePubs over all the extra features in kepubs.
davidfor is offline   Reply With Quote
Old 07-04-2020, 02:29 PM   #148
Pioneer129
Member
Pioneer129 began at the beginning.
 
Posts: 14
Karma: 10
Join Date: Jul 2020
Device: Kobo aura h2o, kobo glo, pocketbook 622, Kobo Aura one
Quote:
Originally Posted by JSWolf View Post
I've added a French hyphenation dictionary.

Update to add in a Hungarian hyphenation dictionary.

June 04, 2020 - Portuguese coming soon
Hi, does this English Hyphenation Dictionary still works with the newest FW (4.22.x) on Kobo Aura H2o?

Also is there any option of Dictionary lookup history in Kobo Nickel?
Pioneer129 is offline   Reply With Quote
Old 07-04-2020, 03:58 PM   #149
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,488
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 Pioneer129 View Post
Hi, does this English Hyphenation Dictionary still works with the newest FW (4.22.x) on Kobo Aura H2o?

Also is there any option of Dictionary lookup history in Kobo Nickel?
Yes, the English hyphenation dictionary does work with the newest firmware. In fact, it will work with 3.19.x and later. I cannot say about earlier but most likely yes.

Last edited by JSWolf; 07-04-2020 at 04:05 PM.
JSWolf is online now   Reply With Quote
Old 07-04-2020, 04:06 PM   #150
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,488
Karma: 145863170
Join Date: Nov 2006
Location: Roslindale, Massachusetts
Device: Kobo Libra 2, Kobo Aura H2O, PRS-650, PRS-T1, nook STR, PW3
I've updated the English hyphenation dictionary in the first post of this thread. Please download it and install it. It should work better with KePub and work just as well with ePub.
JSWolf is online now   Reply With Quote
Reply


Forum Jump

Similar Threads
Thread Thread Starter Forum Replies Last Post
Hyphenation Simboubou PocketBook 9 09-15-2014 05:21 AM
PRS-T3 hyphenation - whether you want it or not ? cybmole Sony Reader 10 01-13-2014 02:43 PM
Hyphenation - again.. ItsMee Conversion 2 07-31-2012 03:00 PM
Hyphenation Jini ePub 3 04-05-2012 11:48 AM
hyphenation CPatrick OpenInkpot 3 03-22-2010 06:06 AM


All times are GMT -4. The time now is 08:47 AM.


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