mirror of
				https://github.com/python/cpython.git
				synced 2025-11-04 07:31:38 +00:00 
			
		
		
		
	
		
			
				
	
	
		
			3 lines
		
	
	
	
		
			149 B
		
	
	
	
		
			Python
		
	
	
	
	
	
			
		
		
	
	
			3 lines
		
	
	
	
		
			149 B
		
	
	
	
		
			Python
		
	
	
	
	
	
#! -*- coding: koi8-r -*-
 | 
						|
assert u"ðÉÔÏÎ".encode("utf-8") == '\xd0\x9f\xd0\xb8\xd1\x82\xd0\xbe\xd0\xbd'
 | 
						|
assert u"\ð".encode("utf-8") == '\\\xd0\x9f'
 |