]> git.proxmox.com Git - mirror_edk2.git/commit
BaseTools/UPT: Fix an issue of UNI string checking.
authorHess Chen <hesheng.chen@intel.com>
Tue, 16 Oct 2018 06:04:00 +0000 (14:04 +0800)
committerYonghong Zhu <yonghong.zhu@intel.com>
Wed, 24 Oct 2018 00:41:05 +0000 (08:41 +0800)
commit90c64aada8a14dca551aa48bc5a5763a39933525
treea07b5a880db90a65f8aade0f9cce7028a41c8619
parent7a57490c2ebafa5411d7fef62710d8778f17c9b1
BaseTools/UPT: Fix an issue of UNI string checking.

The tool now can detect the error that the content between double
quotes contains another double quotes or enter key.

Contributed-under: TianoCore Contribution Agreement 1.0
Signed-off-by: Hess Chen <hesheng.chen@intel.com>
Reviewed-by: Yonghong Zhu <yonghong.zhu@intel.com>
BaseTools/Source/Python/UPT/Library/UniClassObject.py