am a4c14fda: Merge "en_US.UTF-8 is also supported."
				
					
				
			* commit 'a4c14fda9176678cadb65fb53f503fda6668f8d1': en_US.UTF-8 is also supported.
This commit is contained in:
		@@ -79,7 +79,9 @@ static bool __bionic_current_locale_is_utf8 = false;
 | 
				
			|||||||
 | 
					
 | 
				
			||||||
static bool __is_supported_locale(const char* locale) {
 | 
					static bool __is_supported_locale(const char* locale) {
 | 
				
			||||||
  return (strcmp(locale, "") == 0 ||
 | 
					  return (strcmp(locale, "") == 0 ||
 | 
				
			||||||
          strcmp(locale, "C") == 0 || strcmp(locale, "C.UTF-8") == 0 ||
 | 
					          strcmp(locale, "C") == 0 ||
 | 
				
			||||||
 | 
					          strcmp(locale, "C.UTF-8") == 0 ||
 | 
				
			||||||
 | 
					          strcmp(locale, "en_US.UTF-8") == 0 ||
 | 
				
			||||||
          strcmp(locale, "POSIX") == 0);
 | 
					          strcmp(locale, "POSIX") == 0);
 | 
				
			||||||
}
 | 
					}
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 
 | 
				
			|||||||
		Reference in New Issue
	
	Block a user