Re: [PATCH v4 3/5] fs: unicode: Rename function names from utf8 to unicode

From: Eric Biggers
Date: Thu Mar 25 2021 - 15:25:06 EST


On Thu, Mar 25, 2021 at 05:38:09AM +0530, Shreeya Patel wrote:
> Rename the function names from utf8 to unicode for taking the first step
> towards the transformation of utf8-core file into the unicode subsystem
> layer file.
>
> Reviewed-by: Gabriel Krisman Bertazi <krisman@xxxxxxxxxxxxx>
> Signed-off-by: Shreeya Patel <shreeya.patel@xxxxxxxxxxxxx>

Can you add some more explanation about why this change is beneficial? The
functions still seem tied to UTF-8 specifically.

- Eric