Re: [PATCH 28/53] docs: filesystems: ext4: avoid using UTF-8 chars

From: Theodore Ts'o
Date: Mon May 10 2021 - 15:23:32 EST


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@xxxxxxxxxx>

Acked-by: Theodore Ts'o <tytso@xxxxxxx>

Thanks,

- Ted