aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRuss Cox <rsc@golang.org>2013-05-02 15:01:31 -0400
committerRuss Cox <rsc@golang.org>2013-05-02 15:01:31 -0400
commita941491b4eb3e877f64ba5dba24c1c3550e9d872 (patch)
treeb23e070b780610f4f90353296364b4cac8c58c5b
parent3a32367040a06b55fa93baddba2b57371079af90 (diff)
downloadgo-a941491b4eb3e877f64ba5dba24c1c3550e9d872.tar.gz
go-a941491b4eb3e877f64ba5dba24c1c3550e9d872.zip
doc: only U+FEFF is a byte-order mark; U+FFFE is not
R=golang-dev, r CC=golang-dev https://golang.org/cl/9103046
-rw-r--r--doc/go1.1.html6
1 files changed, 3 insertions, 3 deletions
diff --git a/doc/go1.1.html b/doc/go1.1.html
index 20c7d36447..1ab5c173df 100644
--- a/doc/go1.1.html
+++ b/doc/go1.1.html
@@ -272,10 +272,10 @@ values.
</p>
<p>
-The Unicode byte order marks U+FFFE and U+FEFF, encoded in UTF-8, are now permitted as the first
+The Unicode byte order mark U+FEFF, encoded in UTF-8, is now permitted as the first
character of a Go source file.
-Even though their appearance in the byte-order-free UTF-8 encoding is clearly unnecessary,
-some editors add them as a kind of "magic number" identifying a UTF-8 encoded file.
+Even though its appearance in the byte-order-free UTF-8 encoding is clearly unnecessary,
+some editors add the mark as a kind of "magic number" identifying a UTF-8 encoded file.
</p>
<p>