- Sort Score
- Result 10 results
- Languages All
Results 1 - 1 of 1 for nonBasicCodePointInPrefix (0.1 sec)
-
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: Fri Nov 01 11:42:11 UTC 2024 - Last Modified: Mon Jan 08 01:13:22 UTC 2024 - 5.3K bytes - Viewed (0)