]> git.proxmox.com Git - mirror_edk2.git/commit - ArmPlatformPkg/Bds/BootMenu.c
ArmPlatformPkg/Bds: Get User inputs in Unicode
authoroliviermartin <oliviermartin@6f19259b-4bc3-4df7-8a09-765794883524>
Fri, 9 Sep 2011 10:49:54 +0000 (10:49 +0000)
committeroliviermartin <oliviermartin@6f19259b-4bc3-4df7-8a09-765794883524>
Fri, 9 Sep 2011 10:49:54 +0000 (10:49 +0000)
commit74b961324c1cc3ae3f97523e085fb169ec63b608
tree80aeaf152679289f0fa3cc5ceabfdc164c1e11cb
parentc3cd46d421cef32077ae6caf860b50d00ba2aa7f
ArmPlatformPkg/Bds: Get User inputs in Unicode

The user input was getting in Ascii and converted later to Unicode
when required.
In this change, the user inputs are caught in Unicode and converted
to Ascii only when needed.

git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@12310 6f19259b-4bc3-4df7-8a09-765794883524
ArmPlatformPkg/Bds/BdsHelper.c
ArmPlatformPkg/Bds/BdsInternal.h
ArmPlatformPkg/Bds/BootMenu.c
ArmPlatformPkg/Bds/BootOptionSupport.c