mirror of
				https://github.com/viq/NewsBlur.git
				synced 2025-10-31 08:40:15 +00:00 
			
		
		
		
	
		
			
	
	
		
			8 lines
		
	
	
	
		
			123 B
		
	
	
	
		
			Python
		
	
	
	
	
	
		
		
			
		
	
	
			8 lines
		
	
	
	
		
			123 B
		
	
	
	
		
			Python
		
	
	
	
	
	
|   | import sys | ||
|  | sys.setdefaultencoding('utf-8') | ||
|  | 
 | ||
|  | import os | ||
|  | os.putenv('LANG', 'en_US.UTF-8') | ||
|  | os.putenv('LC_ALL', 'en_US.UTF-8') | ||
|  | 
 |