From: Jordan Justen Date: Tue, 15 Dec 2015 04:51:26 +0000 (+0000) Subject: CryptoPkg: Convert all .uni files to utf-8 X-Git-Tag: edk2-stable201903~8291 X-Git-Url: https://git.proxmox.com/?p=mirror_edk2.git;a=commitdiff_plain;h=3af422600fe7bc92ed385907586af8b61db53a74 CryptoPkg: Convert all .uni files to utf-8 To convert these files I ran: $ python3 BaseTools/Scripts/ConvertUni.py CryptoPkg Contributed-under: TianoCore Contribution Agreement 1.0 Signed-off-by: Jordan Justen Reviewed-by: Qin Long Reviewed-by: Michael Kinney git-svn-id: https://svn.code.sf.net/p/edk2/code/trunk/edk2@19250 6f19259b-4bc3-4df7-8a09-765794883524 --- diff --git a/CryptoPkg/Application/Cryptest/Cryptest.uni b/CryptoPkg/Application/Cryptest/Cryptest.uni index 0ae792eee0..34f55498b3 100644 Binary files a/CryptoPkg/Application/Cryptest/Cryptest.uni and b/CryptoPkg/Application/Cryptest/Cryptest.uni differ diff --git a/CryptoPkg/Application/Cryptest/CryptestExtra.uni b/CryptoPkg/Application/Cryptest/CryptestExtra.uni index 68873052b4..530faa593c 100644 Binary files a/CryptoPkg/Application/Cryptest/CryptestExtra.uni and b/CryptoPkg/Application/Cryptest/CryptestExtra.uni differ diff --git a/CryptoPkg/CryptRuntimeDxe/CryptRuntimeDxe.uni b/CryptoPkg/CryptRuntimeDxe/CryptRuntimeDxe.uni index 9e49aebd78..337cdf47b8 100644 Binary files a/CryptoPkg/CryptRuntimeDxe/CryptRuntimeDxe.uni and b/CryptoPkg/CryptRuntimeDxe/CryptRuntimeDxe.uni differ diff --git a/CryptoPkg/CryptRuntimeDxe/CryptRuntimeDxeExtra.uni b/CryptoPkg/CryptRuntimeDxe/CryptRuntimeDxeExtra.uni index 584d9ff08d..7fe3a61753 100644 Binary files a/CryptoPkg/CryptRuntimeDxe/CryptRuntimeDxeExtra.uni and b/CryptoPkg/CryptRuntimeDxe/CryptRuntimeDxeExtra.uni differ diff --git a/CryptoPkg/CryptoPkg.uni b/CryptoPkg/CryptoPkg.uni index 0f3dd225ca..effb918cf4 100644 Binary files a/CryptoPkg/CryptoPkg.uni and b/CryptoPkg/CryptoPkg.uni differ diff --git a/CryptoPkg/CryptoPkgExtra.uni b/CryptoPkg/CryptoPkgExtra.uni index 92e9fd4c8e..71c4a65aa4 100644 Binary files a/CryptoPkg/CryptoPkgExtra.uni and b/CryptoPkg/CryptoPkgExtra.uni differ diff --git a/CryptoPkg/Library/BaseCryptLib/BaseCryptLib.uni b/CryptoPkg/Library/BaseCryptLib/BaseCryptLib.uni index dcfde21b06..00609947e5 100644 Binary files a/CryptoPkg/Library/BaseCryptLib/BaseCryptLib.uni and b/CryptoPkg/Library/BaseCryptLib/BaseCryptLib.uni differ diff --git a/CryptoPkg/Library/BaseCryptLib/PeiCryptLib.uni b/CryptoPkg/Library/BaseCryptLib/PeiCryptLib.uni index aaa28d0598..41fdbbd2cd 100644 Binary files a/CryptoPkg/Library/BaseCryptLib/PeiCryptLib.uni and b/CryptoPkg/Library/BaseCryptLib/PeiCryptLib.uni differ diff --git a/CryptoPkg/Library/BaseCryptLib/RuntimeCryptLib.uni b/CryptoPkg/Library/BaseCryptLib/RuntimeCryptLib.uni index fdf3f89db0..593faa7b06 100644 Binary files a/CryptoPkg/Library/BaseCryptLib/RuntimeCryptLib.uni and b/CryptoPkg/Library/BaseCryptLib/RuntimeCryptLib.uni differ diff --git a/CryptoPkg/Library/BaseCryptLib/SmmCryptLib.uni b/CryptoPkg/Library/BaseCryptLib/SmmCryptLib.uni index 89f598a56d..9b2df98582 100644 Binary files a/CryptoPkg/Library/BaseCryptLib/SmmCryptLib.uni and b/CryptoPkg/Library/BaseCryptLib/SmmCryptLib.uni differ diff --git a/CryptoPkg/Library/BaseCryptLibRuntimeCryptProtocol/BaseCryptLibRuntimeCryptProtocol.uni b/CryptoPkg/Library/BaseCryptLibRuntimeCryptProtocol/BaseCryptLibRuntimeCryptProtocol.uni index f16637b771..533fffa8c3 100644 Binary files a/CryptoPkg/Library/BaseCryptLibRuntimeCryptProtocol/BaseCryptLibRuntimeCryptProtocol.uni and b/CryptoPkg/Library/BaseCryptLibRuntimeCryptProtocol/BaseCryptLibRuntimeCryptProtocol.uni differ diff --git a/CryptoPkg/Library/IntrinsicLib/BaseIntrinsicLib.uni b/CryptoPkg/Library/IntrinsicLib/BaseIntrinsicLib.uni index 7435d1251b..c40b856a49 100644 Binary files a/CryptoPkg/Library/IntrinsicLib/BaseIntrinsicLib.uni and b/CryptoPkg/Library/IntrinsicLib/BaseIntrinsicLib.uni differ diff --git a/CryptoPkg/Library/OpensslLib/OpensslLib.uni b/CryptoPkg/Library/OpensslLib/OpensslLib.uni index 86412d878d..0dffec1c98 100644 Binary files a/CryptoPkg/Library/OpensslLib/OpensslLib.uni and b/CryptoPkg/Library/OpensslLib/OpensslLib.uni differ