Re: [PATCH 28/53] docs: filesystems: ext4: avoid using UTF-8 chars
From: "Theodore Ts'o" <tytso@mit.edu>
Date: 2021-05-10 19:23:32
Also in:
linux-ext4, lkml
From: "Theodore Ts'o" <tytso@mit.edu>
Date: 2021-05-10 19:23:32
Also in:
linux-ext4, lkml
On Mon, May 10, 2021 at 12:26:40PM +0200, Mauro Carvalho Chehab wrote:
While UTF-8 characters can be used at the Linux documentation,
the best is to use them only when ASCII doesn't offer a good replacement.
So, replace the occurences of the following UTF-8 characters:
- U+201c ('“'): LEFT DOUBLE QUOTATION MARK
- U+201d ('”'): RIGHT DOUBLE QUOTATION MARK
- U+2217 ('∗'): ASTERISK OPERATOR
Signed-off-by: Mauro Carvalho Chehab <mchehab+huawei@kernel.org>Acked-by: Theodore Ts'o <tytso@mit.edu> Thanks, - Ted