View Single Post
Old 05-10-2015, 06:44 AM   #32
Tex2002ans
Wizard
Tex2002ans ought to be getting tired of karma fortunes by now.Tex2002ans ought to be getting tired of karma fortunes by now.Tex2002ans ought to be getting tired of karma fortunes by now.Tex2002ans ought to be getting tired of karma fortunes by now.Tex2002ans ought to be getting tired of karma fortunes by now.Tex2002ans ought to be getting tired of karma fortunes by now.Tex2002ans ought to be getting tired of karma fortunes by now.Tex2002ans ought to be getting tired of karma fortunes by now.Tex2002ans ought to be getting tired of karma fortunes by now.Tex2002ans ought to be getting tired of karma fortunes by now.Tex2002ans ought to be getting tired of karma fortunes by now.
 
Posts: 2,306
Karma: 13057279
Join Date: Jul 2012
Device: Kobo Forma, Nook
Quote:
Originally Posted by Notjohn View Post
The CSM gives this example, of a quote within a quote within a quote: “I eat what I see.”’” But on the printed page, there is a discernible (though just discernible) space between the single quote and the enclosing double quotes.
If there are outer + inner quotes right next to eachother, typographically, there should be a thin space in between:

Code:
This is a sample of “ ‘Outer Quotes’ right next to ‘inner quotes.’ ”
Although with the problems with many ereader fonts missing the thin space character, you may want to use a non-breaking space to be more compatible (although I find this to be much too large):

Code:
This is a sample of “ ‘Outer Quotes’ right next to ‘inner quotes.’ ”
I just settle on this:

Code:
This is a sample of “‘Outer Quotes’ right next to ‘inner quotes.’”
and hope that the kerning on the device/user font would properly kern the “‘ and ’” pair.

Having normal spaces around the quotation marks might lead to the device causing some ugly line breaks and/or the quotation marks may get mangled if you run it through some "smarten punctuation" algorithms.

Side Note: I ran into this same exact question when I was first OCRing books. I thought that the space between quotation marks was a typo the first few times I ran across it (it rarely occurs in the books/journals I convert). So I went hunting down the explanation. Don't have a specific source, but I recall spending a few days reading all the sites/topics on the subject.

Last edited by Tex2002ans; 05-10-2015 at 06:56 AM.
Tex2002ans is offline   Reply With Quote