mirror of
https://github.com/golang/go.git
synced 2025-11-11 14:11:04 +00:00
parent
d06dc14aa8
commit
524ade9a58
1 changed files with 1 additions and 1 deletions
|
|
@ -211,7 +211,7 @@ var segmentList = [][]string {
|
|||
[]string{""},
|
||||
[]string{"日", "本語"},
|
||||
[]string{"\u65e5", "\u672c", "\u8a9e"},
|
||||
[]string{"\U000065e5, "", \U0000672c", "\U00008a9e"},
|
||||
[]string{"\U000065e5", "\U0000672c", "\U00008a9e"},
|
||||
[]string{"\xe6", "\x97\xa5\xe6", "\x9c\xac\xe8\xaa\x9e"},
|
||||
[]string{"Hello", ", ", "World", "!"},
|
||||
[]string{"Hello", ", ", "", "World", "!"},
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue