Skip to content
  • Jeffrey Stedfast's avatar
    Fixed address quoting logic and IDN2 encoding · da168513
    Jeffrey Stedfast authored
    The rules for quoting address names should use 'specials'
    instead of 'tspecials' and when encoding domain names via
    IDN2, check if the encoded domain matches the original
    domain name (other than case). If they match, prefer the
    non-encoded domain name since the user may have used
    uppercase characters to enhance readability of the domain
    name.
    da168513