Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
G
go
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
Analytics
Analytics
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Commits
Issue Boards
Open sidebar
Kirill Smelkov
go
Commits
a941491b
Commit
a941491b
authored
May 02, 2013
by
Russ Cox
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
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
parent
3a323670
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
3 additions
and
3 deletions
+3
-3
doc/go1.1.html
doc/go1.1.html
+3
-3
No files found.
doc/go1.1.html
View file @
a941491b
...
...
@@ -272,10 +272,10 @@ values.
</p>
<p>
The Unicode byte order mark
s 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 the
m
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>
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment