bug-gnulib
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: GNUlib unicode encoding causes smart quotes to be displayed in progr


From: Bruno Haible
Subject: Re: GNUlib unicode encoding causes smart quotes to be displayed in program's output
Date: Sat, 07 Dec 2019 14:56:31 +0100
User-agent: KMail/5.1.3 (Linux/4.4.0-166-generic; KDE/5.18.0; x86_64; ; )

Pádraig Brady wrote:
>    It’s awkward for word regex to use right quote (\u2019)
>    Itʼs best to use apostrophe modifier (\u02BC)

Unicode.org recommends:
  * U+2019 is the preferred character for a punctuation apostrophe,
  * U+02BC is a glottal stop, used by many languages as a letter of their
    alphabets.

So, we should write
  L’Oréal and L’chaim with U+2019
  and OʼHara, OʼConnor with U+02BC.

Bruno




reply via email to

[Prev in Thread] Current Thread [Next in Thread]