From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mga04.intel.com (mga04.intel.com [192.55.52.120]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by ml01.01.org (Postfix) with ESMTPS id 22DC721951C8F for ; Tue, 25 Apr 2017 18:07:23 -0700 (PDT) Received: from fmsmga002.fm.intel.com ([10.253.24.26]) by fmsmga104.fm.intel.com with ESMTP/TLS/DHE-RSA-AES256-GCM-SHA384; 25 Apr 2017 18:07:22 -0700 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.37,252,1488873600"; d="scan'208";a="1160978919" Received: from ewhitney-mobl.amr.corp.intel.com (HELO mdkinney-MOBL.amr.corp.intel.com) ([10.255.230.13]) by fmsmga002.fm.intel.com with ESMTP; 25 Apr 2017 18:07:22 -0700 From: Michael Kinney To: edk2-devel@lists.01.org Cc: Jaben Carsey , Yonghong Zhu , Kevin W Shaw Date: Tue, 25 Apr 2017 18:07:18 -0700 Message-Id: <1493168839-11708-1-git-send-email-michael.d.kinney@intel.com> X-Mailer: git-send-email 2.6.3.windows.1 Subject: [edk2-UniSpecification PATCH] Allow .uni files on disk to be UTF-8 without a BOM X-BeenThere: edk2-devel@lists.01.org X-Mailman-Version: 2.1.22 Precedence: list List-Id: EDK II Development List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 26 Apr 2017 01:07:23 -0000 https://bugzilla.tianocore.org/show_bug.cgi?id=507 GitHub branch for review: * https://github.com/mdkinney/edk2-UniSpecification/tree/Bugzilla_507_SupportUtf8Files GitHub word diff view of the patches in this series: * [1/1] https://github.com/mdkinney/edk2-UniSpecification/commit/68aedacc21e1ee606e97be4a7bcc158a4ad4c72d?w=1 Cc: Jaben Carsey Cc: Yonghong Zhu Cc: Kevin W Shaw Contributed-under: TianoCore Contribution Agreement 1.1 Signed-off-by: Michael Kinney Michael Kinney (1): Allow .uni files on disk to be UTF-8 without a BOM 2_unicode_strings_file_format.md | 9 ++++++--- README.md | 27 ++++++++++++++------------- 2 files changed, 20 insertions(+), 16 deletions(-) -- 2.6.3.windows.1