]> git.proxmox.com Git - mirror_edk2.git/commit
BaseTools: Remove non-ascii character of StructurePcd comment
authorChen, Christine <Yuwei.Chen@intel.com>
Mon, 28 Jun 2021 08:46:44 +0000 (16:46 +0800)
committermergify[bot] <37929162+mergify[bot]@users.noreply.github.com>
Mon, 12 Jul 2021 02:18:45 +0000 (02:18 +0000)
commit3de3c24755bdee191429c0a72aed5110e9a0b2f9
treeecc8ca6bf9cd356828d9d932faa726274585390b
parentad1009ec626bea7a718d595f98f0ad49a16c6e5b
BaseTools: Remove non-ascii character of StructurePcd comment

Currently, the ConvertFceToStructurePcd.py tool generate
StructurePcd dsc file with comments from UNI file including
non-ascii character. Following DSC spec, there should not have
non-ascii character in DSC file. This patch removes the non-ascii
character when adding the comment and changes the circle R to (R).

Signed-off-by: Yuwei Chen <yuwei.chen@intel.com>
Cc: Bob Feng <bob.c.feng@intel.com>
Cc: Liming Gao <gaoliming@byosoft.com.cn>
Reviewed-by: Bob Feng <bob.c.feng@intel.com>
BaseTools/Scripts/ConvertFceToStructurePcd.py