You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
What steps will reproduce the problem?
s := `{"tweets" : [{"text" :
"\u0422\u0443\u043b\u0430"}]}`;
json.Unmarshal(s, &timeline);
See attached json-test.go.
What is the expected output? What do you see instead?
Expected: text should be unmarshalled to "Тула".
Instead: empty string
Which revision are you sync'ed to? (hg log -l 1)
changeset: 3960:de1a91a5a801
tag: tip
user: Russ Cox <[email protected]>
date: Tue Nov 10 17:09:33 2009 -0800
summary: net: fix dns bug reported on irc.
Attachments:
The text was updated successfully, but these errors were encountered: