|  02-13-2013, 09:16 AM | #76 | 
| Writer2ePub creator            Posts: 354 Karma: 121129 Join Date: Sep 2009 Location: Genova, Italy Device: Cybook Bebook iLiad Kindle HanlinV2 Readius SonyPRS500 SonyPRS700 etc | 
			
			Hi all, now it works! You can find the update version of Writer2ePub and Writer2ePub 2 Beta in my blog: http://lukesblog.it/writer2epub Please send your feedback to me Luke | 
|   |   | 
|  02-15-2013, 08:51 AM | #77 | 
| Member  Posts: 18 Karma: 12 Join Date: Nov 2010 Location: Germany Device: Sony PRS-650 | |
|   |   | 
|  02-15-2013, 09:35 AM | #78 | 
| Member  Posts: 15 Karma: 48 Join Date: Dec 2011 Device: Kindle4 Touch |  *** Fonts is missing  LO 4.0.0.3 Win 7 Pro x64 | 
|   |   | 
|  02-15-2013, 12:19 PM | #79 | 
| Writer2ePub creator            Posts: 354 Karma: 121129 Join Date: Sep 2009 Location: Genova, Italy Device: Cybook Bebook iLiad Kindle HanlinV2 Readius SonyPRS500 SonyPRS700 etc | 
			
			Coming soon in version 2! Ahem… would you like to send to me one or more free Cyrillic fonts? I wish to embed some base fonts with next W2E… Luke Last edited by eBookLuke; 02-15-2013 at 12:30 PM. | 
|   |   | 
|  04-07-2013, 09:01 AM | #80 | 
| Enthusiast  Posts: 43 Karma: 10 Join Date: Apr 2009 Location: Malaga - Spain Device: Kindle Touch, iPad, iPhone |   
			
			I had LibreOffice 3 with writer2epub 1.1.17 and worked fine. It created a beatiful TOC. I've just installed LibreOffice 4 and 1.1.17 don't works. I've installed 1.1.23 and the TOC disappears! ;( So I've tried with the beta version 2 and the TOC remained missing. Now I can't create a book with TOC. Writer2epub don't recognizes headers. Will I've to go back to LibreOffice 3 and writer2epub 1.1.17? Help, please...   Last edited by kiermel; 04-07-2013 at 09:13 AM. | 
|   |   | 
|  04-07-2013, 10:12 AM | #81 | 
| Guru            Posts: 691 Karma: 3026110 Join Date: Dec 2008 Location: Lancashire, U.K. Device: BeBook 1, BeBook Pure, Kobo Glo, (and HD),Energy Sistem EReader Pro + | 
			
			Interesting, I have just updated and am having similar results.   The problem seems to be with odd characters in toc.ncx : Spoiler: 
 The above is the result I got with a conversion. Sigil gives up at the first <text> line. It looks like some form of character encoding issue. BobC | 
|   |   | 
|  04-07-2013, 10:35 AM | #82 | 
| Enthusiast  Posts: 43 Karma: 10 Join Date: Apr 2009 Location: Malaga - Spain Device: Kindle Touch, iPad, iPhone | 
			
			I went back to LibreOffice 3 with writer2epub 1.1.17 and now works fine again. Waiting for fix bugs for try new versions again. Thanks a lot to BobC for confirm the bug. | 
|   |   | 
|  04-07-2013, 10:52 AM | #83 | 
| Writer2ePub creator            Posts: 354 Karma: 121129 Join Date: Sep 2009 Location: Genova, Italy Device: Cybook Bebook iLiad Kindle HanlinV2 Readius SonyPRS500 SonyPRS700 etc | 
			
			Kiermel, BobC, please send me a sample .odt file that cause this problem Thanks for your feedback Luke | 
|   |   | 
|  04-07-2013, 02:24 PM | #84 | 
| Guru            Posts: 691 Karma: 3026110 Join Date: Dec 2008 Location: Lancashire, U.K. Device: BeBook 1, BeBook Pure, Kobo Glo, (and HD),Energy Sistem EReader Pro + | 
			
			Luke, Copy of odt and epub emailed to you. BobC | 
