unofficial mirror of emacs-devel@gnu.org 
 help / color / mirror / code / Atom feed
From: Collin Funk <collin.funk1@gmail.com>
To: emacs-devel@gnu.org
Subject: Re: UTF-8 characters in commit messages
Date: Mon, 18 Mar 2024 19:26:46 -0700	[thread overview]
Message-ID: <400f1b93-f6df-47d2-98d5-fd44c43408b1@gmail.com> (raw)
In-Reply-To: <E1rmOoA-0002SM-3T@fencepost.gnu.org>

On 3/18/24 7:02 PM, Richard Stallman wrote:
> Could you explain which characters you mean by "typographic quotation
> marks"?

I think he is referencing Unicode quotes which are angled to
differentiate between closing and opening brackets.

As an interesting expirement in Emacs:
# U+2018 LEFT SINGLE QUOTATION MARK
$ find . -name 'ChangeLog*' | xargs grep ‘ | wc -l
705
# U+2019 RIGHT SINGLE QUOTATION MARK
$ find . -name 'ChangeLog*' | xargs grep ’ | wc -l
1599
# U+201C LEFT DOUBLE QUOTATION MARK
find . -name 'ChangeLog*' | xargs grep “ | wc -l
119
# U+201D RIGHT DOUBLE QUOTATION MARK
$ find . -name 'ChangeLog*' | xargs grep ” | wc -l
119

Collin



      reply	other threads:[~2024-03-19  2:26 UTC|newest]

Thread overview: 7+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2024-03-12  0:21 [PATCH] ; Simplify (with-current-buffer (get-buffer …) …) Tim Landscheidt
2024-03-14 10:42 ` Eli Zaretskii
2024-03-15  9:16   ` UTF-8 characters in commit messages (was: [PATCH] ; Simplify (with-current-buffer (get-buffer …) …)) Tim Landscheidt
2024-03-15 11:32     ` Eli Zaretskii
2024-03-15 12:43       ` UTF-8 characters in commit messages Tim Landscheidt
2024-03-19  2:02         ` Richard Stallman
2024-03-19  2:26           ` Collin Funk [this message]

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

  List information: https://www.gnu.org/software/emacs/

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

  git send-email \
    --in-reply-to=400f1b93-f6df-47d2-98d5-fd44c43408b1@gmail.com \
    --to=collin.funk1@gmail.com \
    --cc=emacs-devel@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 public inbox

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

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).