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 11-26-2013, 05:51 PM   #1
fxp33
Addict
fxp33 figured out that Keyser Söze was the Kevin Spacey character in less than 20 minutes.fxp33 figured out that Keyser Söze was the Kevin Spacey character in less than 20 minutes.fxp33 figured out that Keyser Söze was the Kevin Spacey character in less than 20 minutes.fxp33 figured out that Keyser Söze was the Kevin Spacey character in less than 20 minutes.fxp33 figured out that Keyser Söze was the Kevin Spacey character in less than 20 minutes.fxp33 figured out that Keyser Söze was the Kevin Spacey character in less than 20 minutes.fxp33 figured out that Keyser Söze was the Kevin Spacey character in less than 20 minutes.fxp33 figured out that Keyser Söze was the Kevin Spacey character in less than 20 minutes.fxp33 figured out that Keyser Söze was the Kevin Spacey character in less than 20 minutes.fxp33 figured out that Keyser Söze was the Kevin Spacey character in less than 20 minutes.fxp33 figured out that Keyser Söze was the Kevin Spacey character in less than 20 minutes.
 
Posts: 261
Karma: 110864
Join Date: Mar 2013
Location: Bordeaux, France
Device: Kobo Glo, Aura HD, kindle paperwhite
Footnote encoding problem in kepub.epub

Hi,


I noticed that an ebook I made a few months ago had some problem displaying the utf-8 characters in the popup footnote.

In this test kepub.epub, the following line is clickable, and a footnote appears with the exact same text.

Code:
"French accents: ê, Â; È; Chinese: 乾;"
But I what I get in the footnote is in ANSI, not utf-8:

Code:
French accents: ê, Â; È; Chinese: 乾;
Can someone try it, and maybe tell me what is wrong in my syntax:


Code:
<?xml version="1.0" encoding="utf-8" standalone="no"?>
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.1//EN"
  "http://www.w3.org/TR/xhtml11/DTD/xhtml11.dtd">

<html xmlns="http://www.w3.org/1999/xhtml" xmlns:epub="http://www.idpf.org/2007/ops">
<head>
  <title>Test popup footnote encoding</title>
</head>

<body>
  <header>
    <h1>Test</h1>
  </header>

  <p><b>Click on the paragraph below:</b> the exact same line should appear as a footnote.</p>

  <p><br />
  <a epub:type="noteref" href="#n1" title="French accents: ê, Â; È; Chinese: 乾;">French accents: ê, Â; È; Chinese: 乾;</a> </p>

  <section epub:type="rearnotes" style="display:none">
    <aside class="hidden" epub:type="footnote" id="n1">French accents: ê, Â; È; Chinese: 乾;</aside>
  </section>
</body>
</html>
Note that this code didn't work for me as epub...

Regards

François
Attached Files
File Type: epub Test Footnote popup encoding.kepub.epub (2.1 KB, 174 views)
fxp33 is offline   Reply With Quote
Old 11-28-2013, 07:02 AM   #2
tshering
Wizard
tshering ought to be getting tired of karma fortunes by now.tshering ought to be getting tired of karma fortunes by now.tshering ought to be getting tired of karma fortunes by now.tshering ought to be getting tired of karma fortunes by now.tshering ought to be getting tired of karma fortunes by now.tshering ought to be getting tired of karma fortunes by now.tshering ought to be getting tired of karma fortunes by now.tshering ought to be getting tired of karma fortunes by now.tshering ought to be getting tired of karma fortunes by now.tshering ought to be getting tired of karma fortunes by now.tshering ought to be getting tired of karma fortunes by now.
 
Posts: 3,489
Karma: 2914715
Join Date: Jun 2012
Device: kobo touch
Quote:
Originally Posted by fxp33 View Post
Note that this code didn't work for me as epub...
The reason for this is, that you are using an Epub 3 feature.

As to the problem: Your pop-up footnote works fine with FW 2.6.1, but not with 3.0.1.
tshering is offline   Reply With Quote
Advert
Old 11-28-2013, 11:56 AM   #3
fxp33
Addict
fxp33 figured out that Keyser Söze was the Kevin Spacey character in less than 20 minutes.fxp33 figured out that Keyser Söze was the Kevin Spacey character in less than 20 minutes.fxp33 figured out that Keyser Söze was the Kevin Spacey character in less than 20 minutes.fxp33 figured out that Keyser Söze was the Kevin Spacey character in less than 20 minutes.fxp33 figured out that Keyser Söze was the Kevin Spacey character in less than 20 minutes.fxp33 figured out that Keyser Söze was the Kevin Spacey character in less than 20 minutes.fxp33 figured out that Keyser Söze was the Kevin Spacey character in less than 20 minutes.fxp33 figured out that Keyser Söze was the Kevin Spacey character in less than 20 minutes.fxp33 figured out that Keyser Söze was the Kevin Spacey character in less than 20 minutes.fxp33 figured out that Keyser Söze was the Kevin Spacey character in less than 20 minutes.fxp33 figured out that Keyser Söze was the Kevin Spacey character in less than 20 minutes.
 
Posts: 261
Karma: 110864
Join Date: Mar 2013
Location: Bordeaux, France
Device: Kobo Glo, Aura HD, kindle paperwhite
Hi

