Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for nonBasicCodePointInPrefix (0.21 sec)

  1. okhttp/src/test/java/okhttp3/internal/idn/PunycodeTest.kt

          unicode = "個人.香港",
          punycode = "xn--gmqw5a.xn--j6w193g",
        )
        testEncodeDecode(
          unicode = "упр.срб",
          punycode = "xn--o1ach.xn--90a3ac",
        )
      }
    
      @Test fun nonBasicCodePointInPrefix() {
        assertNull(Punycode.decode("xn--cåt-n3h"))
      }
    
      @Test fun nonBasicCodePointInInsertionCoding() {
        assertNull(Punycode.decode("xn--cat-ñ3h"))
      }
    
      @Test fun unterminatedCodePoint() {
    Registered: Sun Jun 16 04:42:17 UTC 2024
    - Last Modified: Mon Jan 08 01:13:22 UTC 2024
    - 5.3K bytes
    - Viewed (0)
Back to top