mirror of
				https://github.com/samuelclay/NewsBlur.git
				synced 2025-11-01 09:09:51 +00:00 
			
		
		
		
	
		
			
				
	
	
		
			7 lines
		
	
	
	
		
			123 B
		
	
	
	
		
			Python
		
	
	
	
	
	
			
		
		
	
	
			7 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')
 | 
						|
 |