golang.org/x/text v0.3.1-0.20181227161524-e6919f6577db (release-branch.go1.12)

This commit is contained in:
Jordan Liggitt
2019-04-05 11:18:45 -04:00
parent 5af2cd6f26
commit 55d52fd5c3
116 changed files with 21547 additions and 8963 deletions

View File

@@ -145,7 +145,7 @@ func (utf8Decoder) Transform(dst, src []byte, atEOF bool) (nDst, nSrc int, err e
// and consumed in a greater context that implies a certain endianness, use
// IgnoreBOM. Otherwise, use ExpectBOM and always produce and consume a BOM.
//
// In the language of http://www.unicode.org/faq/utf_bom.html#bom10, IgnoreBOM
// In the language of https://www.unicode.org/faq/utf_bom.html#bom10, IgnoreBOM
// corresponds to "Where the precise type of the data stream is known... the
// BOM should not be used" and ExpectBOM corresponds to "A particular
// protocol... may require use of the BOM".