2010/9/4 Gregory Pittman <span dir="ltr">&lt;<a href="mailto:gregp_ky@yahoo.com">gregp_ky@yahoo.com</a>&gt;</span><br><div class="gmail_quote"><blockquote class="gmail_quote" style="margin: 0pt 0pt 0pt 0.8ex; border-left: 1px solid rgb(204, 204, 204); padding-left: 1ex;">
<div><div></div><div class="h5">On 09/04/2010 09:50 AM, Louis Desjardins wrote:<br>
<blockquote class="gmail_quote" style="margin: 0pt 0pt 0pt 0.8ex; border-left: 1px solid rgb(204, 204, 204); padding-left: 1ex;">
2010/8/29 Gregory Pittman&lt;<a href="mailto:gregp_ky@yahoo.com" target="_blank">gregp_ky@yahoo.com</a>&gt;<br>
<br>
<blockquote class="gmail_quote" style="margin: 0pt 0pt 0pt 0.8ex; border-left: 1px solid rgb(204, 204, 204); padding-left: 1ex;">
On 08/18/2010 04:58 PM, a.l.e wrote:<br>
<br>
<blockquote class="gmail_quote" style="margin: 0pt 0pt 0pt 0.8ex; border-left: 1px solid rgb(204, 204, 204); padding-left: 1ex;">
On Wed, 18 Aug 2010 19:42:51 +0200<br>
Thorsten Panknin&lt;<a href="mailto:thp@thorstenpeh.de" target="_blank">thp@thorstenpeh.de</a>&gt;   wrote:<br>
<br>
  *bump*<br>
<blockquote class="gmail_quote" style="margin: 0pt 0pt 0pt 0.8ex; border-left: 1px solid rgb(204, 204, 204); padding-left: 1ex;">
<br>
</blockquote>
<br>
no<br>
a.l.e<br>
<br>
</blockquote>
<br>
Here is something I&#39;ve put together over the weekend:<br>
<br>
<br>
<a href="http://wiki.scribus.net/index.php/Convert_Typewriter_Quotes_to_Typographic_Quotes" target="_blank">http://wiki.scribus.net/index.php/Convert_Typewriter_Quotes_to_Typographic_Quotes</a><br>
<br>
As written, it will convert typewriter quotes to typographic quotes in a<br>
single selected frame. The logic is a bit kludgy, but it performs pretty<br>
well. So far, you can choose English or German style quotes, others to come.<br>
Do not expect it to be perfect, you will still need to scan your document to<br>
see how it did, and as always, save your document just before running the<br>
script.<br>
<br>
</blockquote>
<br>
Hi Greg,<br>
<br>
I was wondering whether this was a job for Short Words?<br>
<br>
I have a dream that Short Words is the typographic tool we need to tackle<br>
many of those issues.<br>
<br>
In French, since the quotes are preceeded and followed by a word space, it<br>
might be kind of tricky to set the rules for a computer to make the<br>
appropriate call where a human would figure out in a fraction of a second<br>
what is opening and what is closing...  But we could tell the computer to<br>
look for the next quote and then set the first to opening and the second to<br>
closing. This might need much more thought...<br>
<br>
(I left my answer unfinished for days and now I am reading the post by Axel<br>
Bojer, very interesting!)<br>
<br>
What occurs to me is that unless there would be some coding mysteries (for<br>
me at least!), such tables that make such auto replacements could (should?)<br>
be in the Short Word table?<br>
<br>
We could then have a powerful tool to manage typographic rules according to<br>
each language (or even better, according to just any given case).<br>
<br>
I think that Short Words is the home for this !<br>
</blockquote>
<br></div></div>
Here is at least some of the trickiness that came out of writing this script, with its ugly tests. In the simple case, you have a left quote preceded by a space, and a right quote followed by a space.<br>
<br>
However, right away, you may have a block of text which begins with a quote or ends with a quote, so you must deal with these.<br>
<br>
You also have paragraphs which may begin or end with quotes. I had thought that I would look for some sort of &#39;newline&#39; character, but it seems that certainly as of 1.3.8, we have a new scheme. If you look at the file format we now have, each paragraph is a separate block of text, thus from a getText point of view in scripter, you cannot test for a newline/new paragraph character, there is none.<br>

<br>
You also have situations where quotes can either lead or follow punctuation, at least in American English.<br>
<br>
So I ended with the very complex set of rules to end up, eliminating possibilities, then taking a stab at a default to follow the else: clause.<br>
<br>
I&#39;m hoping that with a bit more time to understand how text frames are built with printing and nonprinting characters I can make this less ugly.<br>
<br>
A language like French presents 2 new problems, this business about the space between the double guillemets and the letter (trying to find the unicode for this space, which may not exist in all fonts), and that it quickly became impractical to place single guillemets, since there are so many apostrophes in French: d&#39;etat, l&#39;amour, and so on. Since I have no books in French, and also since searching the internet for display of typography is frustrating (first rule: there are no rules), I couldn&#39;t find out if the typographic apostrophe of d&#39;etat is a curly quote or not. I ended up making an editorial decision to make them right curly quotes pending some negative feedback.<br>
</blockquote><div><br>Actually, before the DTP revolution, the apostrophe has — to my knowledge — always been a curved one! The straight one is used in scientific notation. It’s only because the straight apostrophe was so readily available on the keyboard that it was seemlessly and so widely introduced into the typographic world.<br>
<br>There is some valuable info in this article from wikipedia<br><a href="http://en.wikipedia.org/wiki/Apostrophe">http://en.wikipedia.org/wiki/Apostrophe</a><br><br>I strongly believe we can/could/should address typographic issues with the mean of such a tool that can accomplish a series of automatic search &amp; replace on various glyphs or sequence of glyphs. Each language has it’s load of rules and, yes, exceptions. It’s either a super search &amp; replace which could include spaces management as well as aspostrophe and quotes and various other possibiliies — or an enhanced Short Words that allows to define rules per languages.<br>
<br>To answer your questions, the apostrophe in d’état should be the curled one and not the straight one, just like in English for just any elision like in you’re, it’s, we’re, I’ve, I’m, couldn’t, shoudn’t, wouldn’t, doesn’t, can’t, won’t, and dozens of others... isn’t it? :) By the way, I think hat English makes a fair use of apostrophe too!<br>
</div><blockquote class="gmail_quote" style="margin: 0pt 0pt 0pt 0.8ex; border-left: 1px solid rgb(204, 204, 204); padding-left: 1ex;">
<br>
In the end, I think I have illustrated how even the mighty Short Words may struggle with this issue. I think there will always be a disclaimer about this however it&#39;s done. Doing it with zero or very few errors may require something along the lines of language-specific artificial intelligence.</blockquote>
<div><br>Most certainly yes.<br><br>Louis <br></div><blockquote class="gmail_quote" style="margin: 0pt 0pt 0pt 0.8ex; border-left: 1px solid rgb(204, 204, 204); padding-left: 1ex;"><div><div></div><div class="h5"><br>
<br>
Greg<br>
<br>
_______________________________________________<br>
scribus mailing list<br>
<a href="mailto:scribus@lists.scribus.info" target="_blank">scribus@lists.scribus.info</a><br>
<a href="http://lists.scribus.info/mailman/listinfo/scribus" target="_blank">http://lists.scribus.info/mailman/listinfo/scribus</a><br>
</div></div></blockquote></div>