]> git.proxmox.com Git - mirror_edk2.git/commit
BaseTools: Support \x####\ in UNI files to specify non-ascii characters
authorYonghong Zhu <yonghong.zhu@intel.com>
Tue, 3 May 2016 07:44:27 +0000 (15:44 +0800)
committerYonghong Zhu <yonghong.zhu@intel.com>
Fri, 6 May 2016 02:06:58 +0000 (10:06 +0800)
commit314e2fb1752679392e9fe386564ef04d99680a93
tree7f92933347c753eab6f8e179f079079adb4f52b2
parent44a7d08b5a935347a35507fb5db42659a96b3452
BaseTools: Support \x####\ in UNI files to specify non-ascii characters

UNI spec updated to allow using \x####\ to specify non-ascii characters,
# is a hex digit.

Cc: Liming Gao <liming.gao@intel.com>
Contributed-under: TianoCore Contribution Agreement 1.0
Signed-off-by: Yonghong Zhu <yonghong.zhu@intel.com>
Reviewed-by: Liming Gao <liming.gao@intel.com>
BaseTools/Source/Python/AutoGen/UniClassObject.py