mirror of
				https://github.com/django/django.git
				synced 2025-10-31 01:25:32 +00:00 
			
		
		
		
	[3.2.x] Fixed #26721 -- Doc'd setting UTF-8 on Windows.
Backport of 0456d3e427 from main
			
			
This commit is contained in:
		
				
					committed by
					
						 Mariusz Felisiak
						Mariusz Felisiak
					
				
			
			
				
	
			
			
			
						parent
						
							4318e60a80
						
					
				
				
					commit
					d6b6eda4ed
				
			| @@ -125,3 +125,11 @@ Common pitfalls | ||||
|  | ||||
|     ...\> set http_proxy=http://username:password@proxyserver:proxyport | ||||
|     ...\> set https_proxy=https://username:password@proxyserver:proxyport | ||||
|  | ||||
| * In general, Django assumes that ``UTF-8`` encoding is used for I/O. This may | ||||
|   cause problems if your system is set to use a different encoding. Recent | ||||
|   versions of Python allow setting the :envvar:`PYTHONUTF8` environment | ||||
|   variable in order to force a ``UTF-8`` encoding. Windows 10 also provides a | ||||
|   system-wide setting by checking ``Use Unicode UTF-8 for worldwide language | ||||
|   support`` in :menuselection:`Language --> Administrative Language Settings | ||||
|   --> Change system locale` in system settings. | ||||
|   | ||||
		Reference in New Issue
	
	Block a user