mirror of
				https://github.com/python/cpython.git
				synced 2025-10-31 13:41:24 +00:00 
			
		
		
		
	Set Py_UNICODE_REPLACEMENT_CHARACTER type to Py_UCS4, instead of Py_UNICODE
This commit is contained in:
		
							parent
							
								
									e56717c3d2
								
							
						
					
					
						commit
						5ce1b0dbc0
					
				
					 1 changed files with 1 additions and 1 deletions
				
			
		|  | @ -506,7 +506,7 @@ PyAPI_DATA(PyTypeObject) PyUnicodeIter_Type; | |||
|    Unicode character U+FFFD is the official REPLACEMENT CHARACTER in | ||||
|    Unicode 3.0. */ | ||||
| 
 | ||||
| #define Py_UNICODE_REPLACEMENT_CHARACTER ((Py_UNICODE) 0xFFFD) | ||||
| #define Py_UNICODE_REPLACEMENT_CHARACTER ((Py_UCS4) 0xFFFD) | ||||
| 
 | ||||
| /* === Public API ========================================================= */ | ||||
| 
 | ||||
|  |  | |||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue
	
	 Victor Stinner
						Victor Stinner