Home | History | Annotate | Download | only in test

Lines Matching full:sequence

22 receiving UTF-8 shall interpret a "malformed sequence in the same way
26 UTF-8 decoders is to replace any malformed UTF-8 sequence by a
29 visually distinguish a malformed UTF-8 sequence from a correctly
36 Please check, whether a malformed UTF-8 sequence is (1) represented at
39 illegal UTF-8 sequence is correctly displayed, i.e. proper
41 sequence. This file says "THE END" in the last line, so if you don't
54 Note that as an alternative to the notion of malformed sequence used
57 sequence by a replacement character. If you follow this strategy in
73 2.1 First possible sequence of a certain length |
85 2.2 Last possible sequence of a certain length |
115 malformed sequence of its own. |
127 3.1.9 Sequence of all 64 possible continuation bytes (0x80-0xbf): |
164 All bytes of an incomplete sequence should be signalled as a single |
165 malformed sequence, i.e., you should see only a single replacement |
168 3.3.1 2-byte sequence with last byte missing (U+0000): "?" |
169 3.3.2 3-byte sequence with last byte missing (U+0000): "??" |
170 3.3.3 4-byte sequence with last byte missing (U+0000): "???" |
171 3.3.4 5-byte sequence with last byte missing (U+0000): "????" |
172 3.3.5 6-byte sequence with last byte missing (U+0000): "?????" |
173 3.3.6 2-byte sequence with last byte missing (U-000007FF): "?" |
174 3.3.7 3-byte sequence with last byte missing (U-0000FFFF): "?" |
175 3.3.8 4-byte sequence with last byte missing (U-001FFFFF): "???" |
176 3.3.9 5-byte sequence with last byte missing (U-03FFFFFF): "????" |
177 3.3.10 6-byte sequence with last byte missing (U-7FFFFFFF): "?????" |
218 like a malformed UTF-8 sequence, for instance by substituting it with |
231 overlong sequence if represented with the given number of bytes. This |