Example #1
0
 def test_2POMString(self):
     print repr(POM.POMString(u'This is a test.'))
     print repr(POM.POMString(u'This is a test.', 'utf-8'))
     print repr(POM.POMString('This is a test.', 'utf-8'))