diff --git a/doc/go_spec.html b/doc/go_spec.html index 2350fdbad8..195f7a3c24 100644 --- a/doc/go_spec.html +++ b/doc/go_spec.html @@ -1,6 +1,6 @@ @@ -99,6 +99,12 @@ are different characters. Implementation restriction: For compatibility with other tools, a compiler may disallow the NUL character (U+0000) in the source text.
++Implementation restriction: For compatibility with other tools, a +compiler may ignore any UTF-8-encoded Unicode byte order mark +(U+FEFF) in the source text outside of string +and rune literals. +