Skip to content

Remove the unnecessary unicode character

Tao Liu requested to merge liutgnu/centos-stream-9:unicode into main

Upstream Status: linux.git commit 4a2d80ad062e
Bugzilla: https://bugzilla.redhat.com/show_bug.cgi?id=2187350

commit 4a2d80ad062e2f3722227a72ad6050aa3e2c7676
Author: Tao Liu <ltao@redhat.com>
Date:   Wed Apr 26 10:14:52 2023 +0800

    docs: Remove unnecessary unicode character

    There is a non-printable unicode char '\u202a' or "0xe2 0x80 0xaa" in hex
    in the translation doc. It is unnecessary and should be removed for better
    text formatting when using editors like vi.

    Signed-off-by: Tao Liu <ltao@redhat.com>
    Reviewed-by: Yanteng Si <siyanteng@loongson.cn>
    Link: https://lore.kernel.org/r/20230426021452.9745-1-ltao@redhat.com
    Signed-off-by: Jonathan Corbet <corbet@lwn.net>

Signed-off-by: Tao Liu ltao@redhat.com

Edited by Patrick Talbert

Merge request reports