encoding/charmap: re-generate the Windows 1255 table.

This change simply commits the result of running "go generate".

The specification at
https://encoding.spec.whatwg.org/index-windows-1255.txt has changed so
that the 0xca (= 128 + 74) byte now maps to U+05BA HEBREW POINT HOLAM
HASER FOR VAV. Previously, that byte was not explicitly mapped, so
implicitly mapped to U+FFFD REPLACEMENT CHARACTER, whose UTF-8 encoding
is "\xef\xbf\xbd".

Diff'ing the 2012-era and current versions
https://web-beta.archive.org/web/20121022034837/http://encoding.spec.whatwg.org/index-windows-1255.txt
https://encoding.spec.whatwg.org/index-windows-1255.txt
gives:

$ diff -u old.txt new.txt
--- old.txt	2017-03-30 15:25:18.467810201 +1100
+++ new.txt	2017-03-20 23:29:41.000000000 +1100
@@ -1,8 +1,11 @@
 # Any copyright is dedicated to the Public Domain.
-# http://creativecommons.org/publicdomain/zero/1.0/
+# https://creativecommons.org/publicdomain/zero/1.0/
 #
-# For details on index-windows-1255.txt see the Encoding Standard
-# http://encoding.spec.whatwg.org/
+# For details on index index-windows-1255.txt see the Encoding Standard
+# https://encoding.spec.whatwg.org/
+#
+# Identifier:
cd7fb43c97eefa1651084d92d02af53ad668bd848528c18c3b1af5c06b499651
+# Date: 2016-10-24

   0	0x20AC	€ (EURO SIGN)
   1	0x0081	 (<control>)
@@ -78,6 +81,7 @@
  71	0x05B7	 (HEBREW POINT PATAH)
  72	0x05B8	 (HEBREW POINT QAMATS)
  73	0x05B9	 (HEBREW POINT HOLAM)
+ 74	0x05BA	 (HEBREW POINT HOLAM HASER FOR VAV)
  75	0x05BB	 (HEBREW POINT QUBUTS)
  76	0x05BC	 (HEBREW POINT DAGESH OR MAPIQ)
  77	0x05BD	 (HEBREW POINT METEG)

Change-Id: I7614c852f4c9a62c1e69026f488042ad5da4fa80
Reviewed-on: https://go-review.googlesource.com/38872
Reviewed-by: David Symonds <dsymonds@golang.org>
1 file changed