]> Cypherpunks repositories - gostls13.git/commit
gc: escape unicode BOM in exported string literals
authorVolker Dobler <dr.volker.dobler@gmail.com>
Thu, 11 Apr 2013 18:45:18 +0000 (11:45 -0700)
committerRob Pike <r@golang.org>
Thu, 11 Apr 2013 18:45:18 +0000 (11:45 -0700)
commita9f1569e7bff932eada0c4c691123e3c1177b6f0
treee6c944bac22524dd2eee1620ba864c4dc4e0e512
parent548c65a568e14490f1a6b80e92c175e2410ddf20
gc: escape unicode BOM in exported string literals

Fixes #5260.

R=golang-dev, minux.ma, 0xjnml, r
CC=golang-dev
https://golang.org/cl/8658043
src/cmd/gc/fmt.c
test/fixedbugs/issue5260.dir/a.go [new file with mode: 0644]
test/fixedbugs/issue5260.dir/b.go [new file with mode: 0644]
test/fixedbugs/issue5260.go [new file with mode: 0644]