…he user), the user agent might wish to try using the UTF-8 character encoding [ RFC3629 ] to decode the octet sequence. This decoding might fail, however, because not every sequence of octets is valid UTF-8. Barth Standards Track [Page 26] RFC 6265 HTTP State Management Mechanism…
…ient channel uint32 reason code string description in ISO-10646 UTF-8 encoding [RFC3629] string language tag [RFC3066] If the recipient of the SSH_MSG_CHANNEL_OPEN message does not support the specified 'channel type', it simply responds with SSH_MSG_CHANNEL_OPEN_FAILURE. The cli…
…ll be ignored. The character encoding used for form submissions MUST be UTF-8 [ RFC3629 ]. It should be noted, however, that user agents MUST percent-encode form submissions before sending them (this encoding is specified by the URI syntax [ RFC3986 ]). The user agent SHOULD info…
…CTETS, per Section 2 of [ JWS ]. UTF8(STRING) denotes the octets of the UTF-8 [ RFC3629 ] representation of STRING, where STRING is a sequence of zero or more Unicode [ UNICODE ] characters. ASCII(STRING) denotes the octets of the ASCII [ RFC20 ] representation of STRING, where S…
…w. 2.1. Convert the character to a sequence of one or more octets using UTF-8 [ RFC3629 ]. 2.2. Convert each octet to %HH, where HH is the hexadecimal notation of the octet value. Note that this is identical to the percent-encoding mechanism in section 2.1 of [RFC3986] . To reduc…
… a WebVTT file body encoded as UTF-8 and labeled with the MIME type text/vtt . [RFC3629] A WebVTT file body consists of the following components, in the following order: An optional U+FEFF BYTE ORDER MARK (BOM) character. The string " WEBVTT ". Optionally, either a U+0020 SPACE c…
…SON Web Signature (JWS) May 2015 UTF8(STRING) denotes the octets of the UTF-8 [ RFC3629 ] representation of STRING, where STRING is a sequence of zero or more Unicode [ UNICODE ] characters. ASCII(STRING) denotes the octets of the ASCII [ RFC20 ] representation of STRING, where S…
…ow. 2.1) Convert the character to a sequence of one or more octets using UTF-8 [RFC3629] Yergeau, F., UTF-8, a transformation format of ISO 10646, November 2003. . 2.2) Convert each octet to %HH, where HH is the hexadecimal notation of the octet value. Note that this is identical…
…various subtags and tags. The actual registry file is encoded using the UTF-8 [ RFC3629 ] character encoding. Each field can be considered a single, logical line of characters. Each field contains a "field-name" and a "field-body". These are separated by a "field-separator". The …
…gs2-authzid" holds the SASL authorization identity. It is encoded using UTF-8 [ RFC3629 ] with three exceptions: o The NUL character is forbidden as required by section 3.4.1 of [RFC4422] . o The server MUST replace any "," (comma) in the string with "=2C". Josefsson & Williams S…
…of octet values that identifies the protocol. This could be the UTF-8 encoding [RFC3629] of the protocol name. o Reference: A reference to a specification that defines the protocol. This registry operates under the "Expert Review" policy as defined in [RFC5226]. The designated ex…
…ent channel uint32 reason code string description in ISO-10646 UTF-8 encoding [ RFC3629 ] string language tag [ RFC3066 ] If the recipient of the SSH_MSG_CHANNEL_OPEN message does not support the specified 'channel type', it simply responds with SSH_MSG_CHANNEL_OPEN_FAILURE. The …
…AY ignore language and MAY choose to support only US-ASCII [RFC1345] and UTF-8 [RFC3629]. Implementations MUST NOT add comments and/or folding white space (CFWS) between the tokens except after ",". TOKEN is defined in [RFC2045], and <ext-octet> and <attribute-char> are defined i…
…e future standards would be advised not to preclude the use of UTF-8-encoded ([ RFC3629 ]) text in tag=value lists. Formally, the ABNF syntax rules are as follows: tag-list = tag-spec *( ";" tag-spec ) [ ";" ] tag-spec = [FWS] tag-name [FWS] "=" [FWS] tag-value [FWS] tag-name = A…
…string (including comments) is ignored in the prefixed case. o CDDL uses UTF-8 [RFC3629] for its encoding. Processing of CDDL does not involve Unicode normalization processes. Example: ; This is a comment person = { g } g = ( "name": tstr, age: int, ; "age" is a bareword ) 3.2. O…