]> git.proxmox.com Git - mirror_edk2.git/commit
BaseTools:The BOM character is processed when python reads a file
authorFan, ZhijuX <zhijux.fan@intel.com>
Tue, 26 Feb 2019 06:57:44 +0000 (14:57 +0800)
committerFeng, Bob C <bob.c.feng@intel.com>
Wed, 27 Feb 2019 01:39:09 +0000 (09:39 +0800)
commitde72c9d1da8d2d81477f921644db7a55912cddf6
treeffe716f8bf0de4cb585dd4318307e686090ad6a5
parent7d180efeaa03df25973416dc0aad099f4fe7e251
BaseTools:The BOM character is processed when python reads a file

When python3 reads an XML file it will parse the file in error
if the file has a BOM

Cc: Bob Feng <bob.c.feng@intel.com>
Cc: Liming Gao <liming.gao@intel.com>
Contributed-under: TianoCore Contribution Agreement 1.1
Signed-off-by: Zhiju.Fan <zhijux.fan@intel.com>
Reviewed-by: Bob Feng <bob.c.feng@intel.com>
BaseTools/Source/Python/Ecc/Xml/XmlRoutines.py