@tshering: Thank you for your answer and for your test.
It's very kind.
And many thanks for the diagnosis: I will just have to downgrade to 2.8 to check when the "bug" or the change in the specs of ACCESS started.

Regards

François
fxp33 is offline   Reply With Quote
Old 11-28-2013, 06:13 PM   #4
fxp33
Addict
fxp33 figured out that Keyser Söze was the Kevin Spacey character in less than 20 minutes.fxp33 figured out that Keyser Söze was the Kevin Spacey character in less than 20 minutes.fxp33 figured out that Keyser Söze was the Kevin Spacey character in less than 20 minutes.fxp33 figured out that Keyser Söze was the Kevin Spacey character in less than 20 minutes.fxp33 figured out that Keyser Söze was the Kevin Spacey character in less than 20 minutes.fxp33 figured out that Keyser Söze was the Kevin Spacey character in less than 20 minutes.fxp33 figured out that Keyser Söze was the Kevin Spacey character in less than 20 minutes.fxp33 figured out that Keyser Söze was the Kevin Spacey character in less than 20 minutes.fxp33 figured out that Keyser Söze was the Kevin Spacey character in less than 20 minutes.fxp33 figured out that Keyser Söze was the Kevin Spacey character in less than 20 minutes.fxp33 figured out that Keyser Söze was the Kevin Spacey character in less than 20 minutes.
 
Posts: 261
Karma: 110864
Join Date: Mar 2013
Location: Bordeaux, France
Device: Kobo Glo, Aura HD, kindle paperwhite
French testing file

Hi,

Here is the file with french explanations ... if someone needs it for testing.


Regards

François
Attached Files
File Type: epub Test notes encodage v3 fr.kepub.epub (2.3 KB, 192 views)

Last edited by fxp33; 11-28-2013 at 06:37 PM. Reason: Removed unnecessary quote.
fxp33 is offline   Reply With Quote
Old 11-28-2013, 07:36 PM   #5
robko
Wizard
robko ought to be getting tired of karma fortunes by now.robko ought to be getting tired of karma fortunes by now.robko ought to be getting tired of karma fortunes by now.robko ought to be getting tired of karma fortunes by now.robko ought to be getting tired of karma fortunes by now.robko ought to be getting tired of karma fortunes by now.robko ought to be getting tired of karma fortunes by now.robko ought to be getting tired of karma fortunes by now.robko ought to be getting tired of karma fortunes by now.robko ought to be getting tired of karma fortunes by now.robko ought to be getting tired of karma fortunes by now.
 
Posts: 2,454
Karma: 5469320
Join Date: Jul 2010
Device: Kobo
Quote:
Originally Posted by fxp33 View Post
Hi
And many thanks for the diagnosis: I will just have to downgrade to 2.8 to check when the "bug" or the change in the specs of ACCESS started.
3.x seems to have "broke" popup footnotes on sideloaded kepubs. I'm starting to think that Kobo really is actively making the good options no work on sideloaded kepubs. On the positive side, it seems much faster jumping to the footnote page.
robko is offline   Reply With Quote
Advert
Old 11-29-2013, 04:02 AM   #6
fxp33
Addict
fxp33 figured out that Keyser Söze was the Kevin Spacey character in less than 20 minutes.fxp33 figured out that Keyser Söze was the Kevin Spacey character in less than 20 minutes.fxp33 figured out that Keyser Söze was the Kevin Spacey character in less than 20 minutes.fxp33 figured out that Keyser Söze was the Kevin Spacey character in less than 20 minutes.fxp33 figured out that Keyser Söze was the Kevin Spacey character in less than 20 minutes.fxp33 figured out that Keyser Söze was the Kevin Spacey character in less than 20 minutes.fxp33 figured out that Keyser Söze was the Kevin Spacey character in less than 20 minutes.fxp33 figured out that Keyser Söze was the Kevin Spacey character in less than 20 minutes.fxp33 figured out that Keyser Söze was the Kevin Spacey character in less than 20 minutes.fxp33 figured out that Keyser Söze was the Kevin Spacey character in less than 20 minutes.fxp33 figured out that Keyser Söze was the Kevin Spacey character in less than 20 minutes.
 
Posts: 261
Karma: 110864
Join Date: Mar 2013
Location: Bordeaux, France
Device: Kobo Glo, Aura HD, kindle paperwhite
Hi,

I notified FNAC, the Kobo seller in France of this problem (through their press service which is the only email available on their website).

They might be interested in the fact that this version of the firmware has a problem for french accents.

Regards

François
fxp33 is offline   Reply With Quote
Reply


Forum Jump

Similar Threads
Thread Thread Starter Forum Replies Last Post
Footnote problem with New York Review bgamsa Recipes 4 11-05-2013 10:55 PM
Converting TXT to ePub - problem with encoding tomek buszewski Conversion 1 04-09-2013 09:10 AM
koboish: Script that convert your epub to a kepub.epub with the correct bookcover !! the_m Kobo Reader 4 01-24-2013 10:01 PM
Pdf to epub Turkish character encoding problem blueresistance Conversion 1 02-25-2011 05:31 PM
encoding problem with mobi converted to epub ldolse Calibre 5 08-14-2009 12:55 PM


All times are GMT -4. The time now is 01:33 AM.


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