mirror of
				https://github.com/godotengine/godot.git
				synced 2025-10-31 13:41:03 +00:00 
			
		
		
		
	[Complex Test Layouts] Change String to use UTF-32 encoding on all platforms.
				
					
				
			This commit is contained in:
		
							parent
							
								
									0864f12f0d
								
							
						
					
					
						commit
						80b8eff6aa
					
				
					 94 changed files with 4889 additions and 1686 deletions
				
			
		|  | @ -327,7 +327,7 @@ Error GDScriptParser::parse(const String &p_source_code, const String &p_script_ | |||
| 			bool found = false; | ||||
| 			const String &line = lines[i]; | ||||
| 			for (int j = 0; j < line.size(); j++) { | ||||
| 				if (line[j] == CharType(0xFFFF)) { | ||||
| 				if (line[j] == char32_t(0xFFFF)) { | ||||
| 					found = true; | ||||
| 					break; | ||||
| 				} else if (line[j] == '\t') { | ||||
|  |  | |||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue
	
	 bruvzg
						bruvzg