[ create a new paste ] login | about

Link: http://codepad.org/RjuAeWFK    [ raw code | fork ]

Python, pasted on Sep 20:
1
2
3
4
5
6
7
8
9
Python 2.6.5 (release26-maint, Sep 12 2010, 21:32:47) 
[GCC 4.4.3] on linux2
Type "help", "copyright", "credits" or "license" for more information.
>>> import sys
>>> sys.maxunicode
65535
>>> u=u'\uDBB8\uDC03'
>>> u
u'\U000fe003'


Create a new paste based on this one


Comments: