From mboxrd@z Thu Jan 1 00:00:00 1970 Authentication-Results: mx.groups.io; dkim=missing; spf=pass (domain: intel.com, ip: 192.55.52.120, mailfrom: michael.d.kinney@intel.com) Received: from mga04.intel.com (mga04.intel.com [192.55.52.120]) by groups.io with SMTP; Wed, 18 Sep 2019 17:23:00 -0700 X-Amp-Result: SKIPPED(no attachment in message) X-Amp-File-Uploaded: False Received: from fmsmga002.fm.intel.com ([10.253.24.26]) by fmsmga104.fm.intel.com with ESMTP/TLS/DHE-RSA-AES256-GCM-SHA384; 18 Sep 2019 17:23:00 -0700 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.64,522,1559545200"; d="scan'208";a="217125547" Received: from unknown (HELO mdkinney-MOBL2.amr.corp.intel.com) ([10.241.98.74]) by fmsmga002.fm.intel.com with ESMTP; 18 Sep 2019 17:23:00 -0700 From: "Michael D Kinney" To: devel@edk2.groups.io Cc: Ard Biesheuvel , Leif Lindholm Subject: [edk2-platforms Patch 0/2] Convert UNI files from UTF-16 to UTF-8 Date: Wed, 18 Sep 2019 17:22:57 -0700 Message-Id: <20190919002259.13728-1-michael.d.kinney@intel.com> X-Mailer: git-send-email 2.21.0.windows.1 MIME-Version: 1.0 Content-Transfer-Encoding: 8bit https://bugzilla.tianocore.org/show_bug.cgi?id=2199 Convert UNI files in Hisilicon and Marvel packages from UTF-16 to UTF-8. There are no file content changes in these patches. The patch files show these as binary files due to the UTF-16 encoding. Future updates to these files in UTF-8 format will show the changes as text files. Cc: Ard Biesheuvel Cc: Leif Lindholm Signed-off-by: Michael D Kinney Michael D Kinney (2): Hisilicon: Convert UNI files from UTF-16 to UTF-8 Marvel: Convert UNI files from UTF-16 to UTF-8 .../BoardFeature2PHi1610Strings.uni | Bin 3538 -> 1780 bytes .../Type09/MiscSystemSlotDesignation.uni | Bin 826 -> 412 bytes .../Applications/EepromCmd/EepromCmd.uni | Bin 3558 -> 1778 bytes .../Applications/FirmwareUpdate/FUpdate.uni | Bin 3500 -> 1749 bytes .../Applications/SpiTool/SpiFlashCmd.uni | Bin 3958 -> 1978 bytes 5 files changed, 0 insertions(+), 0 deletions(-) -- 2.21.0.windows.1