Re: [f2fs-dev] [PATCH 27/53] docs: filesystems: f2fs.rst: avoid using UTF-8 chars
From: Chao Yu <hidden>
Date: 2021-05-11 03:16:38
Also in:
linux-f2fs-devel, lkml
From: Chao Yu <hidden>
Date: 2021-05-11 03:16:38
Also in:
linux-f2fs-devel, lkml
On 2021/5/10 18:26, 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+2013 ('–'): EN DASH
- U+201c ('“'): LEFT DOUBLE QUOTATION MARK
- U+201d ('”'): RIGHT DOUBLE QUOTATION MARK
Signed-off-by: Mauro Carvalho Chehab <mchehab+huawei@kernel.org>Reviewed-by: Chao Yu <redacted> Thanks,