Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for Hafner (0.16 sec)

  1. okhttp/src/test/resources/web-platform-test-toascii.json

      },
      {
        "comment": "IDNA ignored code points",
        "input": "a\u00ADb",
        "output": "ab"
      },
      {
        "input": "a%C2%ADb",
        "output": "ab"
      },
      {
        "comment": "Empty host after domain to ASCII",
        "input": "\u00AD",
        "output": null
      },
      {
        "input": "%C2%AD",
        "output": null
      },
      {
        "input": "xn--",
        "output": null
      },
      {
    Json
    - Registered: Fri Apr 26 11:42:10 GMT 2024
    - Last Modified: Wed Dec 20 23:27:07 GMT 2023
    - 5.2K bytes
    - Viewed (0)
Back to top