all messages for Emacs-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
From: Maxim Nikulin <manikulin@gmail.com>
To: emacs-orgmode@gnu.org
Subject: Re: Smart quotes for Greek (questions for a possible patch)
Date: Sun, 15 Aug 2021 22:59:49 +0700	[thread overview]
Message-ID: <sfbdln$jg5$1@ciao.gmane.io> (raw)
In-Reply-To: <87r1ew5an0.fsf@posteo.net>

On 14/08/2021 22:06, Juan Manuel Macías wrote:
> 
> I would like to submit a patch to add smart quotes for Greek in
> `org-export-smart-quotes-alist', but I have a couple of questions.
> 
> First of all, I am not a native speaker of Greek

Disclaimer: I am not a Greek speaker at all.

> Yannis Haralambous explains in "From Unicode to
> Typography, a Case Study: the Greek Script" (1999, p. 20:
> http://web.archive.org/web/20120229131933/http://omega.enstb.org/yannis/pdf/boston99.pdf).
> 
> Fortunately these quotes are provided by the Unicode standard (*U+201F*
> and U+201D, the latter being the same closing double quotes as in
> English);

There is no Greek page for
https://en.wikipedia.org/wiki/Quotation_mark
As to English page, notice
https://en.wikipedia.org/wiki/Quotation_mark#Summary_table
https://en.wikipedia.org/wiki/Quotation_mark#Greek
sections. It cites
http://publications.europa.eu/code/el/el-4100107el.htm
that uses “ U+0201C (&#8220;, &lquo;, or &lquot;) and ” U+0201D (&#8221, 
&rquo;, or &rquot;) as inner quotes. If it is acceptable to use this 
pair, LaTeX commands likely may be \textquotedblleft and 
\textquotedblright (or simply `` and ''). I have not noticed anything 
more appropriate in "The Comprehensive LATEX Symbol List". Even
https://www.ctan.org/pkg/babel-greek does not suggest proper way for 
inner quotes.

Even if precise variant is uncertain, maybe any reasonable choice is 
better than currently used defaults. Anyway it may be corrected later.

> #+begin_src emacs-lisp
> (secondary-opening :utf-8 "‟" :html "&#8223;;" :latex "??" :texinfo "??")
> #+end_src

It seems, there is no named entity for U+0201F
https://html.spec.whatwg.org/multipage/named-characters.html#named-character-references

For some unclear reason (there is a badge requesting references), 
Russian page
https://ru.wikipedia.org/wiki/Кавычки
mentions
- «…» as usually used outer,
- ‹…› as usually used inner,
- “…” as alternative outer,
- ‘…’ as alternative inner
quotes. Perhaps, it is just a mistake.



  reply	other threads:[~2021-08-15 16:03 UTC|newest]

Thread overview: 6+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2021-08-14 15:06 Smart quotes for Greek (questions for a possible patch) Juan Manuel Macías
2021-08-15 15:59 ` Maxim Nikulin [this message]
2021-08-15 21:28 ` mvar
2021-08-16 13:57   ` Juan Manuel Macías
2021-08-27 16:23   ` Protesilaos Stavrou
2021-08-31 11:11     ` Juan Manuel Macías

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to='sfbdln$jg5$1@ciao.gmane.io' \
    --to=manikulin@gmail.com \
    --cc=emacs-orgmode@gnu.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
Code repositories for project(s) associated with this external index

	https://git.savannah.gnu.org/cgit/emacs.git
	https://git.savannah.gnu.org/cgit/emacs/org-mode.git

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.