Skip to content
  • Gregor Jasny's avatar
    Xcode: Invert quoting logic to whitelist of characters · 2eee2943
    Gregor Jasny authored and Brad King's avatar Brad King committed
    Our explicit list of characters that require quoting does not account
    for non-ascii characters (e.g. UTF-8) that also need quoting.  Invert
    the logic to quote a string unless it contains exclusively a set of
    characters we whitelist.
    2eee2943