home *** CD-ROM | disk | FTP | other *** search
/ PC Welt 2005 March / PCWELT_3_2005.ISO / pcwsoft / framework-2.2.exe / test_pep263.py < prev    next >
Encoding:
Text File  |  2003-12-30  |  149 b   |  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.