]> Cypherpunks repositories - gostls13.git/commitdiff
hakuho
authorRob Pike <r@golang.org>
Sat, 19 Sep 2009 18:41:26 +0000 (11:41 -0700)
committerRob Pike <r@golang.org>
Sat, 19 Sep 2009 18:41:26 +0000 (11:41 -0700)
R=ken
DELTA=1  (0 added, 0 deleted, 1 changed)
OCL=34828
CL=34828

doc/go_spec.html

index 818b34d86e9d52ca63a5c33f7d03282f265ff5b6..c7f2fdb4c54cdf08553b9147c1785a24177a8cb6 100644 (file)
@@ -4013,7 +4013,7 @@ string(0x65e5)  // "\u65e5" == "日" == "\xe6\x97\xa5"
 concatenation of the individual integers converted to strings.
 If the slice value is <code>nil</code>, the result is the empty string.
 <pre>
-string([]int{0x65e5, 0x672c, 0x8a9e})  // "\u65e5\u672c\u8a9e" == "日本語"</pre>
+string([]int{0x767d, 0x9d6c, 0x7fd4})  // "\u767d\u9d6c\u7fd4" == "白鵬翔"</pre>
 </li>
 
 <li>