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