]>
Commit | Line | Data |
---|---|---|
f3c0d7a5 A |
1 | // © 2016 and later: Unicode, Inc. and others. |
2 | // License & terms of use: http://www.unicode.org/copyright.html | |
3 | ||
4 | u"sa\u0127\u0127a"; | |
5 | u'\u6587'; | |
6 | u"\U000219F2"; | |
7 | u"\u039C\u03C5\u03C3\u03C4\u03AE\u03C1\u03B9\u03BF"; | |
8 | ||
9 | u"sa\u0127\u0127a"; | |
10 | u'\u6587'; u"\U000219F2"; | |
11 | ||
12 | "\x20\xCC\x81"; | |
13 | "\xCC\x88\x20"; | |
14 | "\x73\x61\xC4\xA7\xC4\xA7\x61"; | |
15 | "\xE6\x96\x87"; | |
16 | "\xF0\xA1\xA7\xB2"; | |
17 | "\x73\x61\xC4\xA7\xC4\xA7\x61"; |