no (optional) UTF-8 marker present.
SVN=113931
func main() {
[ ' ',
'a',
- // need to fix Coco/R scanner to read Unicode.
- // 'ä',
- //'本',
+ 'ä',
+ '本',
'\a',
'\b',
'\f',
# license that can be found in the LICENSE file.
#!/bin/bash
+GO=$1
for f in *.go; do
- go $f
+ $GO $f
done
" ",
"'`",
"a",
- //"ä",
- //"本",
+ "ä",
+ "本",
"\a\b\f\n\r\t\v\\\'\"",
"\000\123\x00\xca\xFE\u0123\ubabe\U0123ABCD\Ucafebabe",
` `,
`'"`,
`a`,
- //`ä`,
- //`本`,
+ `ä`,
+ `本`,
`\a\b\f\n\r\t\v\\\'\"`,
`\000\123\x00\xca\xFE\u0123\ubabe\U0123ABCD\Ucafebabe`,
`\x\u\U\`