Function
GSCharNeedsQuotes(_:_:_:) GSCharNeedsQuotesGSCharNeedsQuotes
Declaration
func GSCharNeedsQuotes(_ string: UnsafePointer<CChar>, _ length: Int, _ plain: UnsafeMutablePointer<ObjCBool>?) -> BoolDeclaration
BOOL GSCharNeedsQuotes(const char *string, size_t length, BOOL *plain);Declaration
GSCharNeedsQuotes(string: str, length: int, plain: bool) -> boolSee Also
Strings
checks if the string needs quotes. &plain returns if there are non ascii chars that need UTF encoding
Inserts U+25CC DOTTED CIRCLE in front of every combining mark.
Whether a glyph name contains a suffix delimited by glyph-name separators.