#! -*- coding: koi8-r -*- # This file is marked as binary in the CVS, to prevent MacCVS from recoding it. import unittest from test import test_support class PEP263Test(unittest.TestCase): def test_pep263(self): self.assertEqual( u"ðÉÔÏÎ".encode("utf-8"), '\xd0\x9f\xd0\xb8\xd1\x82\xd0\xbe\xd0\xbd' ) self.assertEqual( u"\ð".encode("utf-8"), '\\\xd0\x9f' ) def test_main(): test_support.run_unittest(PEP263Test) if __name__=="__main__": test_main() at.com/oss-git/Qt.git/atom/dist?h=v4.6.4' type='application/atom+xml'/>
summaryrefslogtreecommitdiffstats
path: root/dist
Commit message (Expand)AuthorAgeFilesLines
* Added some changes for 4.6.3Jens Bache-Wiig2010-05-271-0/+24
* My 4.6.3 changesSami Merila2010-05-261-0/+45
* Tidy changes file for 4.6.3.Jason McDonald2010-05-261-219/+137
* My 4.6.3 changesMiikka Heikkinen2010-05-261-4/+84
* My 4.6.3 changesGareth Stockwell2010-05-251-0/+6
* My 4.6.3 changes.Yoann Lopes2010-05-211-0/+21
* changes-4.6.3 updatedJoerg Bornemann2010-05-211-1/+21
* Typo.Trond Kjernåsen2010-05-211-1/+1
* My 4.6.3 changes.Trond Kjernåsen2010-05-201-16/+73
* Added my 4.6.3 changes.Kim Motoyoshi Kalland2010-05-201-1/+4
* My 4.6.3 changes.Samuel Rødal2010-05-201-0/+12
* Add my 4.6.3 changesKent Hansen2010-05-201-2/+19
* My changelog entries for 4.6.3Denis Dzyubenko2010-05-201-2/+9
* Add my changes to the 4.6.3 changes logEskil Abrahamsen Blomfeldt2010-05-201-2/+14
* my changelog for 4.6.3Peter Hartmann2010-05-201-4/+9
* Updated dist/changes-4.6.3Gareth Stockwell2010-03-221-0/+8
* Fix obsolete URL's.Jason McDonald2010-03-091-5/+5
* Add skeleton changes file for 4.6.3.Jason McDonald2010-02-16