Register Guidelines E-Books Today's Posts Search

Go Back   MobileRead Forums > E-Book Software > Sigil

Notices

Reply
 
Thread Tools Search this Thread
Old 12-09-2013, 03:46 PM   #16
pgfiore
Enthusiast
pgfiore began at the beginning.
 
Posts: 34
Karma: 10
Join Date: Dec 2012
Location: Italy
Device: Kindle
In other words, who will fix it?
pgfiore is offline   Reply With Quote
Old 12-09-2013, 04:11 PM   #17
DaleDe
Grand Sorcerer
DaleDe ought to be getting tired of karma fortunes by now.DaleDe ought to be getting tired of karma fortunes by now.DaleDe ought to be getting tired of karma fortunes by now.DaleDe ought to be getting tired of karma fortunes by now.DaleDe ought to be getting tired of karma fortunes by now.DaleDe ought to be getting tired of karma fortunes by now.DaleDe ought to be getting tired of karma fortunes by now.DaleDe ought to be getting tired of karma fortunes by now.DaleDe ought to be getting tired of karma fortunes by now.DaleDe ought to be getting tired of karma fortunes by now.DaleDe ought to be getting tired of karma fortunes by now.
 
DaleDe's Avatar
 
Posts: 11,470
Karma: 13095790
Join Date: Aug 2007
Location: Grass Valley, CA
Device: EB 1150, EZ Reader, Literati, iPad 2 & Air 2, iPhone 7
There is no one actively working on Sigil code so what you have may be the last version although someone might do something someday.

Dale
DaleDe is offline   Reply With Quote
Old 11-27-2014, 11:15 AM   #18
pgfiore
Enthusiast
pgfiore began at the beginning.
 
Posts: 34
Karma: 10
Join Date: Dec 2012
Location: Italy
Device: Kindle
I had a dream... but Sigil 0.8.1 (built Windows x64, loaded Qt 5.3.2) does not fix the issue. Ciao
pgfiore is offline   Reply With Quote
Old 11-27-2014, 01:22 PM   #19
KevinH
Sigil Developer
KevinH ought to be getting tired of karma fortunes by now.KevinH ought to be getting tired of karma fortunes by now.KevinH ought to be getting tired of karma fortunes by now.KevinH ought to be getting tired of karma fortunes by now.KevinH ought to be getting tired of karma fortunes by now.KevinH ought to be getting tired of karma fortunes by now.KevinH ought to be getting tired of karma fortunes by now.KevinH ought to be getting tired of karma fortunes by now.KevinH ought to be getting tired of karma fortunes by now.KevinH ought to be getting tired of karma fortunes by now.KevinH ought to be getting tired of karma fortunes by now.
 
Posts: 8,487
Karma: 5703586
Join Date: Nov 2009
Device: many
Hi,

I did not even know about this bug so there was most likely no one working on it. That said code in xhtml files must be "normalized" NFC unicode according to the spec.

See this Wikipedia article for a description of what NFC text means for unicode: http://en.wikipedia.org/wiki/Unicode_equivalence

So if you have input correct "NFC" - Normalized Form Canonical Composition that still shows a bug in code view please post a the smallest example epub that shows the issue and I will see what I can do about it.

If the problem is in Qt, not Sigil, then a bug report should be filed with Qt.

Thanks,

KevinH


Quote:
Originally Posted by pgfiore View Post
I had a dream... but Sigil 0.8.1 (built Windows x64, loaded Qt 5.3.2) does not fix the issue. Ciao
KevinH is offline   Reply With Quote
Old 11-27-2014, 04:01 PM   #20
Arios
A curiosus lector!
Arios ought to be getting tired of karma fortunes by now.Arios ought to be getting tired of karma fortunes by now.Arios ought to be getting tired of karma fortunes by now.Arios ought to be getting tired of karma fortunes by now.Arios ought to be getting tired of karma fortunes by now.Arios ought to be getting tired of karma fortunes by now.Arios ought to be getting tired of karma fortunes by now.Arios ought to be getting tired of karma fortunes by now.Arios ought to be getting tired of karma fortunes by now.Arios ought to be getting tired of karma fortunes by now.Arios ought to be getting tired of karma fortunes by now.
 
Arios's Avatar
 
Posts: 463
Karma: 2015140
Join Date: Jun 2012
Device: Sony PRS-T1, Kobo Touch
@pgfiore

And what happen if you get rid of all Calibre classes and span?

With something like this (in an epub file):


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" xml:lang="it">
<head>
  <title></title>
</head>

<body>
  <h3>Ciao!</h3>

  <p>è acquistabile <em>accessibilità</em> alle".</p>
  
  <p> etc., etc... La forêt ambiguë est bête, là où l'ombre s'estompte</p>
</body>
</html>
I work regularly with French files where there are many accents and I don't have problems with Sigil.
Arios is offline   Reply With Quote
Old 11-27-2014, 05:51 PM   #21
Doitsu
Grand Sorcerer
Doitsu ought to be getting tired of karma fortunes by now.Doitsu ought to be getting tired of karma fortunes by now.Doitsu ought to be getting tired of karma fortunes by now.Doitsu ought to be getting tired of karma fortunes by now.Doitsu ought to be getting tired of karma fortunes by now.Doitsu ought to be getting tired of karma fortunes by now.Doitsu ought to be getting tired of karma fortunes by now.Doitsu ought to be getting tired of karma fortunes by now.Doitsu ought to be getting tired of karma fortunes by now.Doitsu ought to be getting tired of karma fortunes by now.Doitsu ought to be getting tired of karma fortunes by now.
 
Doitsu's Avatar
 
Posts: 5,683
Karma: 24031401
Join Date: Dec 2010
Device: Kindle PW2
Quote:
Originally Posted by KevinH View Post
So if you have input correct "NFC" - Normalized Form Canonical Composition that still shows a bug in code view please post a the smallest example epub that shows the issue and I will see what I can do about it.
When the OP reported this issue for the first time, I created a sample file that reproduces this issue. For more information see my original post. (To see this issue, you'll have to switch to Code View mode.)

IMHO, this is a non-issue, since there's no advantage in coding accented characters as two sequential characters. On the contrary, it will slightly increase the file size of ePubs in languages that use lots of accented characters. Also in my experience some diacritics are not correctly displayed above or below the base character, depending on the font and the rendering engine. For these reasons precomposed diacritics are almost always the better choice.
Doitsu is offline   Reply With Quote
Reply


Forum Jump

Similar Threads
Thread Thread Starter Forum Replies Last Post
Kindle Touch - Book titles acting weirdly Katdragon Amazon Kindle 2 01-01-2013 07:57 AM
Speakin' of weird: Linux build eating accented chars. Hitch Sigil 2 12-17-2010 01:24 PM
iRiver Story managed by Calibre mareksuski Calibre 14 02-19-2010 02:45 AM
Replacing Chars in URL DAiki Calibre 5 10-13-2008 09:25 AM


All times are GMT -4. The time now is 09:36 AM.


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