(svn r7271) -Codechange: Revert the strtolower part of r7199 as it can actually become broken due to
different codepages. See comments for strtolower function for more information.
This commit is contained in:
		
							
								
								
									
										2
									
								
								string.h
									
									
									
									
									
								
							
							
						
						
									
										2
									
								
								string.h
									
									
									
									
									
								
							@@ -43,7 +43,7 @@ typedef enum CharSetFilter {
 | 
				
			|||||||
	CS_ALPHA,             //! Only alphabetic values
 | 
						CS_ALPHA,             //! Only alphabetic values
 | 
				
			||||||
} CharSetFilter;
 | 
					} CharSetFilter;
 | 
				
			||||||
 | 
					
 | 
				
			||||||
/** Convert the given string to lowercase */
 | 
					/** Convert the given string to lowercase, only works with ASCII! */
 | 
				
			||||||
void strtolower(char *str);
 | 
					void strtolower(char *str);
 | 
				
			||||||
 | 
					
 | 
				
			||||||
typedef uint32 WChar;
 | 
					typedef uint32 WChar;
 | 
				
			||||||
 
 | 
				
			|||||||
		Reference in New Issue
	
	Block a user