|   |   | 
|  04-08-2013, 07:22 AM | #85 | 
| Guru            Posts: 691 Karma: 3026110 Join Date: Dec 2008 Location: Lancashire, U.K. Device: BeBook 1, BeBook Pure, Kobo Glo, (and HD),Energy Sistem EReader Pro + | 
			
			I had a further look at the toc.ncx with a hex oriented editor and it seems clear that the label for each TOC entry is being surrounded with a series of bytes that cannot be displayed. The offending string seems the same each time : Code: 00 00 E2 84 A1 E7 89 A2 E6 AC B0 E6 B9 A5 E2 84 A1 00 BobC Last edited by BobC; 04-08-2013 at 07:43 AM. | 
|   |   | 
|  04-09-2013, 01:15 AM | #86 | 
| Writer2ePub creator            Posts: 354 Karma: 121129 Join Date: Sep 2009 Location: Genova, Italy Device: Cybook Bebook iLiad Kindle HanlinV2 Readius SonyPRS500 SonyPRS700 etc | 
			
			Update: the problem is located in the function CleanTags. This function is intended to remove all HTML tags from the heading title, and seems that it adds random characters instead of remove the text included in <> bracket. The strange is that this routine is unchanged since years, and is the same in 1.1.17,1.1.23 and 2.x  I will investigate further abut this problem… Luke | 
|   |   | 
|  04-09-2013, 05:37 AM | #87 | 
| Writer2ePub creator            Posts: 354 Karma: 121129 Join Date: Sep 2009 Location: Genova, Italy Device: Cybook Bebook iLiad Kindle HanlinV2 Readius SonyPRS500 SonyPRS700 etc | 
			
			Bug found. In LibreOffice 4.x the Basic function "Mid" is buggy. This causes a random character  instead of character replacement. It is a documented bug in LibO site… I will rewrite the macro to avoid this function  Luke | 
|   |   | 
|  04-09-2013, 10:43 AM | #88 | 
| Enthusiast  Posts: 43 Karma: 10 Join Date: Apr 2009 Location: Malaga - Spain Device: Kindle Touch, iPad, iPhone | 
			
			Thanks Luke for your work    | 
|   |   | 
|  04-09-2013, 01:54 PM | #89 | 
| Writer2ePub creator            Posts: 354 Karma: 121129 Join Date: Sep 2009 Location: Genova, Italy Device: Cybook Bebook iLiad Kindle HanlinV2 Readius SonyPRS500 SonyPRS700 etc | 
			
			Bug solved, and another found. Asap I will send to you a corrected version to test Luke | 
|   |   | 
|  08-01-2013, 04:06 PM | #90 | 
| eBook Designer  Posts: 17 Karma: 10 Join Date: Jul 2010 Location: Brussels Device: PRS-650 / NookGlow / Paperwhite / iPad / AsusTransformer | 
			
			Hello, First, thank you Luke for the great tool you made and continue to develop, it's a pelasure tu use. I've been using for a while OO 3.4.1 and W2E 1.1.2. I recently upgraded to 1.1.25, and I lost all the   during the export. I've that with every ODT, none in particular. Strange is that I didn't lost the <p> </p> but only the one in the text. Any idea ? Any option to redownload the 1.1.20 in the intermediate ? I didn't found it Thanks, GE | 
|   |   | 
|  | 
| 
 | 
|  Similar Threads | ||||
| Thread | Thread Starter | Forum | Replies | Last Post | 
| bug reports for the new firmware.. | bokjeid | iRex | 0 | 06-04-2010 08:35 AM | 
| Bug reports & advices for next versions (0.6.32 MacOS X) | neotheone | Calibre | 2 | 01-07-2010 01:14 PM | 
| Where to post enhancements for Calibre, plus Bug Reports? | icq70610 | Calibre | 1 | 03-29-2009 08:06 AM | 
| Need bug reports for Plucker 1.9 -- win software! | pruss | Reading and Management | 2 | 02-03-2008 11:05 PM | 
| PRS-500 Internal Bug Reports To Sony | scotty1024 | Sony Reader Dev Corner | 11 | 05-31-2007 06:05 PM |