summaryrefslogtreecommitdiff
path: root/test/char_lit.go
diff options
context:
space:
mode:
authorRobert Griesemer <gri@golang.org>2008-03-26 16:12:43 -0700
committerRobert Griesemer <gri@golang.org>2008-03-26 16:12:43 -0700
commitd79b17e60a36639edfecbae370a04b815e908a5f (patch)
tree97ea4ff4f2116cdaffd988917aad0a788ec6454b /test/char_lit.go
parent41d34e2451a39ed6bf4dbf9a51a81afa101e06d5 (diff)
downloadgo-git-d79b17e60a36639edfecbae370a04b815e908a5f.tar.gz
- Make Coco/R-based parser work w/ UTF-8 encoded files even if there is
no (optional) UTF-8 marker present. SVN=113931
Diffstat (limited to 'test/char_lit.go')
-rw-r--r--test/char_lit.go5
1 files changed, 2 insertions, 3 deletions
diff --git a/test/char_lit.go b/test/char_lit.go
index 66ffec2085..6af96be9ca 100644
--- a/test/char_lit.go
+++ b/test/char_lit.go
@@ -9,9 +9,8 @@ package main
func main() {
[ ' ',
'a',
- // need to fix Coco/R scanner to read Unicode.
- // 'ä',
- //'本',
+ 'ä',
+ '本',
'\a',
'\b',
'\f',