I'm comparing Unicode strings between JSON objects.
They have the same value:
a = '人口じんこうに膾炙かいしゃする'
b = '人口じんこうに膾炙かいしゃする'
But they have different Unicode representations:
String a : u'u4ebau53e3u3058u3093u3053u3046u306bu81beu7099u304bu3044u3057u3083u3059u308b'
String b : u'u4ebau53e3u3058u3093u3053u3046u306bu81beuf9fbu304bu3044u3057u3083u3059u308b'
How can I compare between two Unicode strings on their value?
See Question&Answers more detail:
os 与恶龙缠斗过久,自身亦成为恶龙;凝视深渊过久,深渊将回以凝视…