From 486771b0a9b3fdd85ff09afcb08637e8219f305d Mon Sep 17 00:00:00 2001 From: Henri Sivonen Date: Mon, 15 Oct 2018 14:54:19 +0300 Subject: [PATCH] Fix encoding/resources/two-boms-utf-16[be|le].html which were corrupted These were imported by moz-wptsync-bot in changeset 3d778629a3948660e510f8b4f2b22c26fa4ad727 and were corrupted in the process. This is a manual copy of the two files from the Gecko repo copy of wpt. --- encoding/resources/two-boms-utf-16be.html | 2 +- encoding/resources/two-boms-utf-16le.html | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/encoding/resources/two-boms-utf-16be.html b/encoding/resources/two-boms-utf-16be.html index b8c055b1b9c4b9..6a5b0a5517fd42 100644 --- a/encoding/resources/two-boms-utf-16be.html +++ b/encoding/resources/two-boms-utf-16be.html @@ -1 +1 @@ -í³¾í³¿í³¾í³¿ \ No newline at end of file +þÿþÿ \ No newline at end of file diff --git a/encoding/resources/two-boms-utf-16le.html b/encoding/resources/two-boms-utf-16le.html index 8042f33eb34c01..535a40d398d3b5 100644 --- a/encoding/resources/two-boms-utf-16le.html +++ b/encoding/resources/two-boms-utf-16le.html @@ -1 +1 @@ -í³¿í³¾í³¿í³¾ \ No newline at end of file +ÿþÿþ \ No newline at end of file