O
ouyang
Hi everyone,
As indicated in the following python script, the dictionary b has
Chinese characters: "¤¤¤å". But a.get() returns the dictionary with a
little bit different format for the "¤¤¤å¡§: '\xd6\xd0\xce\xc4' . How
can I get the dictionary through the Queue as is?
{'a': '\xd6\xd0\xce\xc4', 'c': 'abc', 'b': 1232}
Cheers.
Ouyang
As indicated in the following python script, the dictionary b has
Chinese characters: "¤¤¤å". But a.get() returns the dictionary with a
little bit different format for the "¤¤¤å¡§: '\xd6\xd0\xce\xc4' . How
can I get the dictionary through the Queue as is?
{'a': '\xd6\xd0\xce\xc4', 'c': 'abc', 'b': 1232}
Cheers.
Ouyang