- Sort Score
- Result 10 results
- Languages All
Results 1 - 1 of 1 for requiresEncode (0.09 sec)
-
okhttp/src/main/kotlin/okhttp3/internal/idn/Punycode.kt
break } } return result.readUtf8() } private fun encodeLabel( string: String, pos: Int, limit: Int, result: Buffer, ): Boolean { if (!string.requiresEncode(pos, limit)) { result.writeUtf8(string, pos, limit) return true } result.write(PREFIX) val input = string.codePoints(pos, limit)
Registered: Fri Nov 01 11:42:11 UTC 2024 - Last Modified: Wed Apr 03 03:04:50 UTC 2024 - 8.5K bytes - Viewed (0)