From: Jordan Justen Date: Tue, 15 Dec 2015 04:56:57 +0000 (+0000) Subject: NetworkPkg: Convert all .uni files to utf-8 X-Git-Tag: edk2-stable201903~8283 X-Git-Url: https://git.proxmox.com/?p=mirror_edk2.git;a=commitdiff_plain;h=b55fecfee68876a2945dfe101ba84164bb748e54 NetworkPkg: Convert all .uni files to utf-8 To convert these files I ran: $ python3 BaseTools/Scripts/ConvertUni.py NetworkPkg Contributed-under: TianoCore Contribution Agreement 1.0 Signed-off-by: Jordan Justen Reviewed-by: Michael Kinney git-svn-id: https://svn.code.sf.net/p/edk2/code/trunk/edk2@19258 6f19259b-4bc3-4df7-8a09-765794883524 --- diff --git a/NetworkPkg/Application/IfConfig6/IfConfig6.uni b/NetworkPkg/Application/IfConfig6/IfConfig6.uni index 7c3e20e58c..e0ea589771 100644 Binary files a/NetworkPkg/Application/IfConfig6/IfConfig6.uni and b/NetworkPkg/Application/IfConfig6/IfConfig6.uni differ diff --git a/NetworkPkg/Application/IfConfig6/IfConfig6Extra.uni b/NetworkPkg/Application/IfConfig6/IfConfig6Extra.uni index e39bcbea2b..7d3f27a073 100644 Binary files a/NetworkPkg/Application/IfConfig6/IfConfig6Extra.uni and b/NetworkPkg/Application/IfConfig6/IfConfig6Extra.uni differ diff --git a/NetworkPkg/Application/IfConfig6/IfConfig6Strings.uni b/NetworkPkg/Application/IfConfig6/IfConfig6Strings.uni index e22879e2e4..3753bd8ef8 100644 Binary files a/NetworkPkg/Application/IfConfig6/IfConfig6Strings.uni and b/NetworkPkg/Application/IfConfig6/IfConfig6Strings.uni differ diff --git a/NetworkPkg/Application/IpsecConfig/IpSecConfig.uni b/NetworkPkg/Application/IpsecConfig/IpSecConfig.uni index 4dd8d10d36..3dab958699 100644 Binary files a/NetworkPkg/Application/IpsecConfig/IpSecConfig.uni and b/NetworkPkg/Application/IpsecConfig/IpSecConfig.uni differ diff --git a/NetworkPkg/Application/IpsecConfig/IpSecConfigExtra.uni b/NetworkPkg/Application/IpsecConfig/IpSecConfigExtra.uni index bdc200e25e..53008576c0 100644 Binary files a/NetworkPkg/Application/IpsecConfig/IpSecConfigExtra.uni and b/NetworkPkg/Application/IpsecConfig/IpSecConfigExtra.uni differ diff --git a/NetworkPkg/Application/IpsecConfig/IpSecConfigStrings.uni b/NetworkPkg/Application/IpsecConfig/IpSecConfigStrings.uni index 4ebccd48b3..2c342d38cd 100644 Binary files a/NetworkPkg/Application/IpsecConfig/IpSecConfigStrings.uni and b/NetworkPkg/Application/IpsecConfig/IpSecConfigStrings.uni differ diff --git a/NetworkPkg/Application/Ping6/Ping6.uni b/NetworkPkg/Application/Ping6/Ping6.uni index 8a1bd3a679..afd14b796a 100644 Binary files a/NetworkPkg/Application/Ping6/Ping6.uni and b/NetworkPkg/Application/Ping6/Ping6.uni differ diff --git a/NetworkPkg/Application/Ping6/Ping6Extra.uni b/NetworkPkg/Application/Ping6/Ping6Extra.uni index 8963ea71b1..097ea5578a 100644 Binary files a/NetworkPkg/Application/Ping6/Ping6Extra.uni and b/NetworkPkg/Application/Ping6/Ping6Extra.uni differ diff --git a/NetworkPkg/Application/Ping6/Ping6Strings.uni b/NetworkPkg/Application/Ping6/Ping6Strings.uni index ad9f739f82..c2f003defb 100644 Binary files a/NetworkPkg/Application/Ping6/Ping6Strings.uni and b/NetworkPkg/Application/Ping6/Ping6Strings.uni differ diff --git a/NetworkPkg/Application/VConfig/VConfig.uni b/NetworkPkg/Application/VConfig/VConfig.uni index e9db9bb687..3647cace51 100644 Binary files a/NetworkPkg/Application/VConfig/VConfig.uni and b/NetworkPkg/Application/VConfig/VConfig.uni differ diff --git a/NetworkPkg/Application/VConfig/VConfigExtra.uni b/NetworkPkg/Application/VConfig/VConfigExtra.uni index 4faf8ffae1..c5fed8bc2f 100644 Binary files a/NetworkPkg/Application/VConfig/VConfigExtra.uni and b/NetworkPkg/Application/VConfig/VConfigExtra.uni differ diff --git a/NetworkPkg/Application/VConfig/VConfigStrings.uni b/NetworkPkg/Application/VConfig/VConfigStrings.uni index 5cab8ba543..641e26e0f9 100644 Binary files a/NetworkPkg/Application/VConfig/VConfigStrings.uni and b/NetworkPkg/Application/VConfig/VConfigStrings.uni differ diff --git a/NetworkPkg/Dhcp6Dxe/Dhcp6Dxe.uni b/NetworkPkg/Dhcp6Dxe/Dhcp6Dxe.uni index ce60a4758f..34ecd6c6ef 100644 Binary files a/NetworkPkg/Dhcp6Dxe/Dhcp6Dxe.uni and b/NetworkPkg/Dhcp6Dxe/Dhcp6Dxe.uni differ diff --git a/NetworkPkg/Dhcp6Dxe/Dhcp6DxeExtra.uni b/NetworkPkg/Dhcp6Dxe/Dhcp6DxeExtra.uni index 78f057400d..ca9fa0c22e 100644 Binary files a/NetworkPkg/Dhcp6Dxe/Dhcp6DxeExtra.uni and b/NetworkPkg/Dhcp6Dxe/Dhcp6DxeExtra.uni differ diff --git a/NetworkPkg/DnsDxe/DnsDxe.uni b/NetworkPkg/DnsDxe/DnsDxe.uni index 981d7561e6..fc1116aaa5 100644 Binary files a/NetworkPkg/DnsDxe/DnsDxe.uni and b/NetworkPkg/DnsDxe/DnsDxe.uni differ diff --git a/NetworkPkg/DnsDxe/DnsDxeExtra.uni b/NetworkPkg/DnsDxe/DnsDxeExtra.uni index 70d583d7d2..ab262d609c 100644 Binary files a/NetworkPkg/DnsDxe/DnsDxeExtra.uni and b/NetworkPkg/DnsDxe/DnsDxeExtra.uni differ diff --git a/NetworkPkg/HttpBootDxe/HttpBootDxe.uni b/NetworkPkg/HttpBootDxe/HttpBootDxe.uni index fe743df852..370f115347 100644 Binary files a/NetworkPkg/HttpBootDxe/HttpBootDxe.uni and b/NetworkPkg/HttpBootDxe/HttpBootDxe.uni differ diff --git a/NetworkPkg/HttpBootDxe/HttpBootDxeExtra.uni b/NetworkPkg/HttpBootDxe/HttpBootDxeExtra.uni index 2d45c4cda5..d6a0f0cef6 100644 Binary files a/NetworkPkg/HttpBootDxe/HttpBootDxeExtra.uni and b/NetworkPkg/HttpBootDxe/HttpBootDxeExtra.uni differ diff --git a/NetworkPkg/HttpDxe/HttpDxe.uni b/NetworkPkg/HttpDxe/HttpDxe.uni index d6792dd41e..8aee8f72a6 100644 Binary files a/NetworkPkg/HttpDxe/HttpDxe.uni and b/NetworkPkg/HttpDxe/HttpDxe.uni differ diff --git a/NetworkPkg/HttpDxe/HttpDxeExtra.uni b/NetworkPkg/HttpDxe/HttpDxeExtra.uni index 1a06619eee..2e96fc8aa5 100644 Binary files a/NetworkPkg/HttpDxe/HttpDxeExtra.uni and b/NetworkPkg/HttpDxe/HttpDxeExtra.uni differ diff --git a/NetworkPkg/HttpUtilitiesDxe/HttpUtilitiesDxe.uni b/NetworkPkg/HttpUtilitiesDxe/HttpUtilitiesDxe.uni index 83eeab345d..0efdcd5429 100644 Binary files a/NetworkPkg/HttpUtilitiesDxe/HttpUtilitiesDxe.uni and b/NetworkPkg/HttpUtilitiesDxe/HttpUtilitiesDxe.uni differ diff --git a/NetworkPkg/HttpUtilitiesDxe/HttpUtilitiesDxeExtra.uni b/NetworkPkg/HttpUtilitiesDxe/HttpUtilitiesDxeExtra.uni index 841ccda167..a9194be736 100644 Binary files a/NetworkPkg/HttpUtilitiesDxe/HttpUtilitiesDxeExtra.uni and b/NetworkPkg/HttpUtilitiesDxe/HttpUtilitiesDxeExtra.uni differ diff --git a/NetworkPkg/IScsiDxe/IScsiConfigStrings.uni b/NetworkPkg/IScsiDxe/IScsiConfigStrings.uni index 57ef9c8d77..7a80fab0ad 100644 Binary files a/NetworkPkg/IScsiDxe/IScsiConfigStrings.uni and b/NetworkPkg/IScsiDxe/IScsiConfigStrings.uni differ diff --git a/NetworkPkg/IScsiDxe/IScsiDxe.uni b/NetworkPkg/IScsiDxe/IScsiDxe.uni index 89bac6d4e1..8522a4991c 100644 Binary files a/NetworkPkg/IScsiDxe/IScsiDxe.uni and b/NetworkPkg/IScsiDxe/IScsiDxe.uni differ diff --git a/NetworkPkg/IScsiDxe/IScsiDxeExtra.uni b/NetworkPkg/IScsiDxe/IScsiDxeExtra.uni index fe6988ffdd..4a0579875e 100644 Binary files a/NetworkPkg/IScsiDxe/IScsiDxeExtra.uni and b/NetworkPkg/IScsiDxe/IScsiDxeExtra.uni differ diff --git a/NetworkPkg/Ip6Dxe/Ip6Dxe.uni b/NetworkPkg/Ip6Dxe/Ip6Dxe.uni index 8fee315c70..11e97344f4 100644 Binary files a/NetworkPkg/Ip6Dxe/Ip6Dxe.uni and b/NetworkPkg/Ip6Dxe/Ip6Dxe.uni differ diff --git a/NetworkPkg/Ip6Dxe/Ip6DxeExtra.uni b/NetworkPkg/Ip6Dxe/Ip6DxeExtra.uni index 4944567a75..c3c34e4ab7 100644 Binary files a/NetworkPkg/Ip6Dxe/Ip6DxeExtra.uni and b/NetworkPkg/Ip6Dxe/Ip6DxeExtra.uni differ diff --git a/NetworkPkg/Ip6Dxe/Ip6DxeStrings.uni b/NetworkPkg/Ip6Dxe/Ip6DxeStrings.uni index 4558dacc61..3c9beec6a0 100644 Binary files a/NetworkPkg/Ip6Dxe/Ip6DxeStrings.uni and b/NetworkPkg/Ip6Dxe/Ip6DxeStrings.uni differ diff --git a/NetworkPkg/IpSecDxe/IpSecDxe.uni b/NetworkPkg/IpSecDxe/IpSecDxe.uni index b3e5673d6f..9203174541 100644 Binary files a/NetworkPkg/IpSecDxe/IpSecDxe.uni and b/NetworkPkg/IpSecDxe/IpSecDxe.uni differ diff --git a/NetworkPkg/IpSecDxe/IpSecDxeExtra.uni b/NetworkPkg/IpSecDxe/IpSecDxeExtra.uni index 864b7f8f97..35b0bb9042 100644 Binary files a/NetworkPkg/IpSecDxe/IpSecDxeExtra.uni and b/NetworkPkg/IpSecDxe/IpSecDxeExtra.uni differ diff --git a/NetworkPkg/Mtftp6Dxe/Mtftp6Dxe.uni b/NetworkPkg/Mtftp6Dxe/Mtftp6Dxe.uni index af978d5b2e..5853d2e328 100644 Binary files a/NetworkPkg/Mtftp6Dxe/Mtftp6Dxe.uni and b/NetworkPkg/Mtftp6Dxe/Mtftp6Dxe.uni differ diff --git a/NetworkPkg/Mtftp6Dxe/Mtftp6DxeExtra.uni b/NetworkPkg/Mtftp6Dxe/Mtftp6DxeExtra.uni index 81c5b9b814..2dab5e798e 100644 Binary files a/NetworkPkg/Mtftp6Dxe/Mtftp6DxeExtra.uni and b/NetworkPkg/Mtftp6Dxe/Mtftp6DxeExtra.uni differ diff --git a/NetworkPkg/NetworkPkg.uni b/NetworkPkg/NetworkPkg.uni index e7b1cc5eed..a1b0185257 100644 Binary files a/NetworkPkg/NetworkPkg.uni and b/NetworkPkg/NetworkPkg.uni differ diff --git a/NetworkPkg/NetworkPkgExtra.uni b/NetworkPkg/NetworkPkgExtra.uni index 51793d3513..339cb86ffb 100644 Binary files a/NetworkPkg/NetworkPkgExtra.uni and b/NetworkPkg/NetworkPkgExtra.uni differ diff --git a/NetworkPkg/TcpDxe/TcpDxe.uni b/NetworkPkg/TcpDxe/TcpDxe.uni index 759ccbde80..112f017d81 100644 Binary files a/NetworkPkg/TcpDxe/TcpDxe.uni and b/NetworkPkg/TcpDxe/TcpDxe.uni differ diff --git a/NetworkPkg/TcpDxe/TcpDxeExtra.uni b/NetworkPkg/TcpDxe/TcpDxeExtra.uni index bddb35688d..097203cbdb 100644 Binary files a/NetworkPkg/TcpDxe/TcpDxeExtra.uni and b/NetworkPkg/TcpDxe/TcpDxeExtra.uni differ diff --git a/NetworkPkg/Udp6Dxe/Udp6Dxe.uni b/NetworkPkg/Udp6Dxe/Udp6Dxe.uni index 9a970c50e4..5f1f19bdba 100644 Binary files a/NetworkPkg/Udp6Dxe/Udp6Dxe.uni and b/NetworkPkg/Udp6Dxe/Udp6Dxe.uni differ diff --git a/NetworkPkg/Udp6Dxe/Udp6DxeExtra.uni b/NetworkPkg/Udp6Dxe/Udp6DxeExtra.uni index e11d89a74e..1185113f3c 100644 Binary files a/NetworkPkg/Udp6Dxe/Udp6DxeExtra.uni and b/NetworkPkg/Udp6Dxe/Udp6DxeExtra.uni differ diff --git a/NetworkPkg/UefiPxeBcDxe/UefiPxeBcDxe.uni b/NetworkPkg/UefiPxeBcDxe/UefiPxeBcDxe.uni index 37ca0cb036..1a1c9593a4 100644 Binary files a/NetworkPkg/UefiPxeBcDxe/UefiPxeBcDxe.uni and b/NetworkPkg/UefiPxeBcDxe/UefiPxeBcDxe.uni differ diff --git a/NetworkPkg/UefiPxeBcDxe/UefiPxeBcDxeExtra.uni b/NetworkPkg/UefiPxeBcDxe/UefiPxeBcDxeExtra.uni index 2877631fc4..ef45972576 100644 Binary files a/NetworkPkg/UefiPxeBcDxe/UefiPxeBcDxeExtra.uni and b/NetworkPkg/UefiPxeBcDxe/UefiPxeBcDxeExtra.uni differ