lkml.org 
[lkml]   [2021]   [May]   [12]   [last100]   RSS Feed
Views: [wrap][no wrap]   [headers]  [forward] 
 
Messages in this thread
    Patch in this message
    /
    From
    Subject[PATCH v2 13/40] docs: process: code-of-conduct.rst: Use ASCII subset instead of UTF-8 alternate symbols
    Date
    The conversion tools used during DocBook/LaTeX/Markdown->ReST conversion
    and some automatic rules which exists on certain text editors like
    LibreOffice turned ASCII characters into some UTF-8 alternatives that
    are better displayed on html and PDF.

    While it is OK to use UTF-8 characters in Linux, it is better to
    use the ASCII subset instead of using an UTF-8 equivalent character
    as it makes life easier for tools like grep, and are easier to edit
    with the some commonly used text/source code editors.

    Also, Sphinx already do such conversion automatically outside literal blocks:
    https://docutils.sourceforge.io/docs/user/smartquotes.html

    So, replace the occurences of the following UTF-8 characters:

    - U+2019 ('’'): RIGHT SINGLE QUOTATION MARK

    Signed-off-by: Mauro Carvalho Chehab <mchehab+huawei@kernel.org>
    ---
    Documentation/process/code-of-conduct.rst | 2 +-
    1 file changed, 1 insertion(+), 1 deletion(-)

    diff --git a/Documentation/process/code-of-conduct.rst b/Documentation/process/code-of-conduct.rst
    index be50294aebd5..2060834b9cee 100644
    --- a/Documentation/process/code-of-conduct.rst
    +++ b/Documentation/process/code-of-conduct.rst
    @@ -32,7 +32,7 @@ Examples of unacceptable behavior by participants include:
    advances
    * Trolling, insulting/derogatory comments, and personal or political attacks
    * Public or private harassment
    -* Publishing others’ private information, such as a physical or electronic
    +* Publishing others' private information, such as a physical or electronic
    address, without explicit permission
    * Other conduct which could reasonably be considered inappropriate in a
    professional setting
    --
    2.30.2
    \
     
     \ /
      Last update: 2021-05-12 14:52    [W:4.142 / U:0.280 seconds]
    ©2003-2020 Jasper Spaans|hosted at Digital Ocean and TransIP|Read the blog|Advertise on this site