mirror of
				https://github.com/gristlabs/grist-core.git
				synced 2025-06-13 20:53:59 +00:00 
			
		
		
		
	(core) sys.setdefaultencoding('utf8')
Summary: sys.setdefaultencoding('utf8')
Test Plan: Will test against user documents to check for changes
Reviewers: dsagal, paulfitz
Reviewed By: dsagal
Differential Revision: https://phab.getgrist.com/D2858
			
			
This commit is contained in:
		
							parent
							
								
									8a940676e9
								
							
						
					
					
						commit
						d3dc910784
					
				| @ -34,6 +34,10 @@ import repl | |||||||
| 
 | 
 | ||||||
| log = logger.Logger(__name__, logger.INFO) | log = logger.Logger(__name__, logger.INFO) | ||||||
| 
 | 
 | ||||||
|  | reload(sys) | ||||||
|  | sys.setdefaultencoding('utf8') | ||||||
|  | 
 | ||||||
|  | 
 | ||||||
| class OrderError(Exception): | class OrderError(Exception): | ||||||
|   """ |   """ | ||||||
|   An exception thrown and handled internally, representing when |   An exception thrown and handled internally, representing when | ||||||
|  | |||||||
		Loading…
	
		Reference in New Issue
	
	Block a user