Skip to content Skip to sidebar Skip to footer
Showing posts with the label Surrogate Pairs

Python 2.7: Strange Unicode Behavior

I am experiencing the following behavior in Python 2.7: >>> a1 = u'\U0001f04f' #1… Read more Python 2.7: Strange Unicode Behavior