You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
trim() allows special combinations like %r to be specified as the trim character. It would be useful for squish() to allow the same. Right now it accepts a character, but can it be changed to accept %r and other special combinations.
The text was updated successfully, but these errors were encountered:
The upper-level function already does the right thing. However, mux_string::compress(UTF8 *ch) would need to support multiple characters. FYI. %r is really CRLF, which is two characters.
trim() allows special combinations like %r to be specified as the trim character. It would be useful for squish() to allow the same. Right now it accepts a character, but can it be changed to accept %r and other special combinations.
The text was updated successfully, but these errors were encountered: