- Sort Score
- Num 10 results
- Language All
Results 1 - 1 of 1 for hostnameInPunycodeNfcAndNfd (0.1 seconds)
-
okhttp/src/jvmTest/kotlin/okhttp3/HttpUrlTest.kt
} /** * UTS 46 Validity Criteria: Decoded punycode must be NFC. * * https://www.unicode.org/reports/tr46/#Validity_Criteria */ @Test fun hostnameInPunycodeNfcAndNfd() { // café can be NFC (é is one code point) or NFD (e plus ´ as two code points). val hostNfc = "café.com" val hostNfcPunycode = "xn--caf-dma.com" val hostNfd = "café.com"Created: Fri Dec 26 11:42:13 GMT 2025 - Last Modified: Mon Aug 04 07:38:48 GMT 2025 - 69.9K bytes - Click Count (0)