(char)
| 3481 | var { isASCIIHex } = require_infra(); |
| 3482 | var { utf8Encode } = require_encoding(); |
| 3483 | function p4(char) { |
| 3484 | return char.codePointAt(0); |
| 3485 | } |
| 3486 | function percentEncode(c4) { |
| 3487 | let hex = c4.toString(16).toUpperCase(); |
| 3488 | if (hex.length === 1) { |
no test coverage detected