File diff r25559:61b7771b3d5a → r25560:275e9355119a
src/string_func.h
Show inline comments
 
@@ -166,6 +166,7 @@ static inline const char *Utf8PrevChar(c
 
}
 

	
 
size_t Utf8StringLength(const char *s);
 
size_t Utf8StringLength(const std::string &str);
 

	
 
/**
 
 * Is the given character a lead surrogate code point?