home *** CD-ROM | disk | FTP | other *** search
/ PC World 2005 June / PCWorld_2005-06_cd.bin / software / vyzkuste / firewally / firewally.exe / framework-2.3.exe / test_pep263.py < prev    next >
Text File  |  2003-12-30  |  149b  |  4 lines

  1. #! -*- coding: koi8-r -*-
  2. assert u"≡╔╘╧╬".encode("utf-8") == '\xd0\x9f\xd0\xb8\xd1\x82\xd0\xbe\xd0\xbd'
  3. assert u"\≡".encode("utf-8") == '\\\xd0\x9f'
  4.