1// Generated by running
2//      maketesttables --url=http://www.unicode.org/Public/13.0.0/ucd/auxiliary/
3// DO NOT EDIT
4
5package textseg
6
7var unicodeGraphemeTests = []struct {
8	input  []byte
9	output [][]byte
10}{
11	{
12		input:  []byte{0x20, 0x20},
13		output: [][]byte{[]byte{0x20}, []byte{0x20}},
14	},
15	{
16		input:  []byte{0x20, 0xcc, 0x88, 0x20},
17		output: [][]byte{[]byte{0x20, 0xcc, 0x88}, []byte{0x20}},
18	},
19	{
20		input:  []byte{0x20, 0xd},
21		output: [][]byte{[]byte{0x20}, []byte{0xd}},
22	},
23	{
24		input:  []byte{0x20, 0xcc, 0x88, 0xd},
25		output: [][]byte{[]byte{0x20, 0xcc, 0x88}, []byte{0xd}},
26	},
27	{
28		input:  []byte{0x20, 0xa},
29		output: [][]byte{[]byte{0x20}, []byte{0xa}},
30	},
31	{
32		input:  []byte{0x20, 0xcc, 0x88, 0xa},
33		output: [][]byte{[]byte{0x20, 0xcc, 0x88}, []byte{0xa}},
34	},
35	{
36		input:  []byte{0x20, 0x1},
37		output: [][]byte{[]byte{0x20}, []byte{0x1}},
38	},
39	{
40		input:  []byte{0x20, 0xcc, 0x88, 0x1},
41		output: [][]byte{[]byte{0x20, 0xcc, 0x88}, []byte{0x1}},
42	},
43	{
44		input:  []byte{0x20, 0xcd, 0x8f},
45		output: [][]byte{[]byte{0x20, 0xcd, 0x8f}},
46	},
47	{
48		input:  []byte{0x20, 0xcc, 0x88, 0xcd, 0x8f},
49		output: [][]byte{[]byte{0x20, 0xcc, 0x88, 0xcd, 0x8f}},
50	},
51	{
52		input:  []byte{0x20, 0xf0, 0x9f, 0x87, 0xa6},
53		output: [][]byte{[]byte{0x20}, []byte{0xf0, 0x9f, 0x87, 0xa6}},
54	},
55	{
56		input:  []byte{0x20, 0xcc, 0x88, 0xf0, 0x9f, 0x87, 0xa6},
57		output: [][]byte{[]byte{0x20, 0xcc, 0x88}, []byte{0xf0, 0x9f, 0x87, 0xa6}},
58	},
59	{
60		input:  []byte{0x20, 0xd8, 0x80},
61		output: [][]byte{[]byte{0x20}, []byte{0xd8, 0x80}},
62	},
63	{
64		input:  []byte{0x20, 0xcc, 0x88, 0xd8, 0x80},
65		output: [][]byte{[]byte{0x20, 0xcc, 0x88}, []byte{0xd8, 0x80}},
66	},
67	{
68		input:  []byte{0x20, 0xe0, 0xa4, 0x83},
69		output: [][]byte{[]byte{0x20, 0xe0, 0xa4, 0x83}},
70	},
71	{
72		input:  []byte{0x20, 0xcc, 0x88, 0xe0, 0xa4, 0x83},
73		output: [][]byte{[]byte{0x20, 0xcc, 0x88, 0xe0, 0xa4, 0x83}},
74	},
75	{
76		input:  []byte{0x20, 0xe1, 0x84, 0x80},
77		output: [][]byte{[]byte{0x20}, []byte{0xe1, 0x84, 0x80}},
78	},
79	{
80		input:  []byte{0x20, 0xcc, 0x88, 0xe1, 0x84, 0x80},
81		output: [][]byte{[]byte{0x20, 0xcc, 0x88}, []byte{0xe1, 0x84, 0x80}},
82	},
83	{
84		input:  []byte{0x20, 0xe1, 0x85, 0xa0},
85		output: [][]byte{[]byte{0x20}, []byte{0xe1, 0x85, 0xa0}},
86	},
87	{
88		input:  []byte{0x20, 0xcc, 0x88, 0xe1, 0x85, 0xa0},
89		output: [][]byte{[]byte{0x20, 0xcc, 0x88}, []byte{0xe1, 0x85, 0xa0}},
90	},
91	{
92		input:  []byte{0x20, 0xe1, 0x86, 0xa8},
93		output: [][]byte{[]byte{0x20}, []byte{0xe1, 0x86, 0xa8}},
94	},
95	{
96		input:  []byte{0x20, 0xcc, 0x88, 0xe1, 0x86, 0xa8},
97		output: [][]byte{[]byte{0x20, 0xcc, 0x88}, []byte{0xe1, 0x86, 0xa8}},
98	},
99	{
100		input:  []byte{0x20, 0xea, 0xb0, 0x80},
101		output: [][]byte{[]byte{0x20}, []byte{0xea, 0xb0, 0x80}},
102	},
103	{
104		input:  []byte{0x20, 0xcc, 0x88, 0xea, 0xb0, 0x80},
105		output: [][]byte{[]byte{0x20, 0xcc, 0x88}, []byte{0xea, 0xb0, 0x80}},
106	},
107	{
108		input:  []byte{0x20, 0xea, 0xb0, 0x81},
109		output: [][]byte{[]byte{0x20}, []byte{0xea, 0xb0, 0x81}},
110	},
111	{
112		input:  []byte{0x20, 0xcc, 0x88, 0xea, 0xb0, 0x81},
113		output: [][]byte{[]byte{0x20, 0xcc, 0x88}, []byte{0xea, 0xb0, 0x81}},
114	},
115	{
116		input:  []byte{0x20, 0xe2, 0x8c, 0x9a},
117		output: [][]byte{[]byte{0x20}, []byte{0xe2, 0x8c, 0x9a}},
118	},
119	{
120		input:  []byte{0x20, 0xcc, 0x88, 0xe2, 0x8c, 0x9a},
121		output: [][]byte{[]byte{0x20, 0xcc, 0x88}, []byte{0xe2, 0x8c, 0x9a}},
122	},
123	{
124		input:  []byte{0x20, 0xcc, 0x80},
125		output: [][]byte{[]byte{0x20, 0xcc, 0x80}},
126	},
127	{
128		input:  []byte{0x20, 0xcc, 0x88, 0xcc, 0x80},
129		output: [][]byte{[]byte{0x20, 0xcc, 0x88, 0xcc, 0x80}},
130	},
131	{
132		input:  []byte{0x20, 0xe2, 0x80, 0x8d},
133		output: [][]byte{[]byte{0x20, 0xe2, 0x80, 0x8d}},
134	},
135	{
136		input:  []byte{0x20, 0xcc, 0x88, 0xe2, 0x80, 0x8d},
137		output: [][]byte{[]byte{0x20, 0xcc, 0x88, 0xe2, 0x80, 0x8d}},
138	},
139	{
140		input:  []byte{0x20, 0xcd, 0xb8},
141		output: [][]byte{[]byte{0x20}, []byte{0xcd, 0xb8}},
142	},
143	{
144		input:  []byte{0x20, 0xcc, 0x88, 0xcd, 0xb8},
145		output: [][]byte{[]byte{0x20, 0xcc, 0x88}, []byte{0xcd, 0xb8}},
146	},
147	{
148		input:  []byte{0xd, 0x20},
149		output: [][]byte{[]byte{0xd}, []byte{0x20}},
150	},
151	{
152		input:  []byte{0xd, 0xcc, 0x88, 0x20},
153		output: [][]byte{[]byte{0xd}, []byte{0xcc, 0x88}, []byte{0x20}},
154	},
155	{
156		input:  []byte{0xd, 0xd},
157		output: [][]byte{[]byte{0xd}, []byte{0xd}},
158	},
159	{
160		input:  []byte{0xd, 0xcc, 0x88, 0xd},
161		output: [][]byte{[]byte{0xd}, []byte{0xcc, 0x88}, []byte{0xd}},
162	},
163	{
164		input:  []byte{0xd, 0xa},
165		output: [][]byte{[]byte{0xd, 0xa}},
166	},
167	{
168		input:  []byte{0xd, 0xcc, 0x88, 0xa},
169		output: [][]byte{[]byte{0xd}, []byte{0xcc, 0x88}, []byte{0xa}},
170	},
171	{
172		input:  []byte{0xd, 0x1},
173		output: [][]byte{[]byte{0xd}, []byte{0x1}},
174	},
175	{
176		input:  []byte{0xd, 0xcc, 0x88, 0x1},
177		output: [][]byte{[]byte{0xd}, []byte{0xcc, 0x88}, []byte{0x1}},
178	},
179	{
180		input:  []byte{0xd, 0xcd, 0x8f},
181		output: [][]byte{[]byte{0xd}, []byte{0xcd, 0x8f}},
182	},
183	{
184		input:  []byte{0xd, 0xcc, 0x88, 0xcd, 0x8f},
185		output: [][]byte{[]byte{0xd}, []byte{0xcc, 0x88, 0xcd, 0x8f}},
186	},
187	{
188		input:  []byte{0xd, 0xf0, 0x9f, 0x87, 0xa6},
189		output: [][]byte{[]byte{0xd}, []byte{0xf0, 0x9f, 0x87, 0xa6}},
190	},
191	{
192		input:  []byte{0xd, 0xcc, 0x88, 0xf0, 0x9f, 0x87, 0xa6},
193		output: [][]byte{[]byte{0xd}, []byte{0xcc, 0x88}, []byte{0xf0, 0x9f, 0x87, 0xa6}},
194	},
195	{
196		input:  []byte{0xd, 0xd8, 0x80},
197		output: [][]byte{[]byte{0xd}, []byte{0xd8, 0x80}},
198	},
199	{
200		input:  []byte{0xd, 0xcc, 0x88, 0xd8, 0x80},
201		output: [][]byte{[]byte{0xd}, []byte{0xcc, 0x88}, []byte{0xd8, 0x80}},
202	},
203	{
204		input:  []byte{0xd, 0xe0, 0xa4, 0x83},
205		output: [][]byte{[]byte{0xd}, []byte{0xe0, 0xa4, 0x83}},
206	},
207	{
208		input:  []byte{0xd, 0xcc, 0x88, 0xe0, 0xa4, 0x83},
209		output: [][]byte{[]byte{0xd}, []byte{0xcc, 0x88, 0xe0, 0xa4, 0x83}},
210	},
211	{
212		input:  []byte{0xd, 0xe1, 0x84, 0x80},
213		output: [][]byte{[]byte{0xd}, []byte{0xe1, 0x84, 0x80}},
214	},
215	{
216		input:  []byte{0xd, 0xcc, 0x88, 0xe1, 0x84, 0x80},
217		output: [][]byte{[]byte{0xd}, []byte{0xcc, 0x88}, []byte{0xe1, 0x84, 0x80}},
218	},
219	{
220		input:  []byte{0xd, 0xe1, 0x85, 0xa0},
221		output: [][]byte{[]byte{0xd}, []byte{0xe1, 0x85, 0xa0}},
222	},
223	{
224		input:  []byte{0xd, 0xcc, 0x88, 0xe1, 0x85, 0xa0},
225		output: [][]byte{[]byte{0xd}, []byte{0xcc, 0x88}, []byte{0xe1, 0x85, 0xa0}},
226	},
227	{
228		input:  []byte{0xd, 0xe1, 0x86, 0xa8},
229		output: [][]byte{[]byte{0xd}, []byte{0xe1, 0x86, 0xa8}},
230	},
231	{
232		input:  []byte{0xd, 0xcc, 0x88, 0xe1, 0x86, 0xa8},
233		output: [][]byte{[]byte{0xd}, []byte{0xcc, 0x88}, []byte{0xe1, 0x86, 0xa8}},
234	},
235	{
236		input:  []byte{0xd, 0xea, 0xb0, 0x80},
237		output: [][]byte{[]byte{0xd}, []byte{0xea, 0xb0, 0x80}},
238	},
239	{
240		input:  []byte{0xd, 0xcc, 0x88, 0xea, 0xb0, 0x80},
241		output: [][]byte{[]byte{0xd}, []byte{0xcc, 0x88}, []byte{0xea, 0xb0, 0x80}},
242	},
243	{
244		input:  []byte{0xd, 0xea, 0xb0, 0x81},
245		output: [][]byte{[]byte{0xd}, []byte{0xea, 0xb0, 0x81}},
246	},
247	{
248		input:  []byte{0xd, 0xcc, 0x88, 0xea, 0xb0, 0x81},
249		output: [][]byte{[]byte{0xd}, []byte{0xcc, 0x88}, []byte{0xea, 0xb0, 0x81}},
250	},
251	{
252		input:  []byte{0xd, 0xe2, 0x8c, 0x9a},
253		output: [][]byte{[]byte{0xd}, []byte{0xe2, 0x8c, 0x9a}},
254	},
255	{
256		input:  []byte{0xd, 0xcc, 0x88, 0xe2, 0x8c, 0x9a},
257		output: [][]byte{[]byte{0xd}, []byte{0xcc, 0x88}, []byte{0xe2, 0x8c, 0x9a}},
258	},
259	{
260		input:  []byte{0xd, 0xcc, 0x80},
261		output: [][]byte{[]byte{0xd}, []byte{0xcc, 0x80}},
262	},
263	{
264		input:  []byte{0xd, 0xcc, 0x88, 0xcc, 0x80},
265		output: [][]byte{[]byte{0xd}, []byte{0xcc, 0x88, 0xcc, 0x80}},
266	},
267	{
268		input:  []byte{0xd, 0xe2, 0x80, 0x8d},
269		output: [][]byte{[]byte{0xd}, []byte{0xe2, 0x80, 0x8d}},
270	},
271	{
272		input:  []byte{0xd, 0xcc, 0x88, 0xe2, 0x80, 0x8d},
273		output: [][]byte{[]byte{0xd}, []byte{0xcc, 0x88, 0xe2, 0x80, 0x8d}},
274	},
275	{
276		input:  []byte{0xd, 0xcd, 0xb8},
277		output: [][]byte{[]byte{0xd}, []byte{0xcd, 0xb8}},
278	},
279	{
280		input:  []byte{0xd, 0xcc, 0x88, 0xcd, 0xb8},
281		output: [][]byte{[]byte{0xd}, []byte{0xcc, 0x88}, []byte{0xcd, 0xb8}},
282	},
283	{
284		input:  []byte{0xa, 0x20},
285		output: [][]byte{[]byte{0xa}, []byte{0x20}},
286	},
287	{
288		input:  []byte{0xa, 0xcc, 0x88, 0x20},
289		output: [][]byte{[]byte{0xa}, []byte{0xcc, 0x88}, []byte{0x20}},
290	},
291	{
292		input:  []byte{0xa, 0xd},
293		output: [][]byte{[]byte{0xa}, []byte{0xd}},
294	},
295	{
296		input:  []byte{0xa, 0xcc, 0x88, 0xd},
297		output: [][]byte{[]byte{0xa}, []byte{0xcc, 0x88}, []byte{0xd}},
298	},
299	{
300		input:  []byte{0xa, 0xa},
301		output: [][]byte{[]byte{0xa}, []byte{0xa}},
302	},
303	{
304		input:  []byte{0xa, 0xcc, 0x88, 0xa},
305		output: [][]byte{[]byte{0xa}, []byte{0xcc, 0x88}, []byte{0xa}},
306	},
307	{
308		input:  []byte{0xa, 0x1},
309		output: [][]byte{[]byte{0xa}, []byte{0x1}},
310	},
311	{
312		input:  []byte{0xa, 0xcc, 0x88, 0x1},
313		output: [][]byte{[]byte{0xa}, []byte{0xcc, 0x88}, []byte{0x1}},
314	},
315	{
316		input:  []byte{0xa, 0xcd, 0x8f},
317		output: [][]byte{[]byte{0xa}, []byte{0xcd, 0x8f}},
318	},
319	{
320		input:  []byte{0xa, 0xcc, 0x88, 0xcd, 0x8f},
321		output: [][]byte{[]byte{0xa}, []byte{0xcc, 0x88, 0xcd, 0x8f}},
322	},
323	{
324		input:  []byte{0xa, 0xf0, 0x9f, 0x87, 0xa6},
325		output: [][]byte{[]byte{0xa}, []byte{0xf0, 0x9f, 0x87, 0xa6}},
326	},
327	{
328		input:  []byte{0xa, 0xcc, 0x88, 0xf0, 0x9f, 0x87, 0xa6},
329		output: [][]byte{[]byte{0xa}, []byte{0xcc, 0x88}, []byte{0xf0, 0x9f, 0x87, 0xa6}},
330	},
331	{
332		input:  []byte{0xa, 0xd8, 0x80},
333		output: [][]byte{[]byte{0xa}, []byte{0xd8, 0x80}},
334	},
335	{
336		input:  []byte{0xa, 0xcc, 0x88, 0xd8, 0x80},
337		output: [][]byte{[]byte{0xa}, []byte{0xcc, 0x88}, []byte{0xd8, 0x80}},
338	},
339	{
340		input:  []byte{0xa, 0xe0, 0xa4, 0x83},
341		output: [][]byte{[]byte{0xa}, []byte{0xe0, 0xa4, 0x83}},
342	},
343	{
344		input:  []byte{0xa, 0xcc, 0x88, 0xe0, 0xa4, 0x83},
345		output: [][]byte{[]byte{0xa}, []byte{0xcc, 0x88, 0xe0, 0xa4, 0x83}},
346	},
347	{
348		input:  []byte{0xa, 0xe1, 0x84, 0x80},
349		output: [][]byte{[]byte{0xa}, []byte{0xe1, 0x84, 0x80}},
350	},
351	{
352		input:  []byte{0xa, 0xcc, 0x88, 0xe1, 0x84, 0x80},
353		output: [][]byte{[]byte{0xa}, []byte{0xcc, 0x88}, []byte{0xe1, 0x84, 0x80}},
354	},
355	{
356		input:  []byte{0xa, 0xe1, 0x85, 0xa0},
357		output: [][]byte{[]byte{0xa}, []byte{0xe1, 0x85, 0xa0}},
358	},
359	{
360		input:  []byte{0xa, 0xcc, 0x88, 0xe1, 0x85, 0xa0},
361		output: [][]byte{[]byte{0xa}, []byte{0xcc, 0x88}, []byte{0xe1, 0x85, 0xa0}},
362	},
363	{
364		input:  []byte{0xa, 0xe1, 0x86, 0xa8},
365		output: [][]byte{[]byte{0xa}, []byte{0xe1, 0x86, 0xa8}},
366	},
367	{
368		input:  []byte{0xa, 0xcc, 0x88, 0xe1, 0x86, 0xa8},
369		output: [][]byte{[]byte{0xa}, []byte{0xcc, 0x88}, []byte{0xe1, 0x86, 0xa8}},
370	},
371	{
372		input:  []byte{0xa, 0xea, 0xb0, 0x80},
373		output: [][]byte{[]byte{0xa}, []byte{0xea, 0xb0, 0x80}},
374	},
375	{
376		input:  []byte{0xa, 0xcc, 0x88, 0xea, 0xb0, 0x80},
377		output: [][]byte{[]byte{0xa}, []byte{0xcc, 0x88}, []byte{0xea, 0xb0, 0x80}},
378	},
379	{
380		input:  []byte{0xa, 0xea, 0xb0, 0x81},
381		output: [][]byte{[]byte{0xa}, []byte{0xea, 0xb0, 0x81}},
382	},
383	{
384		input:  []byte{0xa, 0xcc, 0x88, 0xea, 0xb0, 0x81},
385		output: [][]byte{[]byte{0xa}, []byte{0xcc, 0x88}, []byte{0xea, 0xb0, 0x81}},
386	},
387	{
388		input:  []byte{0xa, 0xe2, 0x8c, 0x9a},
389		output: [][]byte{[]byte{0xa}, []byte{0xe2, 0x8c, 0x9a}},
390	},
391	{
392		input:  []byte{0xa, 0xcc, 0x88, 0xe2, 0x8c, 0x9a},
393		output: [][]byte{[]byte{0xa}, []byte{0xcc, 0x88}, []byte{0xe2, 0x8c, 0x9a}},
394	},
395	{
396		input:  []byte{0xa, 0xcc, 0x80},
397		output: [][]byte{[]byte{0xa}, []byte{0xcc, 0x80}},
398	},
399	{
400		input:  []byte{0xa, 0xcc, 0x88, 0xcc, 0x80},
401		output: [][]byte{[]byte{0xa}, []byte{0xcc, 0x88, 0xcc, 0x80}},
402	},
403	{
404		input:  []byte{0xa, 0xe2, 0x80, 0x8d},
405		output: [][]byte{[]byte{0xa}, []byte{0xe2, 0x80, 0x8d}},
406	},
407	{
408		input:  []byte{0xa, 0xcc, 0x88, 0xe2, 0x80, 0x8d},
409		output: [][]byte{[]byte{0xa}, []byte{0xcc, 0x88, 0xe2, 0x80, 0x8d}},
410	},
411	{
412		input:  []byte{0xa, 0xcd, 0xb8},
413		output: [][]byte{[]byte{0xa}, []byte{0xcd, 0xb8}},
414	},
415	{
416		input:  []byte{0xa, 0xcc, 0x88, 0xcd, 0xb8},
417		output: [][]byte{[]byte{0xa}, []byte{0xcc, 0x88}, []byte{0xcd, 0xb8}},
418	},
419	{
420		input:  []byte{0x1, 0x20},
421		output: [][]byte{[]byte{0x1}, []byte{0x20}},
422	},
423	{
424		input:  []byte{0x1, 0xcc, 0x88, 0x20},
425		output: [][]byte{[]byte{0x1}, []byte{0xcc, 0x88}, []byte{0x20}},
426	},
427	{
428		input:  []byte{0x1, 0xd},
429		output: [][]byte{[]byte{0x1}, []byte{0xd}},
430	},
431	{
432		input:  []byte{0x1, 0xcc, 0x88, 0xd},
433		output: [][]byte{[]byte{0x1}, []byte{0xcc, 0x88}, []byte{0xd}},
434	},
435	{
436		input:  []byte{0x1, 0xa},
437		output: [][]byte{[]byte{0x1}, []byte{0xa}},
438	},
439	{
440		input:  []byte{0x1, 0xcc, 0x88, 0xa},
441		output: [][]byte{[]byte{0x1}, []byte{0xcc, 0x88}, []byte{0xa}},
442	},
443	{
444		input:  []byte{0x1, 0x1},
445		output: [][]byte{[]byte{0x1}, []byte{0x1}},
446	},
447	{
448		input:  []byte{0x1, 0xcc, 0x88, 0x1},
449		output: [][]byte{[]byte{0x1}, []byte{0xcc, 0x88}, []byte{0x1}},
450	},
451	{
452		input:  []byte{0x1, 0xcd, 0x8f},
453		output: [][]byte{[]byte{0x1}, []byte{0xcd, 0x8f}},
454	},
455	{
456		input:  []byte{0x1, 0xcc, 0x88, 0xcd, 0x8f},
457		output: [][]byte{[]byte{0x1}, []byte{0xcc, 0x88, 0xcd, 0x8f}},
458	},
459	{
460		input:  []byte{0x1, 0xf0, 0x9f, 0x87, 0xa6},
461		output: [][]byte{[]byte{0x1}, []byte{0xf0, 0x9f, 0x87, 0xa6}},
462	},
463	{
464		input:  []byte{0x1, 0xcc, 0x88, 0xf0, 0x9f, 0x87, 0xa6},
465		output: [][]byte{[]byte{0x1}, []byte{0xcc, 0x88}, []byte{0xf0, 0x9f, 0x87, 0xa6}},
466	},
467	{
468		input:  []byte{0x1, 0xd8, 0x80},
469		output: [][]byte{[]byte{0x1}, []byte{0xd8, 0x80}},
470	},
471	{
472		input:  []byte{0x1, 0xcc, 0x88, 0xd8, 0x80},
473		output: [][]byte{[]byte{0x1}, []byte{0xcc, 0x88}, []byte{0xd8, 0x80}},
474	},
475	{
476		input:  []byte{0x1, 0xe0, 0xa4, 0x83},
477		output: [][]byte{[]byte{0x1}, []byte{0xe0, 0xa4, 0x83}},
478	},
479	{
480		input:  []byte{0x1, 0xcc, 0x88, 0xe0, 0xa4, 0x83},
481		output: [][]byte{[]byte{0x1}, []byte{0xcc, 0x88, 0xe0, 0xa4, 0x83}},
482	},
483	{
484		input:  []byte{0x1, 0xe1, 0x84, 0x80},
485		output: [][]byte{[]byte{0x1}, []byte{0xe1, 0x84, 0x80}},
486	},
487	{
488		input:  []byte{0x1, 0xcc, 0x88, 0xe1, 0x84, 0x80},
489		output: [][]byte{[]byte{0x1}, []byte{0xcc, 0x88}, []byte{0xe1, 0x84, 0x80}},
490	},
491	{
492		input:  []byte{0x1, 0xe1, 0x85, 0xa0},
493		output: [][]byte{[]byte{0x1}, []byte{0xe1, 0x85, 0xa0}},
494	},
495	{
496		input:  []byte{0x1, 0xcc, 0x88, 0xe1, 0x85, 0xa0},
497		output: [][]byte{[]byte{0x1}, []byte{0xcc, 0x88}, []byte{0xe1, 0x85, 0xa0}},
498	},
499	{
500		input:  []byte{0x1, 0xe1, 0x86, 0xa8},
501		output: [][]byte{[]byte{0x1}, []byte{0xe1, 0x86, 0xa8}},
502	},
503	{
504		input:  []byte{0x1, 0xcc, 0x88, 0xe1, 0x86, 0xa8},
505		output: [][]byte{[]byte{0x1}, []byte{0xcc, 0x88}, []byte{0xe1, 0x86, 0xa8}},
506	},
507	{
508		input:  []byte{0x1, 0xea, 0xb0, 0x80},
509		output: [][]byte{[]byte{0x1}, []byte{0xea, 0xb0, 0x80}},
510	},
511	{
512		input:  []byte{0x1, 0xcc, 0x88, 0xea, 0xb0, 0x80},
513		output: [][]byte{[]byte{0x1}, []byte{0xcc, 0x88}, []byte{0xea, 0xb0, 0x80}},
514	},
515	{
516		input:  []byte{0x1, 0xea, 0xb0, 0x81},
517		output: [][]byte{[]byte{0x1}, []byte{0xea, 0xb0, 0x81}},
518	},
519	{
520		input:  []byte{0x1, 0xcc, 0x88, 0xea, 0xb0, 0x81},
521		output: [][]byte{[]byte{0x1}, []byte{0xcc, 0x88}, []byte{0xea, 0xb0, 0x81}},
522	},
523	{
524		input:  []byte{0x1, 0xe2, 0x8c, 0x9a},
525		output: [][]byte{[]byte{0x1}, []byte{0xe2, 0x8c, 0x9a}},
526	},
527	{
528		input:  []byte{0x1, 0xcc, 0x88, 0xe2, 0x8c, 0x9a},
529		output: [][]byte{[]byte{0x1}, []byte{0xcc, 0x88}, []byte{0xe2, 0x8c, 0x9a}},
530	},
531	{
532		input:  []byte{0x1, 0xcc, 0x80},
533		output: [][]byte{[]byte{0x1}, []byte{0xcc, 0x80}},
534	},
535	{
536		input:  []byte{0x1, 0xcc, 0x88, 0xcc, 0x80},
537		output: [][]byte{[]byte{0x1}, []byte{0xcc, 0x88, 0xcc, 0x80}},
538	},
539	{
540		input:  []byte{0x1, 0xe2, 0x80, 0x8d},
541		output: [][]byte{[]byte{0x1}, []byte{0xe2, 0x80, 0x8d}},
542	},
543	{
544		input:  []byte{0x1, 0xcc, 0x88, 0xe2, 0x80, 0x8d},
545		output: [][]byte{[]byte{0x1}, []byte{0xcc, 0x88, 0xe2, 0x80, 0x8d}},
546	},
547	{
548		input:  []byte{0x1, 0xcd, 0xb8},
549		output: [][]byte{[]byte{0x1}, []byte{0xcd, 0xb8}},
550	},
551	{
552		input:  []byte{0x1, 0xcc, 0x88, 0xcd, 0xb8},
553		output: [][]byte{[]byte{0x1}, []byte{0xcc, 0x88}, []byte{0xcd, 0xb8}},
554	},
555	{
556		input:  []byte{0xcd, 0x8f, 0x20},
557		output: [][]byte{[]byte{0xcd, 0x8f}, []byte{0x20}},
558	},
559	{
560		input:  []byte{0xcd, 0x8f, 0xcc, 0x88, 0x20},
561		output: [][]byte{[]byte{0xcd, 0x8f, 0xcc, 0x88}, []byte{0x20}},
562	},
563	{
564		input:  []byte{0xcd, 0x8f, 0xd},
565		output: [][]byte{[]byte{0xcd, 0x8f}, []byte{0xd}},
566	},
567	{
568		input:  []byte{0xcd, 0x8f, 0xcc, 0x88, 0xd},
569		output: [][]byte{[]byte{0xcd, 0x8f, 0xcc, 0x88}, []byte{0xd}},
570	},
571	{
572		input:  []byte{0xcd, 0x8f, 0xa},
573		output: [][]byte{[]byte{0xcd, 0x8f}, []byte{0xa}},
574	},
575	{
576		input:  []byte{0xcd, 0x8f, 0xcc, 0x88, 0xa},
577		output: [][]byte{[]byte{0xcd, 0x8f, 0xcc, 0x88}, []byte{0xa}},
578	},
579	{
580		input:  []byte{0xcd, 0x8f, 0x1},
581		output: [][]byte{[]byte{0xcd, 0x8f}, []byte{0x1}},
582	},
583	{
584		input:  []byte{0xcd, 0x8f, 0xcc, 0x88, 0x1},
585		output: [][]byte{[]byte{0xcd, 0x8f, 0xcc, 0x88}, []byte{0x1}},
586	},
587	{
588		input:  []byte{0xcd, 0x8f, 0xcd, 0x8f},
589		output: [][]byte{[]byte{0xcd, 0x8f, 0xcd, 0x8f}},
590	},
591	{
592		input:  []byte{0xcd, 0x8f, 0xcc, 0x88, 0xcd, 0x8f},
593		output: [][]byte{[]byte{0xcd, 0x8f, 0xcc, 0x88, 0xcd, 0x8f}},
594	},
595	{
596		input:  []byte{0xcd, 0x8f, 0xf0, 0x9f, 0x87, 0xa6},
597		output: [][]byte{[]byte{0xcd, 0x8f}, []byte{0xf0, 0x9f, 0x87, 0xa6}},
598	},
599	{
600		input:  []byte{0xcd, 0x8f, 0xcc, 0x88, 0xf0, 0x9f, 0x87, 0xa6},
601		output: [][]byte{[]byte{0xcd, 0x8f, 0xcc, 0x88}, []byte{0xf0, 0x9f, 0x87, 0xa6}},
602	},
603	{
604		input:  []byte{0xcd, 0x8f, 0xd8, 0x80},
605		output: [][]byte{[]byte{0xcd, 0x8f}, []byte{0xd8, 0x80}},
606	},
607	{
608		input:  []byte{0xcd, 0x8f, 0xcc, 0x88, 0xd8, 0x80},
609		output: [][]byte{[]byte{0xcd, 0x8f, 0xcc, 0x88}, []byte{0xd8, 0x80}},
610	},
611	{
612		input:  []byte{0xcd, 0x8f, 0xe0, 0xa4, 0x83},
613		output: [][]byte{[]byte{0xcd, 0x8f, 0xe0, 0xa4, 0x83}},
614	},
615	{
616		input:  []byte{0xcd, 0x8f, 0xcc, 0x88, 0xe0, 0xa4, 0x83},
617		output: [][]byte{[]byte{0xcd, 0x8f, 0xcc, 0x88, 0xe0, 0xa4, 0x83}},
618	},
619	{
620		input:  []byte{0xcd, 0x8f, 0xe1, 0x84, 0x80},
621		output: [][]byte{[]byte{0xcd, 0x8f}, []byte{0xe1, 0x84, 0x80}},
622	},
623	{
624		input:  []byte{0xcd, 0x8f, 0xcc, 0x88, 0xe1, 0x84, 0x80},
625		output: [][]byte{[]byte{0xcd, 0x8f, 0xcc, 0x88}, []byte{0xe1, 0x84, 0x80}},
626	},
627	{
628		input:  []byte{0xcd, 0x8f, 0xe1, 0x85, 0xa0},
629		output: [][]byte{[]byte{0xcd, 0x8f}, []byte{0xe1, 0x85, 0xa0}},
630	},
631	{
632		input:  []byte{0xcd, 0x8f, 0xcc, 0x88, 0xe1, 0x85, 0xa0},
633		output: [][]byte{[]byte{0xcd, 0x8f, 0xcc, 0x88}, []byte{0xe1, 0x85, 0xa0}},
634	},
635	{
636		input:  []byte{0xcd, 0x8f, 0xe1, 0x86, 0xa8},
637		output: [][]byte{[]byte{0xcd, 0x8f}, []byte{0xe1, 0x86, 0xa8}},
638	},
639	{
640		input:  []byte{0xcd, 0x8f, 0xcc, 0x88, 0xe1, 0x86, 0xa8},
641		output: [][]byte{[]byte{0xcd, 0x8f, 0xcc, 0x88}, []byte{0xe1, 0x86, 0xa8}},
642	},
643	{
644		input:  []byte{0xcd, 0x8f, 0xea, 0xb0, 0x80},
645		output: [][]byte{[]byte{0xcd, 0x8f}, []byte{0xea, 0xb0, 0x80}},
646	},
647	{
648		input:  []byte{0xcd, 0x8f, 0xcc, 0x88, 0xea, 0xb0, 0x80},
649		output: [][]byte{[]byte{0xcd, 0x8f, 0xcc, 0x88}, []byte{0xea, 0xb0, 0x80}},
650	},
651	{
652		input:  []byte{0xcd, 0x8f, 0xea, 0xb0, 0x81},
653		output: [][]byte{[]byte{0xcd, 0x8f}, []byte{0xea, 0xb0, 0x81}},
654	},
655	{
656		input:  []byte{0xcd, 0x8f, 0xcc, 0x88, 0xea, 0xb0, 0x81},
657		output: [][]byte{[]byte{0xcd, 0x8f, 0xcc, 0x88}, []byte{0xea, 0xb0, 0x81}},
658	},
659	{
660		input:  []byte{0xcd, 0x8f, 0xe2, 0x8c, 0x9a},
661		output: [][]byte{[]byte{0xcd, 0x8f}, []byte{0xe2, 0x8c, 0x9a}},
662	},
663	{
664		input:  []byte{0xcd, 0x8f, 0xcc, 0x88, 0xe2, 0x8c, 0x9a},
665		output: [][]byte{[]byte{0xcd, 0x8f, 0xcc, 0x88}, []byte{0xe2, 0x8c, 0x9a}},
666	},
667	{
668		input:  []byte{0xcd, 0x8f, 0xcc, 0x80},
669		output: [][]byte{[]byte{0xcd, 0x8f, 0xcc, 0x80}},
670	},
671	{
672		input:  []byte{0xcd, 0x8f, 0xcc, 0x88, 0xcc, 0x80},
673		output: [][]byte{[]byte{0xcd, 0x8f, 0xcc, 0x88, 0xcc, 0x80}},
674	},
675	{
676		input:  []byte{0xcd, 0x8f, 0xe2, 0x80, 0x8d},
677		output: [][]byte{[]byte{0xcd, 0x8f, 0xe2, 0x80, 0x8d}},
678	},
679	{
680		input:  []byte{0xcd, 0x8f, 0xcc, 0x88, 0xe2, 0x80, 0x8d},
681		output: [][]byte{[]byte{0xcd, 0x8f, 0xcc, 0x88, 0xe2, 0x80, 0x8d}},
682	},
683	{
684		input:  []byte{0xcd, 0x8f, 0xcd, 0xb8},
685		output: [][]byte{[]byte{0xcd, 0x8f}, []byte{0xcd, 0xb8}},
686	},
687	{
688		input:  []byte{0xcd, 0x8f, 0xcc, 0x88, 0xcd, 0xb8},
689		output: [][]byte{[]byte{0xcd, 0x8f, 0xcc, 0x88}, []byte{0xcd, 0xb8}},
690	},
691	{
692		input:  []byte{0xf0, 0x9f, 0x87, 0xa6, 0x20},
693		output: [][]byte{[]byte{0xf0, 0x9f, 0x87, 0xa6}, []byte{0x20}},
694	},
695	{
696		input:  []byte{0xf0, 0x9f, 0x87, 0xa6, 0xcc, 0x88, 0x20},
697		output: [][]byte{[]byte{0xf0, 0x9f, 0x87, 0xa6, 0xcc, 0x88}, []byte{0x20}},
698	},
699	{
700		input:  []byte{0xf0, 0x9f, 0x87, 0xa6, 0xd},
701		output: [][]byte{[]byte{0xf0, 0x9f, 0x87, 0xa6}, []byte{0xd}},
702	},
703	{
704		input:  []byte{0xf0, 0x9f, 0x87, 0xa6, 0xcc, 0x88, 0xd},
705		output: [][]byte{[]byte{0xf0, 0x9f, 0x87, 0xa6, 0xcc, 0x88}, []byte{0xd}},
706	},
707	{
708		input:  []byte{0xf0, 0x9f, 0x87, 0xa6, 0xa},
709		output: [][]byte{[]byte{0xf0, 0x9f, 0x87, 0xa6}, []byte{0xa}},
710	},
711	{
712		input:  []byte{0xf0, 0x9f, 0x87, 0xa6, 0xcc, 0x88, 0xa},
713		output: [][]byte{[]byte{0xf0, 0x9f, 0x87, 0xa6, 0xcc, 0x88}, []byte{0xa}},
714	},
715	{
716		input:  []byte{0xf0, 0x9f, 0x87, 0xa6, 0x1},
717		output: [][]byte{[]byte{0xf0, 0x9f, 0x87, 0xa6}, []byte{0x1}},
718	},
719	{
720		input:  []byte{0xf0, 0x9f, 0x87, 0xa6, 0xcc, 0x88, 0x1},
721		output: [][]byte{[]byte{0xf0, 0x9f, 0x87, 0xa6, 0xcc, 0x88}, []byte{0x1}},
722	},
723	{
724		input:  []byte{0xf0, 0x9f, 0x87, 0xa6, 0xcd, 0x8f},
725		output: [][]byte{[]byte{0xf0, 0x9f, 0x87, 0xa6, 0xcd, 0x8f}},
726	},
727	{
728		input:  []byte{0xf0, 0x9f, 0x87, 0xa6, 0xcc, 0x88, 0xcd, 0x8f},
729		output: [][]byte{[]byte{0xf0, 0x9f, 0x87, 0xa6, 0xcc, 0x88, 0xcd, 0x8f}},
730	},
731	{
732		input:  []byte{0xf0, 0x9f, 0x87, 0xa6, 0xf0, 0x9f, 0x87, 0xa6},
733		output: [][]byte{[]byte{0xf0, 0x9f, 0x87, 0xa6, 0xf0, 0x9f, 0x87, 0xa6}},
734	},
735	{
736		input:  []byte{0xf0, 0x9f, 0x87, 0xa6, 0xcc, 0x88, 0xf0, 0x9f, 0x87, 0xa6},
737		output: [][]byte{[]byte{0xf0, 0x9f, 0x87, 0xa6, 0xcc, 0x88}, []byte{0xf0, 0x9f, 0x87, 0xa6}},
738	},
739	{
740		input:  []byte{0xf0, 0x9f, 0x87, 0xa6, 0xd8, 0x80},
741		output: [][]byte{[]byte{0xf0, 0x9f, 0x87, 0xa6}, []byte{0xd8, 0x80}},
742	},
743	{
744		input:  []byte{0xf0, 0x9f, 0x87, 0xa6, 0xcc, 0x88, 0xd8, 0x80},
745		output: [][]byte{[]byte{0xf0, 0x9f, 0x87, 0xa6, 0xcc, 0x88}, []byte{0xd8, 0x80}},
746	},
747	{
748		input:  []byte{0xf0, 0x9f, 0x87, 0xa6, 0xe0, 0xa4, 0x83},
749		output: [][]byte{[]byte{0xf0, 0x9f, 0x87, 0xa6, 0xe0, 0xa4, 0x83}},
750	},
751	{
752		input:  []byte{0xf0, 0x9f, 0x87, 0xa6, 0xcc, 0x88, 0xe0, 0xa4, 0x83},
753		output: [][]byte{[]byte{0xf0, 0x9f, 0x87, 0xa6, 0xcc, 0x88, 0xe0, 0xa4, 0x83}},
754	},
755	{
756		input:  []byte{0xf0, 0x9f, 0x87, 0xa6, 0xe1, 0x84, 0x80},
757		output: [][]byte{[]byte{0xf0, 0x9f, 0x87, 0xa6}, []byte{0xe1, 0x84, 0x80}},
758	},
759	{
760		input:  []byte{0xf0, 0x9f, 0x87, 0xa6, 0xcc, 0x88, 0xe1, 0x84, 0x80},
761		output: [][]byte{[]byte{0xf0, 0x9f, 0x87, 0xa6, 0xcc, 0x88}, []byte{0xe1, 0x84, 0x80}},
762	},
763	{
764		input:  []byte{0xf0, 0x9f, 0x87, 0xa6, 0xe1, 0x85, 0xa0},
765		output: [][]byte{[]byte{0xf0, 0x9f, 0x87, 0xa6}, []byte{0xe1, 0x85, 0xa0}},
766	},
767	{
768		input:  []byte{0xf0, 0x9f, 0x87, 0xa6, 0xcc, 0x88, 0xe1, 0x85, 0xa0},
769		output: [][]byte{[]byte{0xf0, 0x9f, 0x87, 0xa6, 0xcc, 0x88}, []byte{0xe1, 0x85, 0xa0}},
770	},
771	{
772		input:  []byte{0xf0, 0x9f, 0x87, 0xa6, 0xe1, 0x86, 0xa8},
773		output: [][]byte{[]byte{0xf0, 0x9f, 0x87, 0xa6}, []byte{0xe1, 0x86, 0xa8}},
774	},
775	{
776		input:  []byte{0xf0, 0x9f, 0x87, 0xa6, 0xcc, 0x88, 0xe1, 0x86, 0xa8},
777		output: [][]byte{[]byte{0xf0, 0x9f, 0x87, 0xa6, 0xcc, 0x88}, []byte{0xe1, 0x86, 0xa8}},
778	},
779	{
780		input:  []byte{0xf0, 0x9f, 0x87, 0xa6, 0xea, 0xb0, 0x80},
781		output: [][]byte{[]byte{0xf0, 0x9f, 0x87, 0xa6}, []byte{0xea, 0xb0, 0x80}},
782	},
783	{
784		input:  []byte{0xf0, 0x9f, 0x87, 0xa6, 0xcc, 0x88, 0xea, 0xb0, 0x80},
785		output: [][]byte{[]byte{0xf0, 0x9f, 0x87, 0xa6, 0xcc, 0x88}, []byte{0xea, 0xb0, 0x80}},
786	},
787	{
788		input:  []byte{0xf0, 0x9f, 0x87, 0xa6, 0xea, 0xb0, 0x81},
789		output: [][]byte{[]byte{0xf0, 0x9f, 0x87, 0xa6}, []byte{0xea, 0xb0, 0x81}},
790	},
791	{
792		input:  []byte{0xf0, 0x9f, 0x87, 0xa6, 0xcc, 0x88, 0xea, 0xb0, 0x81},
793		output: [][]byte{[]byte{0xf0, 0x9f, 0x87, 0xa6, 0xcc, 0x88}, []byte{0xea, 0xb0, 0x81}},
794	},
795	{
796		input:  []byte{0xf0, 0x9f, 0x87, 0xa6, 0xe2, 0x8c, 0x9a},
797		output: [][]byte{[]byte{0xf0, 0x9f, 0x87, 0xa6}, []byte{0xe2, 0x8c, 0x9a}},
798	},
799	{
800		input:  []byte{0xf0, 0x9f, 0x87, 0xa6, 0xcc, 0x88, 0xe2, 0x8c, 0x9a},
801		output: [][]byte{[]byte{0xf0, 0x9f, 0x87, 0xa6, 0xcc, 0x88}, []byte{0xe2, 0x8c, 0x9a}},
802	},
803	{
804		input:  []byte{0xf0, 0x9f, 0x87, 0xa6, 0xcc, 0x80},
805		output: [][]byte{[]byte{0xf0, 0x9f, 0x87, 0xa6, 0xcc, 0x80}},
806	},
807	{
808		input:  []byte{0xf0, 0x9f, 0x87, 0xa6, 0xcc, 0x88, 0xcc, 0x80},
809		output: [][]byte{[]byte{0xf0, 0x9f, 0x87, 0xa6, 0xcc, 0x88, 0xcc, 0x80}},
810	},
811	{
812		input:  []byte{0xf0, 0x9f, 0x87, 0xa6, 0xe2, 0x80, 0x8d},
813		output: [][]byte{[]byte{0xf0, 0x9f, 0x87, 0xa6, 0xe2, 0x80, 0x8d}},
814	},
815	{
816		input:  []byte{0xf0, 0x9f, 0x87, 0xa6, 0xcc, 0x88, 0xe2, 0x80, 0x8d},
817		output: [][]byte{[]byte{0xf0, 0x9f, 0x87, 0xa6, 0xcc, 0x88, 0xe2, 0x80, 0x8d}},
818	},
819	{
820		input:  []byte{0xf0, 0x9f, 0x87, 0xa6, 0xcd, 0xb8},
821		output: [][]byte{[]byte{0xf0, 0x9f, 0x87, 0xa6}, []byte{0xcd, 0xb8}},
822	},
823	{
824		input:  []byte{0xf0, 0x9f, 0x87, 0xa6, 0xcc, 0x88, 0xcd, 0xb8},
825		output: [][]byte{[]byte{0xf0, 0x9f, 0x87, 0xa6, 0xcc, 0x88}, []byte{0xcd, 0xb8}},
826	},
827	{
828		input:  []byte{0xd8, 0x80, 0x20},
829		output: [][]byte{[]byte{0xd8, 0x80, 0x20}},
830	},
831	{
832		input:  []byte{0xd8, 0x80, 0xcc, 0x88, 0x20},
833		output: [][]byte{[]byte{0xd8, 0x80, 0xcc, 0x88}, []byte{0x20}},
834	},
835	{
836		input:  []byte{0xd8, 0x80, 0xd},
837		output: [][]byte{[]byte{0xd8, 0x80}, []byte{0xd}},
838	},
839	{
840		input:  []byte{0xd8, 0x80, 0xcc, 0x88, 0xd},
841		output: [][]byte{[]byte{0xd8, 0x80, 0xcc, 0x88}, []byte{0xd}},
842	},
843	{
844		input:  []byte{0xd8, 0x80, 0xa},
845		output: [][]byte{[]byte{0xd8, 0x80}, []byte{0xa}},
846	},
847	{
848		input:  []byte{0xd8, 0x80, 0xcc, 0x88, 0xa},
849		output: [][]byte{[]byte{0xd8, 0x80, 0xcc, 0x88}, []byte{0xa}},
850	},
851	{
852		input:  []byte{0xd8, 0x80, 0x1},
853		output: [][]byte{[]byte{0xd8, 0x80}, []byte{0x1}},
854	},
855	{
856		input:  []byte{0xd8, 0x80, 0xcc, 0x88, 0x1},
857		output: [][]byte{[]byte{0xd8, 0x80, 0xcc, 0x88}, []byte{0x1}},
858	},
859	{
860		input:  []byte{0xd8, 0x80, 0xcd, 0x8f},
861		output: [][]byte{[]byte{0xd8, 0x80, 0xcd, 0x8f}},
862	},
863	{
864		input:  []byte{0xd8, 0x80, 0xcc, 0x88, 0xcd, 0x8f},
865		output: [][]byte{[]byte{0xd8, 0x80, 0xcc, 0x88, 0xcd, 0x8f}},
866	},
867	{
868		input:  []byte{0xd8, 0x80, 0xf0, 0x9f, 0x87, 0xa6},
869		output: [][]byte{[]byte{0xd8, 0x80, 0xf0, 0x9f, 0x87, 0xa6}},
870	},
871	{
872		input:  []byte{0xd8, 0x80, 0xcc, 0x88, 0xf0, 0x9f, 0x87, 0xa6},
873		output: [][]byte{[]byte{0xd8, 0x80, 0xcc, 0x88}, []byte{0xf0, 0x9f, 0x87, 0xa6}},
874	},
875	{
876		input:  []byte{0xd8, 0x80, 0xd8, 0x80},
877		output: [][]byte{[]byte{0xd8, 0x80, 0xd8, 0x80}},
878	},
879	{
880		input:  []byte{0xd8, 0x80, 0xcc, 0x88, 0xd8, 0x80},
881		output: [][]byte{[]byte{0xd8, 0x80, 0xcc, 0x88}, []byte{0xd8, 0x80}},
882	},
883	{
884		input:  []byte{0xd8, 0x80, 0xe0, 0xa4, 0x83},
885		output: [][]byte{[]byte{0xd8, 0x80, 0xe0, 0xa4, 0x83}},
886	},
887	{
888		input:  []byte{0xd8, 0x80, 0xcc, 0x88, 0xe0, 0xa4, 0x83},
889		output: [][]byte{[]byte{0xd8, 0x80, 0xcc, 0x88, 0xe0, 0xa4, 0x83}},
890	},
891	{
892		input:  []byte{0xd8, 0x80, 0xe1, 0x84, 0x80},
893		output: [][]byte{[]byte{0xd8, 0x80, 0xe1, 0x84, 0x80}},
894	},
895	{
896		input:  []byte{0xd8, 0x80, 0xcc, 0x88, 0xe1, 0x84, 0x80},
897		output: [][]byte{[]byte{0xd8, 0x80, 0xcc, 0x88}, []byte{0xe1, 0x84, 0x80}},
898	},
899	{
900		input:  []byte{0xd8, 0x80, 0xe1, 0x85, 0xa0},
901		output: [][]byte{[]byte{0xd8, 0x80, 0xe1, 0x85, 0xa0}},
902	},
903	{
904		input:  []byte{0xd8, 0x80, 0xcc, 0x88, 0xe1, 0x85, 0xa0},
905		output: [][]byte{[]byte{0xd8, 0x80, 0xcc, 0x88}, []byte{0xe1, 0x85, 0xa0}},
906	},
907	{
908		input:  []byte{0xd8, 0x80, 0xe1, 0x86, 0xa8},
909		output: [][]byte{[]byte{0xd8, 0x80, 0xe1, 0x86, 0xa8}},
910	},
911	{
912		input:  []byte{0xd8, 0x80, 0xcc, 0x88, 0xe1, 0x86, 0xa8},
913		output: [][]byte{[]byte{0xd8, 0x80, 0xcc, 0x88}, []byte{0xe1, 0x86, 0xa8}},
914	},
915	{
916		input:  []byte{0xd8, 0x80, 0xea, 0xb0, 0x80},
917		output: [][]byte{[]byte{0xd8, 0x80, 0xea, 0xb0, 0x80}},
918	},
919	{
920		input:  []byte{0xd8, 0x80, 0xcc, 0x88, 0xea, 0xb0, 0x80},
921		output: [][]byte{[]byte{0xd8, 0x80, 0xcc, 0x88}, []byte{0xea, 0xb0, 0x80}},
922	},
923	{
924		input:  []byte{0xd8, 0x80, 0xea, 0xb0, 0x81},
925		output: [][]byte{[]byte{0xd8, 0x80, 0xea, 0xb0, 0x81}},
926	},
927	{
928		input:  []byte{0xd8, 0x80, 0xcc, 0x88, 0xea, 0xb0, 0x81},
929		output: [][]byte{[]byte{0xd8, 0x80, 0xcc, 0x88}, []byte{0xea, 0xb0, 0x81}},
930	},
931	{
932		input:  []byte{0xd8, 0x80, 0xe2, 0x8c, 0x9a},
933		output: [][]byte{[]byte{0xd8, 0x80, 0xe2, 0x8c, 0x9a}},
934	},
935	{
936		input:  []byte{0xd8, 0x80, 0xcc, 0x88, 0xe2, 0x8c, 0x9a},
937		output: [][]byte{[]byte{0xd8, 0x80, 0xcc, 0x88}, []byte{0xe2, 0x8c, 0x9a}},
938	},
939	{
940		input:  []byte{0xd8, 0x80, 0xcc, 0x80},
941		output: [][]byte{[]byte{0xd8, 0x80, 0xcc, 0x80}},
942	},
943	{
944		input:  []byte{0xd8, 0x80, 0xcc, 0x88, 0xcc, 0x80},
945		output: [][]byte{[]byte{0xd8, 0x80, 0xcc, 0x88, 0xcc, 0x80}},
946	},
947	{
948		input:  []byte{0xd8, 0x80, 0xe2, 0x80, 0x8d},
949		output: [][]byte{[]byte{0xd8, 0x80, 0xe2, 0x80, 0x8d}},
950	},
951	{
952		input:  []byte{0xd8, 0x80, 0xcc, 0x88, 0xe2, 0x80, 0x8d},
953		output: [][]byte{[]byte{0xd8, 0x80, 0xcc, 0x88, 0xe2, 0x80, 0x8d}},
954	},
955	{
956		input:  []byte{0xd8, 0x80, 0xcd, 0xb8},
957		output: [][]byte{[]byte{0xd8, 0x80, 0xcd, 0xb8}},
958	},
959	{
960		input:  []byte{0xd8, 0x80, 0xcc, 0x88, 0xcd, 0xb8},
961		output: [][]byte{[]byte{0xd8, 0x80, 0xcc, 0x88}, []byte{0xcd, 0xb8}},
962	},
963	{
964		input:  []byte{0xe0, 0xa4, 0x83, 0x20},
965		output: [][]byte{[]byte{0xe0, 0xa4, 0x83}, []byte{0x20}},
966	},
967	{
968		input:  []byte{0xe0, 0xa4, 0x83, 0xcc, 0x88, 0x20},
969		output: [][]byte{[]byte{0xe0, 0xa4, 0x83, 0xcc, 0x88}, []byte{0x20}},
970	},
971	{
972		input:  []byte{0xe0, 0xa4, 0x83, 0xd},
973		output: [][]byte{[]byte{0xe0, 0xa4, 0x83}, []byte{0xd}},
974	},
975	{
976		input:  []byte{0xe0, 0xa4, 0x83, 0xcc, 0x88, 0xd},
977		output: [][]byte{[]byte{0xe0, 0xa4, 0x83, 0xcc, 0x88}, []byte{0xd}},
978	},
979	{
980		input:  []byte{0xe0, 0xa4, 0x83, 0xa},
981		output: [][]byte{[]byte{0xe0, 0xa4, 0x83}, []byte{0xa}},
982	},
983	{
984		input:  []byte{0xe0, 0xa4, 0x83, 0xcc, 0x88, 0xa},
985		output: [][]byte{[]byte{0xe0, 0xa4, 0x83, 0xcc, 0x88}, []byte{0xa}},
986	},
987	{
988		input:  []byte{0xe0, 0xa4, 0x83, 0x1},
989		output: [][]byte{[]byte{0xe0, 0xa4, 0x83}, []byte{0x1}},
990	},
991	{
992		input:  []byte{0xe0, 0xa4, 0x83, 0xcc, 0x88, 0x1},
993		output: [][]byte{[]byte{0xe0, 0xa4, 0x83, 0xcc, 0x88}, []byte{0x1}},
994	},
995	{
996		input:  []byte{0xe0, 0xa4, 0x83, 0xcd, 0x8f},
997		output: [][]byte{[]byte{0xe0, 0xa4, 0x83, 0xcd, 0x8f}},
998	},
999	{
1000		input:  []byte{0xe0, 0xa4, 0x83, 0xcc, 0x88, 0xcd, 0x8f},
1001		output: [][]byte{[]byte{0xe0, 0xa4, 0x83, 0xcc, 0x88, 0xcd, 0x8f}},
1002	},
1003	{
1004		input:  []byte{0xe0, 0xa4, 0x83, 0xf0, 0x9f, 0x87, 0xa6},
1005		output: [][]byte{[]byte{0xe0, 0xa4, 0x83}, []byte{0xf0, 0x9f, 0x87, 0xa6}},
1006	},
1007	{
1008		input:  []byte{0xe0, 0xa4, 0x83, 0xcc, 0x88, 0xf0, 0x9f, 0x87, 0xa6},
1009		output: [][]byte{[]byte{0xe0, 0xa4, 0x83, 0xcc, 0x88}, []byte{0xf0, 0x9f, 0x87, 0xa6}},
1010	},
1011	{
1012		input:  []byte{0xe0, 0xa4, 0x83, 0xd8, 0x80},
1013		output: [][]byte{[]byte{0xe0, 0xa4, 0x83}, []byte{0xd8, 0x80}},
1014	},
1015	{
1016		input:  []byte{0xe0, 0xa4, 0x83, 0xcc, 0x88, 0xd8, 0x80},
1017		output: [][]byte{[]byte{0xe0, 0xa4, 0x83, 0xcc, 0x88}, []byte{0xd8, 0x80}},
1018	},
1019	{
1020		input:  []byte{0xe0, 0xa4, 0x83, 0xe0, 0xa4, 0x83},
1021		output: [][]byte{[]byte{0xe0, 0xa4, 0x83, 0xe0, 0xa4, 0x83}},
1022	},
1023	{
1024		input:  []byte{0xe0, 0xa4, 0x83, 0xcc, 0x88, 0xe0, 0xa4, 0x83},
1025		output: [][]byte{[]byte{0xe0, 0xa4, 0x83, 0xcc, 0x88, 0xe0, 0xa4, 0x83}},
1026	},
1027	{
1028		input:  []byte{0xe0, 0xa4, 0x83, 0xe1, 0x84, 0x80},
1029		output: [][]byte{[]byte{0xe0, 0xa4, 0x83}, []byte{0xe1, 0x84, 0x80}},
1030	},
1031	{
1032		input:  []byte{0xe0, 0xa4, 0x83, 0xcc, 0x88, 0xe1, 0x84, 0x80},
1033		output: [][]byte{[]byte{0xe0, 0xa4, 0x83, 0xcc, 0x88}, []byte{0xe1, 0x84, 0x80}},
1034	},
1035	{
1036		input:  []byte{0xe0, 0xa4, 0x83, 0xe1, 0x85, 0xa0},
1037		output: [][]byte{[]byte{0xe0, 0xa4, 0x83}, []byte{0xe1, 0x85, 0xa0}},
1038	},
1039	{
1040		input:  []byte{0xe0, 0xa4, 0x83, 0xcc, 0x88, 0xe1, 0x85, 0xa0},
1041		output: [][]byte{[]byte{0xe0, 0xa4, 0x83, 0xcc, 0x88}, []byte{0xe1, 0x85, 0xa0}},
1042	},
1043	{
1044		input:  []byte{0xe0, 0xa4, 0x83, 0xe1, 0x86, 0xa8},
1045		output: [][]byte{[]byte{0xe0, 0xa4, 0x83}, []byte{0xe1, 0x86, 0xa8}},
1046	},
1047	{
1048		input:  []byte{0xe0, 0xa4, 0x83, 0xcc, 0x88, 0xe1, 0x86, 0xa8},
1049		output: [][]byte{[]byte{0xe0, 0xa4, 0x83, 0xcc, 0x88}, []byte{0xe1, 0x86, 0xa8}},
1050	},
1051	{
1052		input:  []byte{0xe0, 0xa4, 0x83, 0xea, 0xb0, 0x80},
1053		output: [][]byte{[]byte{0xe0, 0xa4, 0x83}, []byte{0xea, 0xb0, 0x80}},
1054	},
1055	{
1056		input:  []byte{0xe0, 0xa4, 0x83, 0xcc, 0x88, 0xea, 0xb0, 0x80},
1057		output: [][]byte{[]byte{0xe0, 0xa4, 0x83, 0xcc, 0x88}, []byte{0xea, 0xb0, 0x80}},
1058	},
1059	{
1060		input:  []byte{0xe0, 0xa4, 0x83, 0xea, 0xb0, 0x81},
1061		output: [][]byte{[]byte{0xe0, 0xa4, 0x83}, []byte{0xea, 0xb0, 0x81}},
1062	},
1063	{
1064		input:  []byte{0xe0, 0xa4, 0x83, 0xcc, 0x88, 0xea, 0xb0, 0x81},
1065		output: [][]byte{[]byte{0xe0, 0xa4, 0x83, 0xcc, 0x88}, []byte{0xea, 0xb0, 0x81}},
1066	},
1067	{
1068		input:  []byte{0xe0, 0xa4, 0x83, 0xe2, 0x8c, 0x9a},
1069		output: [][]byte{[]byte{0xe0, 0xa4, 0x83}, []byte{0xe2, 0x8c, 0x9a}},
1070	},
1071	{
1072		input:  []byte{0xe0, 0xa4, 0x83, 0xcc, 0x88, 0xe2, 0x8c, 0x9a},
1073		output: [][]byte{[]byte{0xe0, 0xa4, 0x83, 0xcc, 0x88}, []byte{0xe2, 0x8c, 0x9a}},
1074	},
1075	{
1076		input:  []byte{0xe0, 0xa4, 0x83, 0xcc, 0x80},
1077		output: [][]byte{[]byte{0xe0, 0xa4, 0x83, 0xcc, 0x80}},
1078	},
1079	{
1080		input:  []byte{0xe0, 0xa4, 0x83, 0xcc, 0x88, 0xcc, 0x80},
1081		output: [][]byte{[]byte{0xe0, 0xa4, 0x83, 0xcc, 0x88, 0xcc, 0x80}},
1082	},
1083	{
1084		input:  []byte{0xe0, 0xa4, 0x83, 0xe2, 0x80, 0x8d},
1085		output: [][]byte{[]byte{0xe0, 0xa4, 0x83, 0xe2, 0x80, 0x8d}},
1086	},
1087	{
1088		input:  []byte{0xe0, 0xa4, 0x83, 0xcc, 0x88, 0xe2, 0x80, 0x8d},
1089		output: [][]byte{[]byte{0xe0, 0xa4, 0x83, 0xcc, 0x88, 0xe2, 0x80, 0x8d}},
1090	},
1091	{
1092		input:  []byte{0xe0, 0xa4, 0x83, 0xcd, 0xb8},
1093		output: [][]byte{[]byte{0xe0, 0xa4, 0x83}, []byte{0xcd, 0xb8}},
1094	},
1095	{
1096		input:  []byte{0xe0, 0xa4, 0x83, 0xcc, 0x88, 0xcd, 0xb8},
1097		output: [][]byte{[]byte{0xe0, 0xa4, 0x83, 0xcc, 0x88}, []byte{0xcd, 0xb8}},
1098	},
1099	{
1100		input:  []byte{0xe1, 0x84, 0x80, 0x20},
1101		output: [][]byte{[]byte{0xe1, 0x84, 0x80}, []byte{0x20}},
1102	},
1103	{
1104		input:  []byte{0xe1, 0x84, 0x80, 0xcc, 0x88, 0x20},
1105		output: [][]byte{[]byte{0xe1, 0x84, 0x80, 0xcc, 0x88}, []byte{0x20}},
1106	},
1107	{
1108		input:  []byte{0xe1, 0x84, 0x80, 0xd},
1109		output: [][]byte{[]byte{0xe1, 0x84, 0x80}, []byte{0xd}},
1110	},
1111	{
1112		input:  []byte{0xe1, 0x84, 0x80, 0xcc, 0x88, 0xd},
1113		output: [][]byte{[]byte{0xe1, 0x84, 0x80, 0xcc, 0x88}, []byte{0xd}},
1114	},
1115	{
1116		input:  []byte{0xe1, 0x84, 0x80, 0xa},
1117		output: [][]byte{[]byte{0xe1, 0x84, 0x80}, []byte{0xa}},
1118	},
1119	{
1120		input:  []byte{0xe1, 0x84, 0x80, 0xcc, 0x88, 0xa},
1121		output: [][]byte{[]byte{0xe1, 0x84, 0x80, 0xcc, 0x88}, []byte{0xa}},
1122	},
1123	{
1124		input:  []byte{0xe1, 0x84, 0x80, 0x1},
1125		output: [][]byte{[]byte{0xe1, 0x84, 0x80}, []byte{0x1}},
1126	},
1127	{
1128		input:  []byte{0xe1, 0x84, 0x80, 0xcc, 0x88, 0x1},
1129		output: [][]byte{[]byte{0xe1, 0x84, 0x80, 0xcc, 0x88}, []byte{0x1}},
1130	},
1131	{
1132		input:  []byte{0xe1, 0x84, 0x80, 0xcd, 0x8f},
1133		output: [][]byte{[]byte{0xe1, 0x84, 0x80, 0xcd, 0x8f}},
1134	},
1135	{
1136		input:  []byte{0xe1, 0x84, 0x80, 0xcc, 0x88, 0xcd, 0x8f},
1137		output: [][]byte{[]byte{0xe1, 0x84, 0x80, 0xcc, 0x88, 0xcd, 0x8f}},
1138	},
1139	{
1140		input:  []byte{0xe1, 0x84, 0x80, 0xf0, 0x9f, 0x87, 0xa6},
1141		output: [][]byte{[]byte{0xe1, 0x84, 0x80}, []byte{0xf0, 0x9f, 0x87, 0xa6}},
1142	},
1143	{
1144		input:  []byte{0xe1, 0x84, 0x80, 0xcc, 0x88, 0xf0, 0x9f, 0x87, 0xa6},
1145		output: [][]byte{[]byte{0xe1, 0x84, 0x80, 0xcc, 0x88}, []byte{0xf0, 0x9f, 0x87, 0xa6}},
1146	},
1147	{
1148		input:  []byte{0xe1, 0x84, 0x80, 0xd8, 0x80},
1149		output: [][]byte{[]byte{0xe1, 0x84, 0x80}, []byte{0xd8, 0x80}},
1150	},
1151	{
1152		input:  []byte{0xe1, 0x84, 0x80, 0xcc, 0x88, 0xd8, 0x80},
1153		output: [][]byte{[]byte{0xe1, 0x84, 0x80, 0xcc, 0x88}, []byte{0xd8, 0x80}},
1154	},
1155	{
1156		input:  []byte{0xe1, 0x84, 0x80, 0xe0, 0xa4, 0x83},
1157		output: [][]byte{[]byte{0xe1, 0x84, 0x80, 0xe0, 0xa4, 0x83}},
1158	},
1159	{
1160		input:  []byte{0xe1, 0x84, 0x80, 0xcc, 0x88, 0xe0, 0xa4, 0x83},
1161		output: [][]byte{[]byte{0xe1, 0x84, 0x80, 0xcc, 0x88, 0xe0, 0xa4, 0x83}},
1162	},
1163	{
1164		input:  []byte{0xe1, 0x84, 0x80, 0xe1, 0x84, 0x80},
1165		output: [][]byte{[]byte{0xe1, 0x84, 0x80, 0xe1, 0x84, 0x80}},
1166	},
1167	{
1168		input:  []byte{0xe1, 0x84, 0x80, 0xcc, 0x88, 0xe1, 0x84, 0x80},
1169		output: [][]byte{[]byte{0xe1, 0x84, 0x80, 0xcc, 0x88}, []byte{0xe1, 0x84, 0x80}},
1170	},
1171	{
1172		input:  []byte{0xe1, 0x84, 0x80, 0xe1, 0x85, 0xa0},
1173		output: [][]byte{[]byte{0xe1, 0x84, 0x80, 0xe1, 0x85, 0xa0}},
1174	},
1175	{
1176		input:  []byte{0xe1, 0x84, 0x80, 0xcc, 0x88, 0xe1, 0x85, 0xa0},
1177		output: [][]byte{[]byte{0xe1, 0x84, 0x80, 0xcc, 0x88}, []byte{0xe1, 0x85, 0xa0}},
1178	},
1179	{
1180		input:  []byte{0xe1, 0x84, 0x80, 0xe1, 0x86, 0xa8},
1181		output: [][]byte{[]byte{0xe1, 0x84, 0x80}, []byte{0xe1, 0x86, 0xa8}},
1182	},
1183	{
1184		input:  []byte{0xe1, 0x84, 0x80, 0xcc, 0x88, 0xe1, 0x86, 0xa8},
1185		output: [][]byte{[]byte{0xe1, 0x84, 0x80, 0xcc, 0x88}, []byte{0xe1, 0x86, 0xa8}},
1186	},
1187	{
1188		input:  []byte{0xe1, 0x84, 0x80, 0xea, 0xb0, 0x80},
1189		output: [][]byte{[]byte{0xe1, 0x84, 0x80, 0xea, 0xb0, 0x80}},
1190	},
1191	{
1192		input:  []byte{0xe1, 0x84, 0x80, 0xcc, 0x88, 0xea, 0xb0, 0x80},
1193		output: [][]byte{[]byte{0xe1, 0x84, 0x80, 0xcc, 0x88}, []byte{0xea, 0xb0, 0x80}},
1194	},
1195	{
1196		input:  []byte{0xe1, 0x84, 0x80, 0xea, 0xb0, 0x81},
1197		output: [][]byte{[]byte{0xe1, 0x84, 0x80, 0xea, 0xb0, 0x81}},
1198	},
1199	{
1200		input:  []byte{0xe1, 0x84, 0x80, 0xcc, 0x88, 0xea, 0xb0, 0x81},
1201		output: [][]byte{[]byte{0xe1, 0x84, 0x80, 0xcc, 0x88}, []byte{0xea, 0xb0, 0x81}},
1202	},
1203	{
1204		input:  []byte{0xe1, 0x84, 0x80, 0xe2, 0x8c, 0x9a},
1205		output: [][]byte{[]byte{0xe1, 0x84, 0x80}, []byte{0xe2, 0x8c, 0x9a}},
1206	},
1207	{
1208		input:  []byte{0xe1, 0x84, 0x80, 0xcc, 0x88, 0xe2, 0x8c, 0x9a},
1209		output: [][]byte{[]byte{0xe1, 0x84, 0x80, 0xcc, 0x88}, []byte{0xe2, 0x8c, 0x9a}},
1210	},
1211	{
1212		input:  []byte{0xe1, 0x84, 0x80, 0xcc, 0x80},
1213		output: [][]byte{[]byte{0xe1, 0x84, 0x80, 0xcc, 0x80}},
1214	},
1215	{
1216		input:  []byte{0xe1, 0x84, 0x80, 0xcc, 0x88, 0xcc, 0x80},
1217		output: [][]byte{[]byte{0xe1, 0x84, 0x80, 0xcc, 0x88, 0xcc, 0x80}},
1218	},
1219	{
1220		input:  []byte{0xe1, 0x84, 0x80, 0xe2, 0x80, 0x8d},
1221		output: [][]byte{[]byte{0xe1, 0x84, 0x80, 0xe2, 0x80, 0x8d}},
1222	},
1223	{
1224		input:  []byte{0xe1, 0x84, 0x80, 0xcc, 0x88, 0xe2, 0x80, 0x8d},
1225		output: [][]byte{[]byte{0xe1, 0x84, 0x80, 0xcc, 0x88, 0xe2, 0x80, 0x8d}},
1226	},
1227	{
1228		input:  []byte{0xe1, 0x84, 0x80, 0xcd, 0xb8},
1229		output: [][]byte{[]byte{0xe1, 0x84, 0x80}, []byte{0xcd, 0xb8}},
1230	},
1231	{
1232		input:  []byte{0xe1, 0x84, 0x80, 0xcc, 0x88, 0xcd, 0xb8},
1233		output: [][]byte{[]byte{0xe1, 0x84, 0x80, 0xcc, 0x88}, []byte{0xcd, 0xb8}},
1234	},
1235	{
1236		input:  []byte{0xe1, 0x85, 0xa0, 0x20},
1237		output: [][]byte{[]byte{0xe1, 0x85, 0xa0}, []byte{0x20}},
1238	},
1239	{
1240		input:  []byte{0xe1, 0x85, 0xa0, 0xcc, 0x88, 0x20},
1241		output: [][]byte{[]byte{0xe1, 0x85, 0xa0, 0xcc, 0x88}, []byte{0x20}},
1242	},
1243	{
1244		input:  []byte{0xe1, 0x85, 0xa0, 0xd},
1245		output: [][]byte{[]byte{0xe1, 0x85, 0xa0}, []byte{0xd}},
1246	},
1247	{
1248		input:  []byte{0xe1, 0x85, 0xa0, 0xcc, 0x88, 0xd},
1249		output: [][]byte{[]byte{0xe1, 0x85, 0xa0, 0xcc, 0x88}, []byte{0xd}},
1250	},
1251	{
1252		input:  []byte{0xe1, 0x85, 0xa0, 0xa},
1253		output: [][]byte{[]byte{0xe1, 0x85, 0xa0}, []byte{0xa}},
1254	},
1255	{
1256		input:  []byte{0xe1, 0x85, 0xa0, 0xcc, 0x88, 0xa},
1257		output: [][]byte{[]byte{0xe1, 0x85, 0xa0, 0xcc, 0x88}, []byte{0xa}},
1258	},
1259	{
1260		input:  []byte{0xe1, 0x85, 0xa0, 0x1},
1261		output: [][]byte{[]byte{0xe1, 0x85, 0xa0}, []byte{0x1}},
1262	},
1263	{
1264		input:  []byte{0xe1, 0x85, 0xa0, 0xcc, 0x88, 0x1},
1265		output: [][]byte{[]byte{0xe1, 0x85, 0xa0, 0xcc, 0x88}, []byte{0x1}},
1266	},
1267	{
1268		input:  []byte{0xe1, 0x85, 0xa0, 0xcd, 0x8f},
1269		output: [][]byte{[]byte{0xe1, 0x85, 0xa0, 0xcd, 0x8f}},
1270	},
1271	{
1272		input:  []byte{0xe1, 0x85, 0xa0, 0xcc, 0x88, 0xcd, 0x8f},
1273		output: [][]byte{[]byte{0xe1, 0x85, 0xa0, 0xcc, 0x88, 0xcd, 0x8f}},
1274	},
1275	{
1276		input:  []byte{0xe1, 0x85, 0xa0, 0xf0, 0x9f, 0x87, 0xa6},
1277		output: [][]byte{[]byte{0xe1, 0x85, 0xa0}, []byte{0xf0, 0x9f, 0x87, 0xa6}},
1278	},
1279	{
1280		input:  []byte{0xe1, 0x85, 0xa0, 0xcc, 0x88, 0xf0, 0x9f, 0x87, 0xa6},
1281		output: [][]byte{[]byte{0xe1, 0x85, 0xa0, 0xcc, 0x88}, []byte{0xf0, 0x9f, 0x87, 0xa6}},
1282	},
1283	{
1284		input:  []byte{0xe1, 0x85, 0xa0, 0xd8, 0x80},
1285		output: [][]byte{[]byte{0xe1, 0x85, 0xa0}, []byte{0xd8, 0x80}},
1286	},
1287	{
1288		input:  []byte{0xe1, 0x85, 0xa0, 0xcc, 0x88, 0xd8, 0x80},
1289		output: [][]byte{[]byte{0xe1, 0x85, 0xa0, 0xcc, 0x88}, []byte{0xd8, 0x80}},
1290	},
1291	{
1292		input:  []byte{0xe1, 0x85, 0xa0, 0xe0, 0xa4, 0x83},
1293		output: [][]byte{[]byte{0xe1, 0x85, 0xa0, 0xe0, 0xa4, 0x83}},
1294	},
1295	{
1296		input:  []byte{0xe1, 0x85, 0xa0, 0xcc, 0x88, 0xe0, 0xa4, 0x83},
1297		output: [][]byte{[]byte{0xe1, 0x85, 0xa0, 0xcc, 0x88, 0xe0, 0xa4, 0x83}},
1298	},
1299	{
1300		input:  []byte{0xe1, 0x85, 0xa0, 0xe1, 0x84, 0x80},
1301		output: [][]byte{[]byte{0xe1, 0x85, 0xa0}, []byte{0xe1, 0x84, 0x80}},
1302	},
1303	{
1304		input:  []byte{0xe1, 0x85, 0xa0, 0xcc, 0x88, 0xe1, 0x84, 0x80},
1305		output: [][]byte{[]byte{0xe1, 0x85, 0xa0, 0xcc, 0x88}, []byte{0xe1, 0x84, 0x80}},
1306	},
1307	{
1308		input:  []byte{0xe1, 0x85, 0xa0, 0xe1, 0x85, 0xa0},
1309		output: [][]byte{[]byte{0xe1, 0x85, 0xa0, 0xe1, 0x85, 0xa0}},
1310	},
1311	{
1312		input:  []byte{0xe1, 0x85, 0xa0, 0xcc, 0x88, 0xe1, 0x85, 0xa0},
1313		output: [][]byte{[]byte{0xe1, 0x85, 0xa0, 0xcc, 0x88}, []byte{0xe1, 0x85, 0xa0}},
1314	},
1315	{
1316		input:  []byte{0xe1, 0x85, 0xa0, 0xe1, 0x86, 0xa8},
1317		output: [][]byte{[]byte{0xe1, 0x85, 0xa0, 0xe1, 0x86, 0xa8}},
1318	},
1319	{
1320		input:  []byte{0xe1, 0x85, 0xa0, 0xcc, 0x88, 0xe1, 0x86, 0xa8},
1321		output: [][]byte{[]byte{0xe1, 0x85, 0xa0, 0xcc, 0x88}, []byte{0xe1, 0x86, 0xa8}},
1322	},
1323	{
1324		input:  []byte{0xe1, 0x85, 0xa0, 0xea, 0xb0, 0x80},
1325		output: [][]byte{[]byte{0xe1, 0x85, 0xa0}, []byte{0xea, 0xb0, 0x80}},
1326	},
1327	{
1328		input:  []byte{0xe1, 0x85, 0xa0, 0xcc, 0x88, 0xea, 0xb0, 0x80},
1329		output: [][]byte{[]byte{0xe1, 0x85, 0xa0, 0xcc, 0x88}, []byte{0xea, 0xb0, 0x80}},
1330	},
1331	{
1332		input:  []byte{0xe1, 0x85, 0xa0, 0xea, 0xb0, 0x81},
1333		output: [][]byte{[]byte{0xe1, 0x85, 0xa0}, []byte{0xea, 0xb0, 0x81}},
1334	},
1335	{
1336		input:  []byte{0xe1, 0x85, 0xa0, 0xcc, 0x88, 0xea, 0xb0, 0x81},
1337		output: [][]byte{[]byte{0xe1, 0x85, 0xa0, 0xcc, 0x88}, []byte{0xea, 0xb0, 0x81}},
1338	},
1339	{
1340		input:  []byte{0xe1, 0x85, 0xa0, 0xe2, 0x8c, 0x9a},
1341		output: [][]byte{[]byte{0xe1, 0x85, 0xa0}, []byte{0xe2, 0x8c, 0x9a}},
1342	},
1343	{
1344		input:  []byte{0xe1, 0x85, 0xa0, 0xcc, 0x88, 0xe2, 0x8c, 0x9a},
1345		output: [][]byte{[]byte{0xe1, 0x85, 0xa0, 0xcc, 0x88}, []byte{0xe2, 0x8c, 0x9a}},
1346	},
1347	{
1348		input:  []byte{0xe1, 0x85, 0xa0, 0xcc, 0x80},
1349		output: [][]byte{[]byte{0xe1, 0x85, 0xa0, 0xcc, 0x80}},
1350	},
1351	{
1352		input:  []byte{0xe1, 0x85, 0xa0, 0xcc, 0x88, 0xcc, 0x80},
1353		output: [][]byte{[]byte{0xe1, 0x85, 0xa0, 0xcc, 0x88, 0xcc, 0x80}},
1354	},
1355	{
1356		input:  []byte{0xe1, 0x85, 0xa0, 0xe2, 0x80, 0x8d},
1357		output: [][]byte{[]byte{0xe1, 0x85, 0xa0, 0xe2, 0x80, 0x8d}},
1358	},
1359	{
1360		input:  []byte{0xe1, 0x85, 0xa0, 0xcc, 0x88, 0xe2, 0x80, 0x8d},
1361		output: [][]byte{[]byte{0xe1, 0x85, 0xa0, 0xcc, 0x88, 0xe2, 0x80, 0x8d}},
1362	},
1363	{
1364		input:  []byte{0xe1, 0x85, 0xa0, 0xcd, 0xb8},
1365		output: [][]byte{[]byte{0xe1, 0x85, 0xa0}, []byte{0xcd, 0xb8}},
1366	},
1367	{
1368		input:  []byte{0xe1, 0x85, 0xa0, 0xcc, 0x88, 0xcd, 0xb8},
1369		output: [][]byte{[]byte{0xe1, 0x85, 0xa0, 0xcc, 0x88}, []byte{0xcd, 0xb8}},
1370	},
1371	{
1372		input:  []byte{0xe1, 0x86, 0xa8, 0x20},
1373		output: [][]byte{[]byte{0xe1, 0x86, 0xa8}, []byte{0x20}},
1374	},
1375	{
1376		input:  []byte{0xe1, 0x86, 0xa8, 0xcc, 0x88, 0x20},
1377		output: [][]byte{[]byte{0xe1, 0x86, 0xa8, 0xcc, 0x88}, []byte{0x20}},
1378	},
1379	{
1380		input:  []byte{0xe1, 0x86, 0xa8, 0xd},
1381		output: [][]byte{[]byte{0xe1, 0x86, 0xa8}, []byte{0xd}},
1382	},
1383	{
1384		input:  []byte{0xe1, 0x86, 0xa8, 0xcc, 0x88, 0xd},
1385		output: [][]byte{[]byte{0xe1, 0x86, 0xa8, 0xcc, 0x88}, []byte{0xd}},
1386	},
1387	{
1388		input:  []byte{0xe1, 0x86, 0xa8, 0xa},
1389		output: [][]byte{[]byte{0xe1, 0x86, 0xa8}, []byte{0xa}},
1390	},
1391	{
1392		input:  []byte{0xe1, 0x86, 0xa8, 0xcc, 0x88, 0xa},
1393		output: [][]byte{[]byte{0xe1, 0x86, 0xa8, 0xcc, 0x88}, []byte{0xa}},
1394	},
1395	{
1396		input:  []byte{0xe1, 0x86, 0xa8, 0x1},
1397		output: [][]byte{[]byte{0xe1, 0x86, 0xa8}, []byte{0x1}},
1398	},
1399	{
1400		input:  []byte{0xe1, 0x86, 0xa8, 0xcc, 0x88, 0x1},
1401		output: [][]byte{[]byte{0xe1, 0x86, 0xa8, 0xcc, 0x88}, []byte{0x1}},
1402	},
1403	{
1404		input:  []byte{0xe1, 0x86, 0xa8, 0xcd, 0x8f},
1405		output: [][]byte{[]byte{0xe1, 0x86, 0xa8, 0xcd, 0x8f}},
1406	},
1407	{
1408		input:  []byte{0xe1, 0x86, 0xa8, 0xcc, 0x88, 0xcd, 0x8f},
1409		output: [][]byte{[]byte{0xe1, 0x86, 0xa8, 0xcc, 0x88, 0xcd, 0x8f}},
1410	},
1411	{
1412		input:  []byte{0xe1, 0x86, 0xa8, 0xf0, 0x9f, 0x87, 0xa6},
1413		output: [][]byte{[]byte{0xe1, 0x86, 0xa8}, []byte{0xf0, 0x9f, 0x87, 0xa6}},
1414	},
1415	{
1416		input:  []byte{0xe1, 0x86, 0xa8, 0xcc, 0x88, 0xf0, 0x9f, 0x87, 0xa6},
1417		output: [][]byte{[]byte{0xe1, 0x86, 0xa8, 0xcc, 0x88}, []byte{0xf0, 0x9f, 0x87, 0xa6}},
1418	},
1419	{
1420		input:  []byte{0xe1, 0x86, 0xa8, 0xd8, 0x80},
1421		output: [][]byte{[]byte{0xe1, 0x86, 0xa8}, []byte{0xd8, 0x80}},
1422	},
1423	{
1424		input:  []byte{0xe1, 0x86, 0xa8, 0xcc, 0x88, 0xd8, 0x80},
1425		output: [][]byte{[]byte{0xe1, 0x86, 0xa8, 0xcc, 0x88}, []byte{0xd8, 0x80}},
1426	},
1427	{
1428		input:  []byte{0xe1, 0x86, 0xa8, 0xe0, 0xa4, 0x83},
1429		output: [][]byte{[]byte{0xe1, 0x86, 0xa8, 0xe0, 0xa4, 0x83}},
1430	},
1431	{
1432		input:  []byte{0xe1, 0x86, 0xa8, 0xcc, 0x88, 0xe0, 0xa4, 0x83},
1433		output: [][]byte{[]byte{0xe1, 0x86, 0xa8, 0xcc, 0x88, 0xe0, 0xa4, 0x83}},
1434	},
1435	{
1436		input:  []byte{0xe1, 0x86, 0xa8, 0xe1, 0x84, 0x80},
1437		output: [][]byte{[]byte{0xe1, 0x86, 0xa8}, []byte{0xe1, 0x84, 0x80}},
1438	},
1439	{
1440		input:  []byte{0xe1, 0x86, 0xa8, 0xcc, 0x88, 0xe1, 0x84, 0x80},
1441		output: [][]byte{[]byte{0xe1, 0x86, 0xa8, 0xcc, 0x88}, []byte{0xe1, 0x84, 0x80}},
1442	},
1443	{
1444		input:  []byte{0xe1, 0x86, 0xa8, 0xe1, 0x85, 0xa0},
1445		output: [][]byte{[]byte{0xe1, 0x86, 0xa8}, []byte{0xe1, 0x85, 0xa0}},
1446	},
1447	{
1448		input:  []byte{0xe1, 0x86, 0xa8, 0xcc, 0x88, 0xe1, 0x85, 0xa0},
1449		output: [][]byte{[]byte{0xe1, 0x86, 0xa8, 0xcc, 0x88}, []byte{0xe1, 0x85, 0xa0}},
1450	},
1451	{
1452		input:  []byte{0xe1, 0x86, 0xa8, 0xe1, 0x86, 0xa8},
1453		output: [][]byte{[]byte{0xe1, 0x86, 0xa8, 0xe1, 0x86, 0xa8}},
1454	},
1455	{
1456		input:  []byte{0xe1, 0x86, 0xa8, 0xcc, 0x88, 0xe1, 0x86, 0xa8},
1457		output: [][]byte{[]byte{0xe1, 0x86, 0xa8, 0xcc, 0x88}, []byte{0xe1, 0x86, 0xa8}},
1458	},
1459	{
1460		input:  []byte{0xe1, 0x86, 0xa8, 0xea, 0xb0, 0x80},
1461		output: [][]byte{[]byte{0xe1, 0x86, 0xa8}, []byte{0xea, 0xb0, 0x80}},
1462	},
1463	{
1464		input:  []byte{0xe1, 0x86, 0xa8, 0xcc, 0x88, 0xea, 0xb0, 0x80},
1465		output: [][]byte{[]byte{0xe1, 0x86, 0xa8, 0xcc, 0x88}, []byte{0xea, 0xb0, 0x80}},
1466	},
1467	{
1468		input:  []byte{0xe1, 0x86, 0xa8, 0xea, 0xb0, 0x81},
1469		output: [][]byte{[]byte{0xe1, 0x86, 0xa8}, []byte{0xea, 0xb0, 0x81}},
1470	},
1471	{
1472		input:  []byte{0xe1, 0x86, 0xa8, 0xcc, 0x88, 0xea, 0xb0, 0x81},
1473		output: [][]byte{[]byte{0xe1, 0x86, 0xa8, 0xcc, 0x88}, []byte{0xea, 0xb0, 0x81}},
1474	},
1475	{
1476		input:  []byte{0xe1, 0x86, 0xa8, 0xe2, 0x8c, 0x9a},
1477		output: [][]byte{[]byte{0xe1, 0x86, 0xa8}, []byte{0xe2, 0x8c, 0x9a}},
1478	},
1479	{
1480		input:  []byte{0xe1, 0x86, 0xa8, 0xcc, 0x88, 0xe2, 0x8c, 0x9a},
1481		output: [][]byte{[]byte{0xe1, 0x86, 0xa8, 0xcc, 0x88}, []byte{0xe2, 0x8c, 0x9a}},
1482	},
1483	{
1484		input:  []byte{0xe1, 0x86, 0xa8, 0xcc, 0x80},
1485		output: [][]byte{[]byte{0xe1, 0x86, 0xa8, 0xcc, 0x80}},
1486	},
1487	{
1488		input:  []byte{0xe1, 0x86, 0xa8, 0xcc, 0x88, 0xcc, 0x80},
1489		output: [][]byte{[]byte{0xe1, 0x86, 0xa8, 0xcc, 0x88, 0xcc, 0x80}},
1490	},
1491	{
1492		input:  []byte{0xe1, 0x86, 0xa8, 0xe2, 0x80, 0x8d},
1493		output: [][]byte{[]byte{0xe1, 0x86, 0xa8, 0xe2, 0x80, 0x8d}},
1494	},
1495	{
1496		input:  []byte{0xe1, 0x86, 0xa8, 0xcc, 0x88, 0xe2, 0x80, 0x8d},
1497		output: [][]byte{[]byte{0xe1, 0x86, 0xa8, 0xcc, 0x88, 0xe2, 0x80, 0x8d}},
1498	},
1499	{
1500		input:  []byte{0xe1, 0x86, 0xa8, 0xcd, 0xb8},
1501		output: [][]byte{[]byte{0xe1, 0x86, 0xa8}, []byte{0xcd, 0xb8}},
1502	},
1503	{
1504		input:  []byte{0xe1, 0x86, 0xa8, 0xcc, 0x88, 0xcd, 0xb8},
1505		output: [][]byte{[]byte{0xe1, 0x86, 0xa8, 0xcc, 0x88}, []byte{0xcd, 0xb8}},
1506	},
1507	{
1508		input:  []byte{0xea, 0xb0, 0x80, 0x20},
1509		output: [][]byte{[]byte{0xea, 0xb0, 0x80}, []byte{0x20}},
1510	},
1511	{
1512		input:  []byte{0xea, 0xb0, 0x80, 0xcc, 0x88, 0x20},
1513		output: [][]byte{[]byte{0xea, 0xb0, 0x80, 0xcc, 0x88}, []byte{0x20}},
1514	},
1515	{
1516		input:  []byte{0xea, 0xb0, 0x80, 0xd},
1517		output: [][]byte{[]byte{0xea, 0xb0, 0x80}, []byte{0xd}},
1518	},
1519	{
1520		input:  []byte{0xea, 0xb0, 0x80, 0xcc, 0x88, 0xd},
1521		output: [][]byte{[]byte{0xea, 0xb0, 0x80, 0xcc, 0x88}, []byte{0xd}},
1522	},
1523	{
1524		input:  []byte{0xea, 0xb0, 0x80, 0xa},
1525		output: [][]byte{[]byte{0xea, 0xb0, 0x80}, []byte{0xa}},
1526	},
1527	{
1528		input:  []byte{0xea, 0xb0, 0x80, 0xcc, 0x88, 0xa},
1529		output: [][]byte{[]byte{0xea, 0xb0, 0x80, 0xcc, 0x88}, []byte{0xa}},
1530	},
1531	{
1532		input:  []byte{0xea, 0xb0, 0x80, 0x1},
1533		output: [][]byte{[]byte{0xea, 0xb0, 0x80}, []byte{0x1}},
1534	},
1535	{
1536		input:  []byte{0xea, 0xb0, 0x80, 0xcc, 0x88, 0x1},
1537		output: [][]byte{[]byte{0xea, 0xb0, 0x80, 0xcc, 0x88}, []byte{0x1}},
1538	},
1539	{
1540		input:  []byte{0xea, 0xb0, 0x80, 0xcd, 0x8f},
1541		output: [][]byte{[]byte{0xea, 0xb0, 0x80, 0xcd, 0x8f}},
1542	},
1543	{
1544		input:  []byte{0xea, 0xb0, 0x80, 0xcc, 0x88, 0xcd, 0x8f},
1545		output: [][]byte{[]byte{0xea, 0xb0, 0x80, 0xcc, 0x88, 0xcd, 0x8f}},
1546	},
1547	{
1548		input:  []byte{0xea, 0xb0, 0x80, 0xf0, 0x9f, 0x87, 0xa6},
1549		output: [][]byte{[]byte{0xea, 0xb0, 0x80}, []byte{0xf0, 0x9f, 0x87, 0xa6}},
1550	},
1551	{
1552		input:  []byte{0xea, 0xb0, 0x80, 0xcc, 0x88, 0xf0, 0x9f, 0x87, 0xa6},
1553		output: [][]byte{[]byte{0xea, 0xb0, 0x80, 0xcc, 0x88}, []byte{0xf0, 0x9f, 0x87, 0xa6}},
1554	},
1555	{
1556		input:  []byte{0xea, 0xb0, 0x80, 0xd8, 0x80},
1557		output: [][]byte{[]byte{0xea, 0xb0, 0x80}, []byte{0xd8, 0x80}},
1558	},
1559	{
1560		input:  []byte{0xea, 0xb0, 0x80, 0xcc, 0x88, 0xd8, 0x80},
1561		output: [][]byte{[]byte{0xea, 0xb0, 0x80, 0xcc, 0x88}, []byte{0xd8, 0x80}},
1562	},
1563	{
1564		input:  []byte{0xea, 0xb0, 0x80, 0xe0, 0xa4, 0x83},
1565		output: [][]byte{[]byte{0xea, 0xb0, 0x80, 0xe0, 0xa4, 0x83}},
1566	},
1567	{
1568		input:  []byte{0xea, 0xb0, 0x80, 0xcc, 0x88, 0xe0, 0xa4, 0x83},
1569		output: [][]byte{[]byte{0xea, 0xb0, 0x80, 0xcc, 0x88, 0xe0, 0xa4, 0x83}},
1570	},
1571	{
1572		input:  []byte{0xea, 0xb0, 0x80, 0xe1, 0x84, 0x80},
1573		output: [][]byte{[]byte{0xea, 0xb0, 0x80}, []byte{0xe1, 0x84, 0x80}},
1574	},
1575	{
1576		input:  []byte{0xea, 0xb0, 0x80, 0xcc, 0x88, 0xe1, 0x84, 0x80},
1577		output: [][]byte{[]byte{0xea, 0xb0, 0x80, 0xcc, 0x88}, []byte{0xe1, 0x84, 0x80}},
1578	},
1579	{
1580		input:  []byte{0xea, 0xb0, 0x80, 0xe1, 0x85, 0xa0},
1581		output: [][]byte{[]byte{0xea, 0xb0, 0x80, 0xe1, 0x85, 0xa0}},
1582	},
1583	{
1584		input:  []byte{0xea, 0xb0, 0x80, 0xcc, 0x88, 0xe1, 0x85, 0xa0},
1585		output: [][]byte{[]byte{0xea, 0xb0, 0x80, 0xcc, 0x88}, []byte{0xe1, 0x85, 0xa0}},
1586	},
1587	{
1588		input:  []byte{0xea, 0xb0, 0x80, 0xe1, 0x86, 0xa8},
1589		output: [][]byte{[]byte{0xea, 0xb0, 0x80, 0xe1, 0x86, 0xa8}},
1590	},
1591	{
1592		input:  []byte{0xea, 0xb0, 0x80, 0xcc, 0x88, 0xe1, 0x86, 0xa8},
1593		output: [][]byte{[]byte{0xea, 0xb0, 0x80, 0xcc, 0x88}, []byte{0xe1, 0x86, 0xa8}},
1594	},
1595	{
1596		input:  []byte{0xea, 0xb0, 0x80, 0xea, 0xb0, 0x80},
1597		output: [][]byte{[]byte{0xea, 0xb0, 0x80}, []byte{0xea, 0xb0, 0x80}},
1598	},
1599	{
1600		input:  []byte{0xea, 0xb0, 0x80, 0xcc, 0x88, 0xea, 0xb0, 0x80},
1601		output: [][]byte{[]byte{0xea, 0xb0, 0x80, 0xcc, 0x88}, []byte{0xea, 0xb0, 0x80}},
1602	},
1603	{
1604		input:  []byte{0xea, 0xb0, 0x80, 0xea, 0xb0, 0x81},
1605		output: [][]byte{[]byte{0xea, 0xb0, 0x80}, []byte{0xea, 0xb0, 0x81}},
1606	},
1607	{
1608		input:  []byte{0xea, 0xb0, 0x80, 0xcc, 0x88, 0xea, 0xb0, 0x81},
1609		output: [][]byte{[]byte{0xea, 0xb0, 0x80, 0xcc, 0x88}, []byte{0xea, 0xb0, 0x81}},
1610	},
1611	{
1612		input:  []byte{0xea, 0xb0, 0x80, 0xe2, 0x8c, 0x9a},
1613		output: [][]byte{[]byte{0xea, 0xb0, 0x80}, []byte{0xe2, 0x8c, 0x9a}},
1614	},
1615	{
1616		input:  []byte{0xea, 0xb0, 0x80, 0xcc, 0x88, 0xe2, 0x8c, 0x9a},
1617		output: [][]byte{[]byte{0xea, 0xb0, 0x80, 0xcc, 0x88}, []byte{0xe2, 0x8c, 0x9a}},
1618	},
1619	{
1620		input:  []byte{0xea, 0xb0, 0x80, 0xcc, 0x80},
1621		output: [][]byte{[]byte{0xea, 0xb0, 0x80, 0xcc, 0x80}},
1622	},
1623	{
1624		input:  []byte{0xea, 0xb0, 0x80, 0xcc, 0x88, 0xcc, 0x80},
1625		output: [][]byte{[]byte{0xea, 0xb0, 0x80, 0xcc, 0x88, 0xcc, 0x80}},
1626	},
1627	{
1628		input:  []byte{0xea, 0xb0, 0x80, 0xe2, 0x80, 0x8d},
1629		output: [][]byte{[]byte{0xea, 0xb0, 0x80, 0xe2, 0x80, 0x8d}},
1630	},
1631	{
1632		input:  []byte{0xea, 0xb0, 0x80, 0xcc, 0x88, 0xe2, 0x80, 0x8d},
1633		output: [][]byte{[]byte{0xea, 0xb0, 0x80, 0xcc, 0x88, 0xe2, 0x80, 0x8d}},
1634	},
1635	{
1636		input:  []byte{0xea, 0xb0, 0x80, 0xcd, 0xb8},
1637		output: [][]byte{[]byte{0xea, 0xb0, 0x80}, []byte{0xcd, 0xb8}},
1638	},
1639	{
1640		input:  []byte{0xea, 0xb0, 0x80, 0xcc, 0x88, 0xcd, 0xb8},
1641		output: [][]byte{[]byte{0xea, 0xb0, 0x80, 0xcc, 0x88}, []byte{0xcd, 0xb8}},
1642	},
1643	{
1644		input:  []byte{0xea, 0xb0, 0x81, 0x20},
1645		output: [][]byte{[]byte{0xea, 0xb0, 0x81}, []byte{0x20}},
1646	},
1647	{
1648		input:  []byte{0xea, 0xb0, 0x81, 0xcc, 0x88, 0x20},
1649		output: [][]byte{[]byte{0xea, 0xb0, 0x81, 0xcc, 0x88}, []byte{0x20}},
1650	},
1651	{
1652		input:  []byte{0xea, 0xb0, 0x81, 0xd},
1653		output: [][]byte{[]byte{0xea, 0xb0, 0x81}, []byte{0xd}},
1654	},
1655	{
1656		input:  []byte{0xea, 0xb0, 0x81, 0xcc, 0x88, 0xd},
1657		output: [][]byte{[]byte{0xea, 0xb0, 0x81, 0xcc, 0x88}, []byte{0xd}},
1658	},
1659	{
1660		input:  []byte{0xea, 0xb0, 0x81, 0xa},
1661		output: [][]byte{[]byte{0xea, 0xb0, 0x81}, []byte{0xa}},
1662	},
1663	{
1664		input:  []byte{0xea, 0xb0, 0x81, 0xcc, 0x88, 0xa},
1665		output: [][]byte{[]byte{0xea, 0xb0, 0x81, 0xcc, 0x88}, []byte{0xa}},
1666	},
1667	{
1668		input:  []byte{0xea, 0xb0, 0x81, 0x1},
1669		output: [][]byte{[]byte{0xea, 0xb0, 0x81}, []byte{0x1}},
1670	},
1671	{
1672		input:  []byte{0xea, 0xb0, 0x81, 0xcc, 0x88, 0x1},
1673		output: [][]byte{[]byte{0xea, 0xb0, 0x81, 0xcc, 0x88}, []byte{0x1}},
1674	},
1675	{
1676		input:  []byte{0xea, 0xb0, 0x81, 0xcd, 0x8f},
1677		output: [][]byte{[]byte{0xea, 0xb0, 0x81, 0xcd, 0x8f}},
1678	},
1679	{
1680		input:  []byte{0xea, 0xb0, 0x81, 0xcc, 0x88, 0xcd, 0x8f},
1681		output: [][]byte{[]byte{0xea, 0xb0, 0x81, 0xcc, 0x88, 0xcd, 0x8f}},
1682	},
1683	{
1684		input:  []byte{0xea, 0xb0, 0x81, 0xf0, 0x9f, 0x87, 0xa6},
1685		output: [][]byte{[]byte{0xea, 0xb0, 0x81}, []byte{0xf0, 0x9f, 0x87, 0xa6}},
1686	},
1687	{
1688		input:  []byte{0xea, 0xb0, 0x81, 0xcc, 0x88, 0xf0, 0x9f, 0x87, 0xa6},
1689		output: [][]byte{[]byte{0xea, 0xb0, 0x81, 0xcc, 0x88}, []byte{0xf0, 0x9f, 0x87, 0xa6}},
1690	},
1691	{
1692		input:  []byte{0xea, 0xb0, 0x81, 0xd8, 0x80},
1693		output: [][]byte{[]byte{0xea, 0xb0, 0x81}, []byte{0xd8, 0x80}},
1694	},
1695	{
1696		input:  []byte{0xea, 0xb0, 0x81, 0xcc, 0x88, 0xd8, 0x80},
1697		output: [][]byte{[]byte{0xea, 0xb0, 0x81, 0xcc, 0x88}, []byte{0xd8, 0x80}},
1698	},
1699	{
1700		input:  []byte{0xea, 0xb0, 0x81, 0xe0, 0xa4, 0x83},
1701		output: [][]byte{[]byte{0xea, 0xb0, 0x81, 0xe0, 0xa4, 0x83}},
1702	},
1703	{
1704		input:  []byte{0xea, 0xb0, 0x81, 0xcc, 0x88, 0xe0, 0xa4, 0x83},
1705		output: [][]byte{[]byte{0xea, 0xb0, 0x81, 0xcc, 0x88, 0xe0, 0xa4, 0x83}},
1706	},
1707	{
1708		input:  []byte{0xea, 0xb0, 0x81, 0xe1, 0x84, 0x80},
1709		output: [][]byte{[]byte{0xea, 0xb0, 0x81}, []byte{0xe1, 0x84, 0x80}},
1710	},
1711	{
1712		input:  []byte{0xea, 0xb0, 0x81, 0xcc, 0x88, 0xe1, 0x84, 0x80},
1713		output: [][]byte{[]byte{0xea, 0xb0, 0x81, 0xcc, 0x88}, []byte{0xe1, 0x84, 0x80}},
1714	},
1715	{
1716		input:  []byte{0xea, 0xb0, 0x81, 0xe1, 0x85, 0xa0},
1717		output: [][]byte{[]byte{0xea, 0xb0, 0x81}, []byte{0xe1, 0x85, 0xa0}},
1718	},
1719	{
1720		input:  []byte{0xea, 0xb0, 0x81, 0xcc, 0x88, 0xe1, 0x85, 0xa0},
1721		output: [][]byte{[]byte{0xea, 0xb0, 0x81, 0xcc, 0x88}, []byte{0xe1, 0x85, 0xa0}},
1722	},
1723	{
1724		input:  []byte{0xea, 0xb0, 0x81, 0xe1, 0x86, 0xa8},
1725		output: [][]byte{[]byte{0xea, 0xb0, 0x81, 0xe1, 0x86, 0xa8}},
1726	},
1727	{
1728		input:  []byte{0xea, 0xb0, 0x81, 0xcc, 0x88, 0xe1, 0x86, 0xa8},
1729		output: [][]byte{[]byte{0xea, 0xb0, 0x81, 0xcc, 0x88}, []byte{0xe1, 0x86, 0xa8}},
1730	},
1731	{
1732		input:  []byte{0xea, 0xb0, 0x81, 0xea, 0xb0, 0x80},
1733		output: [][]byte{[]byte{0xea, 0xb0, 0x81}, []byte{0xea, 0xb0, 0x80}},
1734	},
1735	{
1736		input:  []byte{0xea, 0xb0, 0x81, 0xcc, 0x88, 0xea, 0xb0, 0x80},
1737		output: [][]byte{[]byte{0xea, 0xb0, 0x81, 0xcc, 0x88}, []byte{0xea, 0xb0, 0x80}},
1738	},
1739	{
1740		input:  []byte{0xea, 0xb0, 0x81, 0xea, 0xb0, 0x81},
1741		output: [][]byte{[]byte{0xea, 0xb0, 0x81}, []byte{0xea, 0xb0, 0x81}},
1742	},
1743	{
1744		input:  []byte{0xea, 0xb0, 0x81, 0xcc, 0x88, 0xea, 0xb0, 0x81},
1745		output: [][]byte{[]byte{0xea, 0xb0, 0x81, 0xcc, 0x88}, []byte{0xea, 0xb0, 0x81}},
1746	},
1747	{
1748		input:  []byte{0xea, 0xb0, 0x81, 0xe2, 0x8c, 0x9a},
1749		output: [][]byte{[]byte{0xea, 0xb0, 0x81}, []byte{0xe2, 0x8c, 0x9a}},
1750	},
1751	{
1752		input:  []byte{0xea, 0xb0, 0x81, 0xcc, 0x88, 0xe2, 0x8c, 0x9a},
1753		output: [][]byte{[]byte{0xea, 0xb0, 0x81, 0xcc, 0x88}, []byte{0xe2, 0x8c, 0x9a}},
1754	},
1755	{
1756		input:  []byte{0xea, 0xb0, 0x81, 0xcc, 0x80},
1757		output: [][]byte{[]byte{0xea, 0xb0, 0x81, 0xcc, 0x80}},
1758	},
1759	{
1760		input:  []byte{0xea, 0xb0, 0x81, 0xcc, 0x88, 0xcc, 0x80},
1761		output: [][]byte{[]byte{0xea, 0xb0, 0x81, 0xcc, 0x88, 0xcc, 0x80}},
1762	},
1763	{
1764		input:  []byte{0xea, 0xb0, 0x81, 0xe2, 0x80, 0x8d},
1765		output: [][]byte{[]byte{0xea, 0xb0, 0x81, 0xe2, 0x80, 0x8d}},
1766	},
1767	{
1768		input:  []byte{0xea, 0xb0, 0x81, 0xcc, 0x88, 0xe2, 0x80, 0x8d},
1769		output: [][]byte{[]byte{0xea, 0xb0, 0x81, 0xcc, 0x88, 0xe2, 0x80, 0x8d}},
1770	},
1771	{
1772		input:  []byte{0xea, 0xb0, 0x81, 0xcd, 0xb8},
1773		output: [][]byte{[]byte{0xea, 0xb0, 0x81}, []byte{0xcd, 0xb8}},
1774	},
1775	{
1776		input:  []byte{0xea, 0xb0, 0x81, 0xcc, 0x88, 0xcd, 0xb8},
1777		output: [][]byte{[]byte{0xea, 0xb0, 0x81, 0xcc, 0x88}, []byte{0xcd, 0xb8}},
1778	},
1779	{
1780		input:  []byte{0xe2, 0x8c, 0x9a, 0x20},
1781		output: [][]byte{[]byte{0xe2, 0x8c, 0x9a}, []byte{0x20}},
1782	},
1783	{
1784		input:  []byte{0xe2, 0x8c, 0x9a, 0xcc, 0x88, 0x20},
1785		output: [][]byte{[]byte{0xe2, 0x8c, 0x9a, 0xcc, 0x88}, []byte{0x20}},
1786	},
1787	{
1788		input:  []byte{0xe2, 0x8c, 0x9a, 0xd},
1789		output: [][]byte{[]byte{0xe2, 0x8c, 0x9a}, []byte{0xd}},
1790	},
1791	{
1792		input:  []byte{0xe2, 0x8c, 0x9a, 0xcc, 0x88, 0xd},
1793		output: [][]byte{[]byte{0xe2, 0x8c, 0x9a, 0xcc, 0x88}, []byte{0xd}},
1794	},
1795	{
1796		input:  []byte{0xe2, 0x8c, 0x9a, 0xa},
1797		output: [][]byte{[]byte{0xe2, 0x8c, 0x9a}, []byte{0xa}},
1798	},
1799	{
1800		input:  []byte{0xe2, 0x8c, 0x9a, 0xcc, 0x88, 0xa},
1801		output: [][]byte{[]byte{0xe2, 0x8c, 0x9a, 0xcc, 0x88}, []byte{0xa}},
1802	},
1803	{
1804		input:  []byte{0xe2, 0x8c, 0x9a, 0x1},
1805		output: [][]byte{[]byte{0xe2, 0x8c, 0x9a}, []byte{0x1}},
1806	},
1807	{
1808		input:  []byte{0xe2, 0x8c, 0x9a, 0xcc, 0x88, 0x1},
1809		output: [][]byte{[]byte{0xe2, 0x8c, 0x9a, 0xcc, 0x88}, []byte{0x1}},
1810	},
1811	{
1812		input:  []byte{0xe2, 0x8c, 0x9a, 0xcd, 0x8f},
1813		output: [][]byte{[]byte{0xe2, 0x8c, 0x9a, 0xcd, 0x8f}},
1814	},
1815	{
1816		input:  []byte{0xe2, 0x8c, 0x9a, 0xcc, 0x88, 0xcd, 0x8f},
1817		output: [][]byte{[]byte{0xe2, 0x8c, 0x9a, 0xcc, 0x88, 0xcd, 0x8f}},
1818	},
1819	{
1820		input:  []byte{0xe2, 0x8c, 0x9a, 0xf0, 0x9f, 0x87, 0xa6},
1821		output: [][]byte{[]byte{0xe2, 0x8c, 0x9a}, []byte{0xf0, 0x9f, 0x87, 0xa6}},
1822	},
1823	{
1824		input:  []byte{0xe2, 0x8c, 0x9a, 0xcc, 0x88, 0xf0, 0x9f, 0x87, 0xa6},
1825		output: [][]byte{[]byte{0xe2, 0x8c, 0x9a, 0xcc, 0x88}, []byte{0xf0, 0x9f, 0x87, 0xa6}},
1826	},
1827	{
1828		input:  []byte{0xe2, 0x8c, 0x9a, 0xd8, 0x80},
1829		output: [][]byte{[]byte{0xe2, 0x8c, 0x9a}, []byte{0xd8, 0x80}},
1830	},
1831	{
1832		input:  []byte{0xe2, 0x8c, 0x9a, 0xcc, 0x88, 0xd8, 0x80},
1833		output: [][]byte{[]byte{0xe2, 0x8c, 0x9a, 0xcc, 0x88}, []byte{0xd8, 0x80}},
1834	},
1835	{
1836		input:  []byte{0xe2, 0x8c, 0x9a, 0xe0, 0xa4, 0x83},
1837		output: [][]byte{[]byte{0xe2, 0x8c, 0x9a, 0xe0, 0xa4, 0x83}},
1838	},
1839	{
1840		input:  []byte{0xe2, 0x8c, 0x9a, 0xcc, 0x88, 0xe0, 0xa4, 0x83},
1841		output: [][]byte{[]byte{0xe2, 0x8c, 0x9a, 0xcc, 0x88, 0xe0, 0xa4, 0x83}},
1842	},
1843	{
1844		input:  []byte{0xe2, 0x8c, 0x9a, 0xe1, 0x84, 0x80},
1845		output: [][]byte{[]byte{0xe2, 0x8c, 0x9a}, []byte{0xe1, 0x84, 0x80}},
1846	},
1847	{
1848		input:  []byte{0xe2, 0x8c, 0x9a, 0xcc, 0x88, 0xe1, 0x84, 0x80},
1849		output: [][]byte{[]byte{0xe2, 0x8c, 0x9a, 0xcc, 0x88}, []byte{0xe1, 0x84, 0x80}},
1850	},
1851	{
1852		input:  []byte{0xe2, 0x8c, 0x9a, 0xe1, 0x85, 0xa0},
1853		output: [][]byte{[]byte{0xe2, 0x8c, 0x9a}, []byte{0xe1, 0x85, 0xa0}},
1854	},
1855	{
1856		input:  []byte{0xe2, 0x8c, 0x9a, 0xcc, 0x88, 0xe1, 0x85, 0xa0},
1857		output: [][]byte{[]byte{0xe2, 0x8c, 0x9a, 0xcc, 0x88}, []byte{0xe1, 0x85, 0xa0}},
1858	},
1859	{
1860		input:  []byte{0xe2, 0x8c, 0x9a, 0xe1, 0x86, 0xa8},
1861		output: [][]byte{[]byte{0xe2, 0x8c, 0x9a}, []byte{0xe1, 0x86, 0xa8}},
1862	},
1863	{
1864		input:  []byte{0xe2, 0x8c, 0x9a, 0xcc, 0x88, 0xe1, 0x86, 0xa8},
1865		output: [][]byte{[]byte{0xe2, 0x8c, 0x9a, 0xcc, 0x88}, []byte{0xe1, 0x86, 0xa8}},
1866	},
1867	{
1868		input:  []byte{0xe2, 0x8c, 0x9a, 0xea, 0xb0, 0x80},
1869		output: [][]byte{[]byte{0xe2, 0x8c, 0x9a}, []byte{0xea, 0xb0, 0x80}},
1870	},
1871	{
1872		input:  []byte{0xe2, 0x8c, 0x9a, 0xcc, 0x88, 0xea, 0xb0, 0x80},
1873		output: [][]byte{[]byte{0xe2, 0x8c, 0x9a, 0xcc, 0x88}, []byte{0xea, 0xb0, 0x80}},
1874	},
1875	{
1876		input:  []byte{0xe2, 0x8c, 0x9a, 0xea, 0xb0, 0x81},
1877		output: [][]byte{[]byte{0xe2, 0x8c, 0x9a}, []byte{0xea, 0xb0, 0x81}},
1878	},
1879	{
1880		input:  []byte{0xe2, 0x8c, 0x9a, 0xcc, 0x88, 0xea, 0xb0, 0x81},
1881		output: [][]byte{[]byte{0xe2, 0x8c, 0x9a, 0xcc, 0x88}, []byte{0xea, 0xb0, 0x81}},
1882	},
1883	{
1884		input:  []byte{0xe2, 0x8c, 0x9a, 0xe2, 0x8c, 0x9a},
1885		output: [][]byte{[]byte{0xe2, 0x8c, 0x9a}, []byte{0xe2, 0x8c, 0x9a}},
1886	},
1887	{
1888		input:  []byte{0xe2, 0x8c, 0x9a, 0xcc, 0x88, 0xe2, 0x8c, 0x9a},
1889		output: [][]byte{[]byte{0xe2, 0x8c, 0x9a, 0xcc, 0x88}, []byte{0xe2, 0x8c, 0x9a}},
1890	},
1891	{
1892		input:  []byte{0xe2, 0x8c, 0x9a, 0xcc, 0x80},
1893		output: [][]byte{[]byte{0xe2, 0x8c, 0x9a, 0xcc, 0x80}},
1894	},
1895	{
1896		input:  []byte{0xe2, 0x8c, 0x9a, 0xcc, 0x88, 0xcc, 0x80},
1897		output: [][]byte{[]byte{0xe2, 0x8c, 0x9a, 0xcc, 0x88, 0xcc, 0x80}},
1898	},
1899	{
1900		input:  []byte{0xe2, 0x8c, 0x9a, 0xe2, 0x80, 0x8d},
1901		output: [][]byte{[]byte{0xe2, 0x8c, 0x9a, 0xe2, 0x80, 0x8d}},
1902	},
1903	{
1904		input:  []byte{0xe2, 0x8c, 0x9a, 0xcc, 0x88, 0xe2, 0x80, 0x8d},
1905		output: [][]byte{[]byte{0xe2, 0x8c, 0x9a, 0xcc, 0x88, 0xe2, 0x80, 0x8d}},
1906	},
1907	{
1908		input:  []byte{0xe2, 0x8c, 0x9a, 0xcd, 0xb8},
1909		output: [][]byte{[]byte{0xe2, 0x8c, 0x9a}, []byte{0xcd, 0xb8}},
1910	},
1911	{
1912		input:  []byte{0xe2, 0x8c, 0x9a, 0xcc, 0x88, 0xcd, 0xb8},
1913		output: [][]byte{[]byte{0xe2, 0x8c, 0x9a, 0xcc, 0x88}, []byte{0xcd, 0xb8}},
1914	},
1915	{
1916		input:  []byte{0xcc, 0x80, 0x20},
1917		output: [][]byte{[]byte{0xcc, 0x80}, []byte{0x20}},
1918	},
1919	{
1920		input:  []byte{0xcc, 0x80, 0xcc, 0x88, 0x20},
1921		output: [][]byte{[]byte{0xcc, 0x80, 0xcc, 0x88}, []byte{0x20}},
1922	},
1923	{
1924		input:  []byte{0xcc, 0x80, 0xd},
1925		output: [][]byte{[]byte{0xcc, 0x80}, []byte{0xd}},
1926	},
1927	{
1928		input:  []byte{0xcc, 0x80, 0xcc, 0x88, 0xd},
1929		output: [][]byte{[]byte{0xcc, 0x80, 0xcc, 0x88}, []byte{0xd}},
1930	},
1931	{
1932		input:  []byte{0xcc, 0x80, 0xa},
1933		output: [][]byte{[]byte{0xcc, 0x80}, []byte{0xa}},
1934	},
1935	{
1936		input:  []byte{0xcc, 0x80, 0xcc, 0x88, 0xa},
1937		output: [][]byte{[]byte{0xcc, 0x80, 0xcc, 0x88}, []byte{0xa}},
1938	},
1939	{
1940		input:  []byte{0xcc, 0x80, 0x1},
1941		output: [][]byte{[]byte{0xcc, 0x80}, []byte{0x1}},
1942	},
1943	{
1944		input:  []byte{0xcc, 0x80, 0xcc, 0x88, 0x1},
1945		output: [][]byte{[]byte{0xcc, 0x80, 0xcc, 0x88}, []byte{0x1}},
1946	},
1947	{
1948		input:  []byte{0xcc, 0x80, 0xcd, 0x8f},
1949		output: [][]byte{[]byte{0xcc, 0x80, 0xcd, 0x8f}},
1950	},
1951	{
1952		input:  []byte{0xcc, 0x80, 0xcc, 0x88, 0xcd, 0x8f},
1953		output: [][]byte{[]byte{0xcc, 0x80, 0xcc, 0x88, 0xcd, 0x8f}},
1954	},
1955	{
1956		input:  []byte{0xcc, 0x80, 0xf0, 0x9f, 0x87, 0xa6},
1957		output: [][]byte{[]byte{0xcc, 0x80}, []byte{0xf0, 0x9f, 0x87, 0xa6}},
1958	},
1959	{
1960		input:  []byte{0xcc, 0x80, 0xcc, 0x88, 0xf0, 0x9f, 0x87, 0xa6},
1961		output: [][]byte{[]byte{0xcc, 0x80, 0xcc, 0x88}, []byte{0xf0, 0x9f, 0x87, 0xa6}},
1962	},
1963	{
1964		input:  []byte{0xcc, 0x80, 0xd8, 0x80},
1965		output: [][]byte{[]byte{0xcc, 0x80}, []byte{0xd8, 0x80}},
1966	},
1967	{
1968		input:  []byte{0xcc, 0x80, 0xcc, 0x88, 0xd8, 0x80},
1969		output: [][]byte{[]byte{0xcc, 0x80, 0xcc, 0x88}, []byte{0xd8, 0x80}},
1970	},
1971	{
1972		input:  []byte{0xcc, 0x80, 0xe0, 0xa4, 0x83},
1973		output: [][]byte{[]byte{0xcc, 0x80, 0xe0, 0xa4, 0x83}},
1974	},
1975	{
1976		input:  []byte{0xcc, 0x80, 0xcc, 0x88, 0xe0, 0xa4, 0x83},
1977		output: [][]byte{[]byte{0xcc, 0x80, 0xcc, 0x88, 0xe0, 0xa4, 0x83}},
1978	},
1979	{
1980		input:  []byte{0xcc, 0x80, 0xe1, 0x84, 0x80},
1981		output: [][]byte{[]byte{0xcc, 0x80}, []byte{0xe1, 0x84, 0x80}},
1982	},
1983	{
1984		input:  []byte{0xcc, 0x80, 0xcc, 0x88, 0xe1, 0x84, 0x80},
1985		output: [][]byte{[]byte{0xcc, 0x80, 0xcc, 0x88}, []byte{0xe1, 0x84, 0x80}},
1986	},
1987	{
1988		input:  []byte{0xcc, 0x80, 0xe1, 0x85, 0xa0},
1989		output: [][]byte{[]byte{0xcc, 0x80}, []byte{0xe1, 0x85, 0xa0}},
1990	},
1991	{
1992		input:  []byte{0xcc, 0x80, 0xcc, 0x88, 0xe1, 0x85, 0xa0},
1993		output: [][]byte{[]byte{0xcc, 0x80, 0xcc, 0x88}, []byte{0xe1, 0x85, 0xa0}},
1994	},
1995	{
1996		input:  []byte{0xcc, 0x80, 0xe1, 0x86, 0xa8},
1997		output: [][]byte{[]byte{0xcc, 0x80}, []byte{0xe1, 0x86, 0xa8}},
1998	},
1999	{
2000		input:  []byte{0xcc, 0x80, 0xcc, 0x88, 0xe1, 0x86, 0xa8},
2001		output: [][]byte{[]byte{0xcc, 0x80, 0xcc, 0x88}, []byte{0xe1, 0x86, 0xa8}},
2002	},
2003	{
2004		input:  []byte{0xcc, 0x80, 0xea, 0xb0, 0x80},
2005		output: [][]byte{[]byte{0xcc, 0x80}, []byte{0xea, 0xb0, 0x80}},
2006	},
2007	{
2008		input:  []byte{0xcc, 0x80, 0xcc, 0x88, 0xea, 0xb0, 0x80},
2009		output: [][]byte{[]byte{0xcc, 0x80, 0xcc, 0x88}, []byte{0xea, 0xb0, 0x80}},
2010	},
2011	{
2012		input:  []byte{0xcc, 0x80, 0xea, 0xb0, 0x81},
2013		output: [][]byte{[]byte{0xcc, 0x80}, []byte{0xea, 0xb0, 0x81}},
2014	},
2015	{
2016		input:  []byte{0xcc, 0x80, 0xcc, 0x88, 0xea, 0xb0, 0x81},
2017		output: [][]byte{[]byte{0xcc, 0x80, 0xcc, 0x88}, []byte{0xea, 0xb0, 0x81}},
2018	},
2019	{
2020		input:  []byte{0xcc, 0x80, 0xe2, 0x8c, 0x9a},
2021		output: [][]byte{[]byte{0xcc, 0x80}, []byte{0xe2, 0x8c, 0x9a}},
2022	},
2023	{
2024		input:  []byte{0xcc, 0x80, 0xcc, 0x88, 0xe2, 0x8c, 0x9a},
2025		output: [][]byte{[]byte{0xcc, 0x80, 0xcc, 0x88}, []byte{0xe2, 0x8c, 0x9a}},
2026	},
2027	{
2028		input:  []byte{0xcc, 0x80, 0xcc, 0x80},
2029		output: [][]byte{[]byte{0xcc, 0x80, 0xcc, 0x80}},
2030	},
2031	{
2032		input:  []byte{0xcc, 0x80, 0xcc, 0x88, 0xcc, 0x80},
2033		output: [][]byte{[]byte{0xcc, 0x80, 0xcc, 0x88, 0xcc, 0x80}},
2034	},
2035	{
2036		input:  []byte{0xcc, 0x80, 0xe2, 0x80, 0x8d},
2037		output: [][]byte{[]byte{0xcc, 0x80, 0xe2, 0x80, 0x8d}},
2038	},
2039	{
2040		input:  []byte{0xcc, 0x80, 0xcc, 0x88, 0xe2, 0x80, 0x8d},
2041		output: [][]byte{[]byte{0xcc, 0x80, 0xcc, 0x88, 0xe2, 0x80, 0x8d}},
2042	},
2043	{
2044		input:  []byte{0xcc, 0x80, 0xcd, 0xb8},
2045		output: [][]byte{[]byte{0xcc, 0x80}, []byte{0xcd, 0xb8}},
2046	},
2047	{
2048		input:  []byte{0xcc, 0x80, 0xcc, 0x88, 0xcd, 0xb8},
2049		output: [][]byte{[]byte{0xcc, 0x80, 0xcc, 0x88}, []byte{0xcd, 0xb8}},
2050	},
2051	{
2052		input:  []byte{0xe2, 0x80, 0x8d, 0x20},
2053		output: [][]byte{[]byte{0xe2, 0x80, 0x8d}, []byte{0x20}},
2054	},
2055	{
2056		input:  []byte{0xe2, 0x80, 0x8d, 0xcc, 0x88, 0x20},
2057		output: [][]byte{[]byte{0xe2, 0x80, 0x8d, 0xcc, 0x88}, []byte{0x20}},
2058	},
2059	{
2060		input:  []byte{0xe2, 0x80, 0x8d, 0xd},
2061		output: [][]byte{[]byte{0xe2, 0x80, 0x8d}, []byte{0xd}},
2062	},
2063	{
2064		input:  []byte{0xe2, 0x80, 0x8d, 0xcc, 0x88, 0xd},
2065		output: [][]byte{[]byte{0xe2, 0x80, 0x8d, 0xcc, 0x88}, []byte{0xd}},
2066	},
2067	{
2068		input:  []byte{0xe2, 0x80, 0x8d, 0xa},
2069		output: [][]byte{[]byte{0xe2, 0x80, 0x8d}, []byte{0xa}},
2070	},
2071	{
2072		input:  []byte{0xe2, 0x80, 0x8d, 0xcc, 0x88, 0xa},
2073		output: [][]byte{[]byte{0xe2, 0x80, 0x8d, 0xcc, 0x88}, []byte{0xa}},
2074	},
2075	{
2076		input:  []byte{0xe2, 0x80, 0x8d, 0x1},
2077		output: [][]byte{[]byte{0xe2, 0x80, 0x8d}, []byte{0x1}},
2078	},
2079	{
2080		input:  []byte{0xe2, 0x80, 0x8d, 0xcc, 0x88, 0x1},
2081		output: [][]byte{[]byte{0xe2, 0x80, 0x8d, 0xcc, 0x88}, []byte{0x1}},
2082	},
2083	{
2084		input:  []byte{0xe2, 0x80, 0x8d, 0xcd, 0x8f},
2085		output: [][]byte{[]byte{0xe2, 0x80, 0x8d, 0xcd, 0x8f}},
2086	},
2087	{
2088		input:  []byte{0xe2, 0x80, 0x8d, 0xcc, 0x88, 0xcd, 0x8f},
2089		output: [][]byte{[]byte{0xe2, 0x80, 0x8d, 0xcc, 0x88, 0xcd, 0x8f}},
2090	},
2091	{
2092		input:  []byte{0xe2, 0x80, 0x8d, 0xf0, 0x9f, 0x87, 0xa6},
2093		output: [][]byte{[]byte{0xe2, 0x80, 0x8d}, []byte{0xf0, 0x9f, 0x87, 0xa6}},
2094	},
2095	{
2096		input:  []byte{0xe2, 0x80, 0x8d, 0xcc, 0x88, 0xf0, 0x9f, 0x87, 0xa6},
2097		output: [][]byte{[]byte{0xe2, 0x80, 0x8d, 0xcc, 0x88}, []byte{0xf0, 0x9f, 0x87, 0xa6}},
2098	},
2099	{
2100		input:  []byte{0xe2, 0x80, 0x8d, 0xd8, 0x80},
2101		output: [][]byte{[]byte{0xe2, 0x80, 0x8d}, []byte{0xd8, 0x80}},
2102	},
2103	{
2104		input:  []byte{0xe2, 0x80, 0x8d, 0xcc, 0x88, 0xd8, 0x80},
2105		output: [][]byte{[]byte{0xe2, 0x80, 0x8d, 0xcc, 0x88}, []byte{0xd8, 0x80}},
2106	},
2107	{
2108		input:  []byte{0xe2, 0x80, 0x8d, 0xe0, 0xa4, 0x83},
2109		output: [][]byte{[]byte{0xe2, 0x80, 0x8d, 0xe0, 0xa4, 0x83}},
2110	},
2111	{
2112		input:  []byte{0xe2, 0x80, 0x8d, 0xcc, 0x88, 0xe0, 0xa4, 0x83},
2113		output: [][]byte{[]byte{0xe2, 0x80, 0x8d, 0xcc, 0x88, 0xe0, 0xa4, 0x83}},
2114	},
2115	{
2116		input:  []byte{0xe2, 0x80, 0x8d, 0xe1, 0x84, 0x80},
2117		output: [][]byte{[]byte{0xe2, 0x80, 0x8d}, []byte{0xe1, 0x84, 0x80}},
2118	},
2119	{
2120		input:  []byte{0xe2, 0x80, 0x8d, 0xcc, 0x88, 0xe1, 0x84, 0x80},
2121		output: [][]byte{[]byte{0xe2, 0x80, 0x8d, 0xcc, 0x88}, []byte{0xe1, 0x84, 0x80}},
2122	},
2123	{
2124		input:  []byte{0xe2, 0x80, 0x8d, 0xe1, 0x85, 0xa0},
2125		output: [][]byte{[]byte{0xe2, 0x80, 0x8d}, []byte{0xe1, 0x85, 0xa0}},
2126	},
2127	{
2128		input:  []byte{0xe2, 0x80, 0x8d, 0xcc, 0x88, 0xe1, 0x85, 0xa0},
2129		output: [][]byte{[]byte{0xe2, 0x80, 0x8d, 0xcc, 0x88}, []byte{0xe1, 0x85, 0xa0}},
2130	},
2131	{
2132		input:  []byte{0xe2, 0x80, 0x8d, 0xe1, 0x86, 0xa8},
2133		output: [][]byte{[]byte{0xe2, 0x80, 0x8d}, []byte{0xe1, 0x86, 0xa8}},
2134	},
2135	{
2136		input:  []byte{0xe2, 0x80, 0x8d, 0xcc, 0x88, 0xe1, 0x86, 0xa8},
2137		output: [][]byte{[]byte{0xe2, 0x80, 0x8d, 0xcc, 0x88}, []byte{0xe1, 0x86, 0xa8}},
2138	},
2139	{
2140		input:  []byte{0xe2, 0x80, 0x8d, 0xea, 0xb0, 0x80},
2141		output: [][]byte{[]byte{0xe2, 0x80, 0x8d}, []byte{0xea, 0xb0, 0x80}},
2142	},
2143	{
2144		input:  []byte{0xe2, 0x80, 0x8d, 0xcc, 0x88, 0xea, 0xb0, 0x80},
2145		output: [][]byte{[]byte{0xe2, 0x80, 0x8d, 0xcc, 0x88}, []byte{0xea, 0xb0, 0x80}},
2146	},
2147	{
2148		input:  []byte{0xe2, 0x80, 0x8d, 0xea, 0xb0, 0x81},
2149		output: [][]byte{[]byte{0xe2, 0x80, 0x8d}, []byte{0xea, 0xb0, 0x81}},
2150	},
2151	{
2152		input:  []byte{0xe2, 0x80, 0x8d, 0xcc, 0x88, 0xea, 0xb0, 0x81},
2153		output: [][]byte{[]byte{0xe2, 0x80, 0x8d, 0xcc, 0x88}, []byte{0xea, 0xb0, 0x81}},
2154	},
2155	{
2156		input:  []byte{0xe2, 0x80, 0x8d, 0xe2, 0x8c, 0x9a},
2157		output: [][]byte{[]byte{0xe2, 0x80, 0x8d}, []byte{0xe2, 0x8c, 0x9a}},
2158	},
2159	{
2160		input:  []byte{0xe2, 0x80, 0x8d, 0xcc, 0x88, 0xe2, 0x8c, 0x9a},
2161		output: [][]byte{[]byte{0xe2, 0x80, 0x8d, 0xcc, 0x88}, []byte{0xe2, 0x8c, 0x9a}},
2162	},
2163	{
2164		input:  []byte{0xe2, 0x80, 0x8d, 0xcc, 0x80},
2165		output: [][]byte{[]byte{0xe2, 0x80, 0x8d, 0xcc, 0x80}},
2166	},
2167	{
2168		input:  []byte{0xe2, 0x80, 0x8d, 0xcc, 0x88, 0xcc, 0x80},
2169		output: [][]byte{[]byte{0xe2, 0x80, 0x8d, 0xcc, 0x88, 0xcc, 0x80}},
2170	},
2171	{
2172		input:  []byte{0xe2, 0x80, 0x8d, 0xe2, 0x80, 0x8d},
2173		output: [][]byte{[]byte{0xe2, 0x80, 0x8d, 0xe2, 0x80, 0x8d}},
2174	},
2175	{
2176		input:  []byte{0xe2, 0x80, 0x8d, 0xcc, 0x88, 0xe2, 0x80, 0x8d},
2177		output: [][]byte{[]byte{0xe2, 0x80, 0x8d, 0xcc, 0x88, 0xe2, 0x80, 0x8d}},
2178	},
2179	{
2180		input:  []byte{0xe2, 0x80, 0x8d, 0xcd, 0xb8},
2181		output: [][]byte{[]byte{0xe2, 0x80, 0x8d}, []byte{0xcd, 0xb8}},
2182	},
2183	{
2184		input:  []byte{0xe2, 0x80, 0x8d, 0xcc, 0x88, 0xcd, 0xb8},
2185		output: [][]byte{[]byte{0xe2, 0x80, 0x8d, 0xcc, 0x88}, []byte{0xcd, 0xb8}},
2186	},
2187	{
2188		input:  []byte{0xcd, 0xb8, 0x20},
2189		output: [][]byte{[]byte{0xcd, 0xb8}, []byte{0x20}},
2190	},
2191	{
2192		input:  []byte{0xcd, 0xb8, 0xcc, 0x88, 0x20},
2193		output: [][]byte{[]byte{0xcd, 0xb8, 0xcc, 0x88}, []byte{0x20}},
2194	},
2195	{
2196		input:  []byte{0xcd, 0xb8, 0xd},
2197		output: [][]byte{[]byte{0xcd, 0xb8}, []byte{0xd}},
2198	},
2199	{
2200		input:  []byte{0xcd, 0xb8, 0xcc, 0x88, 0xd},
2201		output: [][]byte{[]byte{0xcd, 0xb8, 0xcc, 0x88}, []byte{0xd}},
2202	},
2203	{
2204		input:  []byte{0xcd, 0xb8, 0xa},
2205		output: [][]byte{[]byte{0xcd, 0xb8}, []byte{0xa}},
2206	},
2207	{
2208		input:  []byte{0xcd, 0xb8, 0xcc, 0x88, 0xa},
2209		output: [][]byte{[]byte{0xcd, 0xb8, 0xcc, 0x88}, []byte{0xa}},
2210	},
2211	{
2212		input:  []byte{0xcd, 0xb8, 0x1},
2213		output: [][]byte{[]byte{0xcd, 0xb8}, []byte{0x1}},
2214	},
2215	{
2216		input:  []byte{0xcd, 0xb8, 0xcc, 0x88, 0x1},
2217		output: [][]byte{[]byte{0xcd, 0xb8, 0xcc, 0x88}, []byte{0x1}},
2218	},
2219	{
2220		input:  []byte{0xcd, 0xb8, 0xcd, 0x8f},
2221		output: [][]byte{[]byte{0xcd, 0xb8, 0xcd, 0x8f}},
2222	},
2223	{
2224		input:  []byte{0xcd, 0xb8, 0xcc, 0x88, 0xcd, 0x8f},
2225		output: [][]byte{[]byte{0xcd, 0xb8, 0xcc, 0x88, 0xcd, 0x8f}},
2226	},
2227	{
2228		input:  []byte{0xcd, 0xb8, 0xf0, 0x9f, 0x87, 0xa6},
2229		output: [][]byte{[]byte{0xcd, 0xb8}, []byte{0xf0, 0x9f, 0x87, 0xa6}},
2230	},
2231	{
2232		input:  []byte{0xcd, 0xb8, 0xcc, 0x88, 0xf0, 0x9f, 0x87, 0xa6},
2233		output: [][]byte{[]byte{0xcd, 0xb8, 0xcc, 0x88}, []byte{0xf0, 0x9f, 0x87, 0xa6}},
2234	},
2235	{
2236		input:  []byte{0xcd, 0xb8, 0xd8, 0x80},
2237		output: [][]byte{[]byte{0xcd, 0xb8}, []byte{0xd8, 0x80}},
2238	},
2239	{
2240		input:  []byte{0xcd, 0xb8, 0xcc, 0x88, 0xd8, 0x80},
2241		output: [][]byte{[]byte{0xcd, 0xb8, 0xcc, 0x88}, []byte{0xd8, 0x80}},
2242	},
2243	{
2244		input:  []byte{0xcd, 0xb8, 0xe0, 0xa4, 0x83},
2245		output: [][]byte{[]byte{0xcd, 0xb8, 0xe0, 0xa4, 0x83}},
2246	},
2247	{
2248		input:  []byte{0xcd, 0xb8, 0xcc, 0x88, 0xe0, 0xa4, 0x83},
2249		output: [][]byte{[]byte{0xcd, 0xb8, 0xcc, 0x88, 0xe0, 0xa4, 0x83}},
2250	},
2251	{
2252		input:  []byte{0xcd, 0xb8, 0xe1, 0x84, 0x80},
2253		output: [][]byte{[]byte{0xcd, 0xb8}, []byte{0xe1, 0x84, 0x80}},
2254	},
2255	{
2256		input:  []byte{0xcd, 0xb8, 0xcc, 0x88, 0xe1, 0x84, 0x80},
2257		output: [][]byte{[]byte{0xcd, 0xb8, 0xcc, 0x88}, []byte{0xe1, 0x84, 0x80}},
2258	},
2259	{
2260		input:  []byte{0xcd, 0xb8, 0xe1, 0x85, 0xa0},
2261		output: [][]byte{[]byte{0xcd, 0xb8}, []byte{0xe1, 0x85, 0xa0}},
2262	},
2263	{
2264		input:  []byte{0xcd, 0xb8, 0xcc, 0x88, 0xe1, 0x85, 0xa0},
2265		output: [][]byte{[]byte{0xcd, 0xb8, 0xcc, 0x88}, []byte{0xe1, 0x85, 0xa0}},
2266	},
2267	{
2268		input:  []byte{0xcd, 0xb8, 0xe1, 0x86, 0xa8},
2269		output: [][]byte{[]byte{0xcd, 0xb8}, []byte{0xe1, 0x86, 0xa8}},
2270	},
2271	{
2272		input:  []byte{0xcd, 0xb8, 0xcc, 0x88, 0xe1, 0x86, 0xa8},
2273		output: [][]byte{[]byte{0xcd, 0xb8, 0xcc, 0x88}, []byte{0xe1, 0x86, 0xa8}},
2274	},
2275	{
2276		input:  []byte{0xcd, 0xb8, 0xea, 0xb0, 0x80},
2277		output: [][]byte{[]byte{0xcd, 0xb8}, []byte{0xea, 0xb0, 0x80}},
2278	},
2279	{
2280		input:  []byte{0xcd, 0xb8, 0xcc, 0x88, 0xea, 0xb0, 0x80},
2281		output: [][]byte{[]byte{0xcd, 0xb8, 0xcc, 0x88}, []byte{0xea, 0xb0, 0x80}},
2282	},
2283	{
2284		input:  []byte{0xcd, 0xb8, 0xea, 0xb0, 0x81},
2285		output: [][]byte{[]byte{0xcd, 0xb8}, []byte{0xea, 0xb0, 0x81}},
2286	},
2287	{
2288		input:  []byte{0xcd, 0xb8, 0xcc, 0x88, 0xea, 0xb0, 0x81},
2289		output: [][]byte{[]byte{0xcd, 0xb8, 0xcc, 0x88}, []byte{0xea, 0xb0, 0x81}},
2290	},
2291	{
2292		input:  []byte{0xcd, 0xb8, 0xe2, 0x8c, 0x9a},
2293		output: [][]byte{[]byte{0xcd, 0xb8}, []byte{0xe2, 0x8c, 0x9a}},
2294	},
2295	{
2296		input:  []byte{0xcd, 0xb8, 0xcc, 0x88, 0xe2, 0x8c, 0x9a},
2297		output: [][]byte{[]byte{0xcd, 0xb8, 0xcc, 0x88}, []byte{0xe2, 0x8c, 0x9a}},
2298	},
2299	{
2300		input:  []byte{0xcd, 0xb8, 0xcc, 0x80},
2301		output: [][]byte{[]byte{0xcd, 0xb8, 0xcc, 0x80}},
2302	},
2303	{
2304		input:  []byte{0xcd, 0xb8, 0xcc, 0x88, 0xcc, 0x80},
2305		output: [][]byte{[]byte{0xcd, 0xb8, 0xcc, 0x88, 0xcc, 0x80}},
2306	},
2307	{
2308		input:  []byte{0xcd, 0xb8, 0xe2, 0x80, 0x8d},
2309		output: [][]byte{[]byte{0xcd, 0xb8, 0xe2, 0x80, 0x8d}},
2310	},
2311	{
2312		input:  []byte{0xcd, 0xb8, 0xcc, 0x88, 0xe2, 0x80, 0x8d},
2313		output: [][]byte{[]byte{0xcd, 0xb8, 0xcc, 0x88, 0xe2, 0x80, 0x8d}},
2314	},
2315	{
2316		input:  []byte{0xcd, 0xb8, 0xcd, 0xb8},
2317		output: [][]byte{[]byte{0xcd, 0xb8}, []byte{0xcd, 0xb8}},
2318	},
2319	{
2320		input:  []byte{0xcd, 0xb8, 0xcc, 0x88, 0xcd, 0xb8},
2321		output: [][]byte{[]byte{0xcd, 0xb8, 0xcc, 0x88}, []byte{0xcd, 0xb8}},
2322	},
2323	{
2324		input:  []byte{0xd, 0xa, 0x61, 0xa, 0xcc, 0x88},
2325		output: [][]byte{[]byte{0xd, 0xa}, []byte{0x61}, []byte{0xa}, []byte{0xcc, 0x88}},
2326	},
2327	{
2328		input:  []byte{0x61, 0xcc, 0x88},
2329		output: [][]byte{[]byte{0x61, 0xcc, 0x88}},
2330	},
2331	{
2332		input:  []byte{0x20, 0xe2, 0x80, 0x8d, 0xd9, 0x86},
2333		output: [][]byte{[]byte{0x20, 0xe2, 0x80, 0x8d}, []byte{0xd9, 0x86}},
2334	},
2335	{
2336		input:  []byte{0xd9, 0x86, 0xe2, 0x80, 0x8d, 0x20},
2337		output: [][]byte{[]byte{0xd9, 0x86, 0xe2, 0x80, 0x8d}, []byte{0x20}},
2338	},
2339	{
2340		input:  []byte{0xe1, 0x84, 0x80, 0xe1, 0x84, 0x80},
2341		output: [][]byte{[]byte{0xe1, 0x84, 0x80, 0xe1, 0x84, 0x80}},
2342	},
2343	{
2344		input:  []byte{0xea, 0xb0, 0x80, 0xe1, 0x86, 0xa8, 0xe1, 0x84, 0x80},
2345		output: [][]byte{[]byte{0xea, 0xb0, 0x80, 0xe1, 0x86, 0xa8}, []byte{0xe1, 0x84, 0x80}},
2346	},
2347	{
2348		input:  []byte{0xea, 0xb0, 0x81, 0xe1, 0x86, 0xa8, 0xe1, 0x84, 0x80},
2349		output: [][]byte{[]byte{0xea, 0xb0, 0x81, 0xe1, 0x86, 0xa8}, []byte{0xe1, 0x84, 0x80}},
2350	},
2351	{
2352		input:  []byte{0xf0, 0x9f, 0x87, 0xa6, 0xf0, 0x9f, 0x87, 0xa7, 0xf0, 0x9f, 0x87, 0xa8, 0x62},
2353		output: [][]byte{[]byte{0xf0, 0x9f, 0x87, 0xa6, 0xf0, 0x9f, 0x87, 0xa7}, []byte{0xf0, 0x9f, 0x87, 0xa8}, []byte{0x62}},
2354	},
2355	{
2356		input:  []byte{0x61, 0xf0, 0x9f, 0x87, 0xa6, 0xf0, 0x9f, 0x87, 0xa7, 0xf0, 0x9f, 0x87, 0xa8, 0x62},
2357		output: [][]byte{[]byte{0x61}, []byte{0xf0, 0x9f, 0x87, 0xa6, 0xf0, 0x9f, 0x87, 0xa7}, []byte{0xf0, 0x9f, 0x87, 0xa8}, []byte{0x62}},
2358	},
2359	{
2360		input:  []byte{0x61, 0xf0, 0x9f, 0x87, 0xa6, 0xf0, 0x9f, 0x87, 0xa7, 0xe2, 0x80, 0x8d, 0xf0, 0x9f, 0x87, 0xa8, 0x62},
2361		output: [][]byte{[]byte{0x61}, []byte{0xf0, 0x9f, 0x87, 0xa6, 0xf0, 0x9f, 0x87, 0xa7, 0xe2, 0x80, 0x8d}, []byte{0xf0, 0x9f, 0x87, 0xa8}, []byte{0x62}},
2362	},
2363	{
2364		input:  []byte{0x61, 0xf0, 0x9f, 0x87, 0xa6, 0xe2, 0x80, 0x8d, 0xf0, 0x9f, 0x87, 0xa7, 0xf0, 0x9f, 0x87, 0xa8, 0x62},
2365		output: [][]byte{[]byte{0x61}, []byte{0xf0, 0x9f, 0x87, 0xa6, 0xe2, 0x80, 0x8d}, []byte{0xf0, 0x9f, 0x87, 0xa7, 0xf0, 0x9f, 0x87, 0xa8}, []byte{0x62}},
2366	},
2367	{
2368		input:  []byte{0x61, 0xf0, 0x9f, 0x87, 0xa6, 0xf0, 0x9f, 0x87, 0xa7, 0xf0, 0x9f, 0x87, 0xa8, 0xf0, 0x9f, 0x87, 0xa9, 0x62},
2369		output: [][]byte{[]byte{0x61}, []byte{0xf0, 0x9f, 0x87, 0xa6, 0xf0, 0x9f, 0x87, 0xa7}, []byte{0xf0, 0x9f, 0x87, 0xa8, 0xf0, 0x9f, 0x87, 0xa9}, []byte{0x62}},
2370	},
2371	{
2372		input:  []byte{0x61, 0xe2, 0x80, 0x8d},
2373		output: [][]byte{[]byte{0x61, 0xe2, 0x80, 0x8d}},
2374	},
2375	{
2376		input:  []byte{0x61, 0xcc, 0x88, 0x62},
2377		output: [][]byte{[]byte{0x61, 0xcc, 0x88}, []byte{0x62}},
2378	},
2379	{
2380		input:  []byte{0x61, 0xe0, 0xa4, 0x83, 0x62},
2381		output: [][]byte{[]byte{0x61, 0xe0, 0xa4, 0x83}, []byte{0x62}},
2382	},
2383	{
2384		input:  []byte{0x61, 0xd8, 0x80, 0x62},
2385		output: [][]byte{[]byte{0x61}, []byte{0xd8, 0x80, 0x62}},
2386	},
2387	{
2388		input:  []byte{0xf0, 0x9f, 0x91, 0xb6, 0xf0, 0x9f, 0x8f, 0xbf, 0xf0, 0x9f, 0x91, 0xb6},
2389		output: [][]byte{[]byte{0xf0, 0x9f, 0x91, 0xb6, 0xf0, 0x9f, 0x8f, 0xbf}, []byte{0xf0, 0x9f, 0x91, 0xb6}},
2390	},
2391	{
2392		input:  []byte{0x61, 0xf0, 0x9f, 0x8f, 0xbf, 0xf0, 0x9f, 0x91, 0xb6},
2393		output: [][]byte{[]byte{0x61, 0xf0, 0x9f, 0x8f, 0xbf}, []byte{0xf0, 0x9f, 0x91, 0xb6}},
2394	},
2395	{
2396		input:  []byte{0x61, 0xf0, 0x9f, 0x8f, 0xbf, 0xf0, 0x9f, 0x91, 0xb6, 0xe2, 0x80, 0x8d, 0xf0, 0x9f, 0x9b, 0x91},
2397		output: [][]byte{[]byte{0x61, 0xf0, 0x9f, 0x8f, 0xbf}, []byte{0xf0, 0x9f, 0x91, 0xb6, 0xe2, 0x80, 0x8d, 0xf0, 0x9f, 0x9b, 0x91}},
2398	},
2399	{
2400		input:  []byte{0xf0, 0x9f, 0x91, 0xb6, 0xf0, 0x9f, 0x8f, 0xbf, 0xcc, 0x88, 0xe2, 0x80, 0x8d, 0xf0, 0x9f, 0x91, 0xb6, 0xf0, 0x9f, 0x8f, 0xbf},
2401		output: [][]byte{[]byte{0xf0, 0x9f, 0x91, 0xb6, 0xf0, 0x9f, 0x8f, 0xbf, 0xcc, 0x88, 0xe2, 0x80, 0x8d, 0xf0, 0x9f, 0x91, 0xb6, 0xf0, 0x9f, 0x8f, 0xbf}},
2402	},
2403	{
2404		input:  []byte{0xf0, 0x9f, 0x9b, 0x91, 0xe2, 0x80, 0x8d, 0xf0, 0x9f, 0x9b, 0x91},
2405		output: [][]byte{[]byte{0xf0, 0x9f, 0x9b, 0x91, 0xe2, 0x80, 0x8d, 0xf0, 0x9f, 0x9b, 0x91}},
2406	},
2407	{
2408		input:  []byte{0x61, 0xe2, 0x80, 0x8d, 0xf0, 0x9f, 0x9b, 0x91},
2409		output: [][]byte{[]byte{0x61, 0xe2, 0x80, 0x8d}, []byte{0xf0, 0x9f, 0x9b, 0x91}},
2410	},
2411	{
2412		input:  []byte{0xe2, 0x9c, 0x81, 0xe2, 0x80, 0x8d, 0xe2, 0x9c, 0x81},
2413		output: [][]byte{[]byte{0xe2, 0x9c, 0x81, 0xe2, 0x80, 0x8d, 0xe2, 0x9c, 0x81}},
2414	},
2415	{
2416		input:  []byte{0x61, 0xe2, 0x80, 0x8d, 0xe2, 0x9c, 0x81},
2417		output: [][]byte{[]byte{0x61, 0xe2, 0x80, 0x8d}, []byte{0xe2, 0x9c, 0x81}},
2418	},
2419}
2420var unicodeWordTests = []struct {
2421	input  []byte
2422	output [][]byte
2423}{
2424	{
2425		input:  []byte{0x1, 0x1},
2426		output: [][]byte{[]byte{0x1}, []byte{0x1}},
2427	},
2428	{
2429		input:  []byte{0x1, 0xcc, 0x88, 0x1},
2430		output: [][]byte{[]byte{0x1, 0xcc, 0x88}, []byte{0x1}},
2431	},
2432	{
2433		input:  []byte{0x1, 0xd},
2434		output: [][]byte{[]byte{0x1}, []byte{0xd}},
2435	},
2436	{
2437		input:  []byte{0x1, 0xcc, 0x88, 0xd},
2438		output: [][]byte{[]byte{0x1, 0xcc, 0x88}, []byte{0xd}},
2439	},
2440	{
2441		input:  []byte{0x1, 0xa},
2442		output: [][]byte{[]byte{0x1}, []byte{0xa}},
2443	},
2444	{
2445		input:  []byte{0x1, 0xcc, 0x88, 0xa},
2446		output: [][]byte{[]byte{0x1, 0xcc, 0x88}, []byte{0xa}},
2447	},
2448	{
2449		input:  []byte{0x1, 0xb},
2450		output: [][]byte{[]byte{0x1}, []byte{0xb}},
2451	},
2452	{
2453		input:  []byte{0x1, 0xcc, 0x88, 0xb},
2454		output: [][]byte{[]byte{0x1, 0xcc, 0x88}, []byte{0xb}},
2455	},
2456	{
2457		input:  []byte{0x1, 0xe3, 0x80, 0xb1},
2458		output: [][]byte{[]byte{0x1}, []byte{0xe3, 0x80, 0xb1}},
2459	},
2460	{
2461		input:  []byte{0x1, 0xcc, 0x88, 0xe3, 0x80, 0xb1},
2462		output: [][]byte{[]byte{0x1, 0xcc, 0x88}, []byte{0xe3, 0x80, 0xb1}},
2463	},
2464	{
2465		input:  []byte{0x1, 0x41},
2466		output: [][]byte{[]byte{0x1}, []byte{0x41}},
2467	},
2468	{
2469		input:  []byte{0x1, 0xcc, 0x88, 0x41},
2470		output: [][]byte{[]byte{0x1, 0xcc, 0x88}, []byte{0x41}},
2471	},
2472	{
2473		input:  []byte{0x1, 0x3a},
2474		output: [][]byte{[]byte{0x1}, []byte{0x3a}},
2475	},
2476	{
2477		input:  []byte{0x1, 0xcc, 0x88, 0x3a},
2478		output: [][]byte{[]byte{0x1, 0xcc, 0x88}, []byte{0x3a}},
2479	},
2480	{
2481		input:  []byte{0x1, 0x2c},
2482		output: [][]byte{[]byte{0x1}, []byte{0x2c}},
2483	},
2484	{
2485		input:  []byte{0x1, 0xcc, 0x88, 0x2c},
2486		output: [][]byte{[]byte{0x1, 0xcc, 0x88}, []byte{0x2c}},
2487	},
2488	{
2489		input:  []byte{0x1, 0x2e},
2490		output: [][]byte{[]byte{0x1}, []byte{0x2e}},
2491	},
2492	{
2493		input:  []byte{0x1, 0xcc, 0x88, 0x2e},
2494		output: [][]byte{[]byte{0x1, 0xcc, 0x88}, []byte{0x2e}},
2495	},
2496	{
2497		input:  []byte{0x1, 0x30},
2498		output: [][]byte{[]byte{0x1}, []byte{0x30}},
2499	},
2500	{
2501		input:  []byte{0x1, 0xcc, 0x88, 0x30},
2502		output: [][]byte{[]byte{0x1, 0xcc, 0x88}, []byte{0x30}},
2503	},
2504	{
2505		input:  []byte{0x1, 0x5f},
2506		output: [][]byte{[]byte{0x1}, []byte{0x5f}},
2507	},
2508	{
2509		input:  []byte{0x1, 0xcc, 0x88, 0x5f},
2510		output: [][]byte{[]byte{0x1, 0xcc, 0x88}, []byte{0x5f}},
2511	},
2512	{
2513		input:  []byte{0x1, 0xf0, 0x9f, 0x87, 0xa6},
2514		output: [][]byte{[]byte{0x1}, []byte{0xf0, 0x9f, 0x87, 0xa6}},
2515	},
2516	{
2517		input:  []byte{0x1, 0xcc, 0x88, 0xf0, 0x9f, 0x87, 0xa6},
2518		output: [][]byte{[]byte{0x1, 0xcc, 0x88}, []byte{0xf0, 0x9f, 0x87, 0xa6}},
2519	},
2520	{
2521		input:  []byte{0x1, 0xd7, 0x90},
2522		output: [][]byte{[]byte{0x1}, []byte{0xd7, 0x90}},
2523	},
2524	{
2525		input:  []byte{0x1, 0xcc, 0x88, 0xd7, 0x90},
2526		output: [][]byte{[]byte{0x1, 0xcc, 0x88}, []byte{0xd7, 0x90}},
2527	},
2528	{
2529		input:  []byte{0x1, 0x22},
2530		output: [][]byte{[]byte{0x1}, []byte{0x22}},
2531	},
2532	{
2533		input:  []byte{0x1, 0xcc, 0x88, 0x22},
2534		output: [][]byte{[]byte{0x1, 0xcc, 0x88}, []byte{0x22}},
2535	},
2536	{
2537		input:  []byte{0x1, 0x27},
2538		output: [][]byte{[]byte{0x1}, []byte{0x27}},
2539	},
2540	{
2541		input:  []byte{0x1, 0xcc, 0x88, 0x27},
2542		output: [][]byte{[]byte{0x1, 0xcc, 0x88}, []byte{0x27}},
2543	},
2544	{
2545		input:  []byte{0x1, 0xe2, 0x8c, 0x9a},
2546		output: [][]byte{[]byte{0x1}, []byte{0xe2, 0x8c, 0x9a}},
2547	},
2548	{
2549		input:  []byte{0x1, 0xcc, 0x88, 0xe2, 0x8c, 0x9a},
2550		output: [][]byte{[]byte{0x1, 0xcc, 0x88}, []byte{0xe2, 0x8c, 0x9a}},
2551	},
2552	{
2553		input:  []byte{0x1, 0x20},
2554		output: [][]byte{[]byte{0x1}, []byte{0x20}},
2555	},
2556	{
2557		input:  []byte{0x1, 0xcc, 0x88, 0x20},
2558		output: [][]byte{[]byte{0x1, 0xcc, 0x88}, []byte{0x20}},
2559	},
2560	{
2561		input:  []byte{0x1, 0xc2, 0xad},
2562		output: [][]byte{[]byte{0x1, 0xc2, 0xad}},
2563	},
2564	{
2565		input:  []byte{0x1, 0xcc, 0x88, 0xc2, 0xad},
2566		output: [][]byte{[]byte{0x1, 0xcc, 0x88, 0xc2, 0xad}},
2567	},
2568	{
2569		input:  []byte{0x1, 0xcc, 0x80},
2570		output: [][]byte{[]byte{0x1, 0xcc, 0x80}},
2571	},
2572	{
2573		input:  []byte{0x1, 0xcc, 0x88, 0xcc, 0x80},
2574		output: [][]byte{[]byte{0x1, 0xcc, 0x88, 0xcc, 0x80}},
2575	},
2576	{
2577		input:  []byte{0x1, 0xe2, 0x80, 0x8d},
2578		output: [][]byte{[]byte{0x1, 0xe2, 0x80, 0x8d}},
2579	},
2580	{
2581		input:  []byte{0x1, 0xcc, 0x88, 0xe2, 0x80, 0x8d},
2582		output: [][]byte{[]byte{0x1, 0xcc, 0x88, 0xe2, 0x80, 0x8d}},
2583	},
2584	{
2585		input:  []byte{0x1, 0x61, 0xe2, 0x81, 0xa0},
2586		output: [][]byte{[]byte{0x1}, []byte{0x61, 0xe2, 0x81, 0xa0}},
2587	},
2588	{
2589		input:  []byte{0x1, 0xcc, 0x88, 0x61, 0xe2, 0x81, 0xa0},
2590		output: [][]byte{[]byte{0x1, 0xcc, 0x88}, []byte{0x61, 0xe2, 0x81, 0xa0}},
2591	},
2592	{
2593		input:  []byte{0x1, 0x61, 0x3a},
2594		output: [][]byte{[]byte{0x1}, []byte{0x61}, []byte{0x3a}},
2595	},
2596	{
2597		input:  []byte{0x1, 0xcc, 0x88, 0x61, 0x3a},
2598		output: [][]byte{[]byte{0x1, 0xcc, 0x88}, []byte{0x61}, []byte{0x3a}},
2599	},
2600	{
2601		input:  []byte{0x1, 0x61, 0x27},
2602		output: [][]byte{[]byte{0x1}, []byte{0x61}, []byte{0x27}},
2603	},
2604	{
2605		input:  []byte{0x1, 0xcc, 0x88, 0x61, 0x27},
2606		output: [][]byte{[]byte{0x1, 0xcc, 0x88}, []byte{0x61}, []byte{0x27}},
2607	},
2608	{
2609		input:  []byte{0x1, 0x61, 0x27, 0xe2, 0x81, 0xa0},
2610		output: [][]byte{[]byte{0x1}, []byte{0x61}, []byte{0x27, 0xe2, 0x81, 0xa0}},
2611	},
2612	{
2613		input:  []byte{0x1, 0xcc, 0x88, 0x61, 0x27, 0xe2, 0x81, 0xa0},
2614		output: [][]byte{[]byte{0x1, 0xcc, 0x88}, []byte{0x61}, []byte{0x27, 0xe2, 0x81, 0xa0}},
2615	},
2616	{
2617		input:  []byte{0x1, 0x61, 0x2c},
2618		output: [][]byte{[]byte{0x1}, []byte{0x61}, []byte{0x2c}},
2619	},
2620	{
2621		input:  []byte{0x1, 0xcc, 0x88, 0x61, 0x2c},
2622		output: [][]byte{[]byte{0x1, 0xcc, 0x88}, []byte{0x61}, []byte{0x2c}},
2623	},
2624	{
2625		input:  []byte{0x1, 0x31, 0x3a},
2626		output: [][]byte{[]byte{0x1}, []byte{0x31}, []byte{0x3a}},
2627	},
2628	{
2629		input:  []byte{0x1, 0xcc, 0x88, 0x31, 0x3a},
2630		output: [][]byte{[]byte{0x1, 0xcc, 0x88}, []byte{0x31}, []byte{0x3a}},
2631	},
2632	{
2633		input:  []byte{0x1, 0x31, 0x27},
2634		output: [][]byte{[]byte{0x1}, []byte{0x31}, []byte{0x27}},
2635	},
2636	{
2637		input:  []byte{0x1, 0xcc, 0x88, 0x31, 0x27},
2638		output: [][]byte{[]byte{0x1, 0xcc, 0x88}, []byte{0x31}, []byte{0x27}},
2639	},
2640	{
2641		input:  []byte{0x1, 0x31, 0x2c},
2642		output: [][]byte{[]byte{0x1}, []byte{0x31}, []byte{0x2c}},
2643	},
2644	{
2645		input:  []byte{0x1, 0xcc, 0x88, 0x31, 0x2c},
2646		output: [][]byte{[]byte{0x1, 0xcc, 0x88}, []byte{0x31}, []byte{0x2c}},
2647	},
2648	{
2649		input:  []byte{0x1, 0x31, 0x2e, 0xe2, 0x81, 0xa0},
2650		output: [][]byte{[]byte{0x1}, []byte{0x31}, []byte{0x2e, 0xe2, 0x81, 0xa0}},
2651	},
2652	{
2653		input:  []byte{0x1, 0xcc, 0x88, 0x31, 0x2e, 0xe2, 0x81, 0xa0},
2654		output: [][]byte{[]byte{0x1, 0xcc, 0x88}, []byte{0x31}, []byte{0x2e, 0xe2, 0x81, 0xa0}},
2655	},
2656	{
2657		input:  []byte{0xd, 0x1},
2658		output: [][]byte{[]byte{0xd}, []byte{0x1}},
2659	},
2660	{
2661		input:  []byte{0xd, 0xcc, 0x88, 0x1},
2662		output: [][]byte{[]byte{0xd}, []byte{0xcc, 0x88}, []byte{0x1}},
2663	},
2664	{
2665		input:  []byte{0xd, 0xd},
2666		output: [][]byte{[]byte{0xd}, []byte{0xd}},
2667	},
2668	{
2669		input:  []byte{0xd, 0xcc, 0x88, 0xd},
2670		output: [][]byte{[]byte{0xd}, []byte{0xcc, 0x88}, []byte{0xd}},
2671	},
2672	{
2673		input:  []byte{0xd, 0xa},
2674		output: [][]byte{[]byte{0xd, 0xa}},
2675	},
2676	{
2677		input:  []byte{0xd, 0xcc, 0x88, 0xa},
2678		output: [][]byte{[]byte{0xd}, []byte{0xcc, 0x88}, []byte{0xa}},
2679	},
2680	{
2681		input:  []byte{0xd, 0xb},
2682		output: [][]byte{[]byte{0xd}, []byte{0xb}},
2683	},
2684	{
2685		input:  []byte{0xd, 0xcc, 0x88, 0xb},
2686		output: [][]byte{[]byte{0xd}, []byte{0xcc, 0x88}, []byte{0xb}},
2687	},
2688	{
2689		input:  []byte{0xd, 0xe3, 0x80, 0xb1},
2690		output: [][]byte{[]byte{0xd}, []byte{0xe3, 0x80, 0xb1}},
2691	},
2692	{
2693		input:  []byte{0xd, 0xcc, 0x88, 0xe3, 0x80, 0xb1},
2694		output: [][]byte{[]byte{0xd}, []byte{0xcc, 0x88}, []byte{0xe3, 0x80, 0xb1}},
2695	},
2696	{
2697		input:  []byte{0xd, 0x41},
2698		output: [][]byte{[]byte{0xd}, []byte{0x41}},
2699	},
2700	{
2701		input:  []byte{0xd, 0xcc, 0x88, 0x41},
2702		output: [][]byte{[]byte{0xd}, []byte{0xcc, 0x88}, []byte{0x41}},
2703	},
2704	{
2705		input:  []byte{0xd, 0x3a},
2706		output: [][]byte{[]byte{0xd}, []byte{0x3a}},
2707	},
2708	{
2709		input:  []byte{0xd, 0xcc, 0x88, 0x3a},
2710		output: [][]byte{[]byte{0xd}, []byte{0xcc, 0x88}, []byte{0x3a}},
2711	},
2712	{
2713		input:  []byte{0xd, 0x2c},
2714		output: [][]byte{[]byte{0xd}, []byte{0x2c}},
2715	},
2716	{
2717		input:  []byte{0xd, 0xcc, 0x88, 0x2c},
2718		output: [][]byte{[]byte{0xd}, []byte{0xcc, 0x88}, []byte{0x2c}},
2719	},
2720	{
2721		input:  []byte{0xd, 0x2e},
2722		output: [][]byte{[]byte{0xd}, []byte{0x2e}},
2723	},
2724	{
2725		input:  []byte{0xd, 0xcc, 0x88, 0x2e},
2726		output: [][]byte{[]byte{0xd}, []byte{0xcc, 0x88}, []byte{0x2e}},
2727	},
2728	{
2729		input:  []byte{0xd, 0x30},
2730		output: [][]byte{[]byte{0xd}, []byte{0x30}},
2731	},
2732	{
2733		input:  []byte{0xd, 0xcc, 0x88, 0x30},
2734		output: [][]byte{[]byte{0xd}, []byte{0xcc, 0x88}, []byte{0x30}},
2735	},
2736	{
2737		input:  []byte{0xd, 0x5f},
2738		output: [][]byte{[]byte{0xd}, []byte{0x5f}},
2739	},
2740	{
2741		input:  []byte{0xd, 0xcc, 0x88, 0x5f},
2742		output: [][]byte{[]byte{0xd}, []byte{0xcc, 0x88}, []byte{0x5f}},
2743	},
2744	{
2745		input:  []byte{0xd, 0xf0, 0x9f, 0x87, 0xa6},
2746		output: [][]byte{[]byte{0xd}, []byte{0xf0, 0x9f, 0x87, 0xa6}},
2747	},
2748	{
2749		input:  []byte{0xd, 0xcc, 0x88, 0xf0, 0x9f, 0x87, 0xa6},
2750		output: [][]byte{[]byte{0xd}, []byte{0xcc, 0x88}, []byte{0xf0, 0x9f, 0x87, 0xa6}},
2751	},
2752	{
2753		input:  []byte{0xd, 0xd7, 0x90},
2754		output: [][]byte{[]byte{0xd}, []byte{0xd7, 0x90}},
2755	},
2756	{
2757		input:  []byte{0xd, 0xcc, 0x88, 0xd7, 0x90},
2758		output: [][]byte{[]byte{0xd}, []byte{0xcc, 0x88}, []byte{0xd7, 0x90}},
2759	},
2760	{
2761		input:  []byte{0xd, 0x22},
2762		output: [][]byte{[]byte{0xd}, []byte{0x22}},
2763	},
2764	{
2765		input:  []byte{0xd, 0xcc, 0x88, 0x22},
2766		output: [][]byte{[]byte{0xd}, []byte{0xcc, 0x88}, []byte{0x22}},
2767	},
2768	{
2769		input:  []byte{0xd, 0x27},
2770		output: [][]byte{[]byte{0xd}, []byte{0x27}},
2771	},
2772	{
2773		input:  []byte{0xd, 0xcc, 0x88, 0x27},
2774		output: [][]byte{[]byte{0xd}, []byte{0xcc, 0x88}, []byte{0x27}},
2775	},
2776	{
2777		input:  []byte{0xd, 0xe2, 0x8c, 0x9a},
2778		output: [][]byte{[]byte{0xd}, []byte{0xe2, 0x8c, 0x9a}},
2779	},
2780	{
2781		input:  []byte{0xd, 0xcc, 0x88, 0xe2, 0x8c, 0x9a},
2782		output: [][]byte{[]byte{0xd}, []byte{0xcc, 0x88}, []byte{0xe2, 0x8c, 0x9a}},
2783	},
2784	{
2785		input:  []byte{0xd, 0x20},
2786		output: [][]byte{[]byte{0xd}, []byte{0x20}},
2787	},
2788	{
2789		input:  []byte{0xd, 0xcc, 0x88, 0x20},
2790		output: [][]byte{[]byte{0xd}, []byte{0xcc, 0x88}, []byte{0x20}},
2791	},
2792	{
2793		input:  []byte{0xd, 0xc2, 0xad},
2794		output: [][]byte{[]byte{0xd}, []byte{0xc2, 0xad}},
2795	},
2796	{
2797		input:  []byte{0xd, 0xcc, 0x88, 0xc2, 0xad},
2798		output: [][]byte{[]byte{0xd}, []byte{0xcc, 0x88, 0xc2, 0xad}},
2799	},
2800	{
2801		input:  []byte{0xd, 0xcc, 0x80},
2802		output: [][]byte{[]byte{0xd}, []byte{0xcc, 0x80}},
2803	},
2804	{
2805		input:  []byte{0xd, 0xcc, 0x88, 0xcc, 0x80},
2806		output: [][]byte{[]byte{0xd}, []byte{0xcc, 0x88, 0xcc, 0x80}},
2807	},
2808	{
2809		input:  []byte{0xd, 0xe2, 0x80, 0x8d},
2810		output: [][]byte{[]byte{0xd}, []byte{0xe2, 0x80, 0x8d}},
2811	},
2812	{
2813		input:  []byte{0xd, 0xcc, 0x88, 0xe2, 0x80, 0x8d},
2814		output: [][]byte{[]byte{0xd}, []byte{0xcc, 0x88, 0xe2, 0x80, 0x8d}},
2815	},
2816	{
2817		input:  []byte{0xd, 0x61, 0xe2, 0x81, 0xa0},
2818		output: [][]byte{[]byte{0xd}, []byte{0x61, 0xe2, 0x81, 0xa0}},
2819	},
2820	{
2821		input:  []byte{0xd, 0xcc, 0x88, 0x61, 0xe2, 0x81, 0xa0},
2822		output: [][]byte{[]byte{0xd}, []byte{0xcc, 0x88}, []byte{0x61, 0xe2, 0x81, 0xa0}},
2823	},
2824	{
2825		input:  []byte{0xd, 0x61, 0x3a},
2826		output: [][]byte{[]byte{0xd}, []byte{0x61}, []byte{0x3a}},
2827	},
2828	{
2829		input:  []byte{0xd, 0xcc, 0x88, 0x61, 0x3a},
2830		output: [][]byte{[]byte{0xd}, []byte{0xcc, 0x88}, []byte{0x61}, []byte{0x3a}},
2831	},
2832	{
2833		input:  []byte{0xd, 0x61, 0x27},
2834		output: [][]byte{[]byte{0xd}, []byte{0x61}, []byte{0x27}},
2835	},
2836	{
2837		input:  []byte{0xd, 0xcc, 0x88, 0x61, 0x27},
2838		output: [][]byte{[]byte{0xd}, []byte{0xcc, 0x88}, []byte{0x61}, []byte{0x27}},
2839	},
2840	{
2841		input:  []byte{0xd, 0x61, 0x27, 0xe2, 0x81, 0xa0},
2842		output: [][]byte{[]byte{0xd}, []byte{0x61}, []byte{0x27, 0xe2, 0x81, 0xa0}},
2843	},
2844	{
2845		input:  []byte{0xd, 0xcc, 0x88, 0x61, 0x27, 0xe2, 0x81, 0xa0},
2846		output: [][]byte{[]byte{0xd}, []byte{0xcc, 0x88}, []byte{0x61}, []byte{0x27, 0xe2, 0x81, 0xa0}},
2847	},
2848	{
2849		input:  []byte{0xd, 0x61, 0x2c},
2850		output: [][]byte{[]byte{0xd}, []byte{0x61}, []byte{0x2c}},
2851	},
2852	{
2853		input:  []byte{0xd, 0xcc, 0x88, 0x61, 0x2c},
2854		output: [][]byte{[]byte{0xd}, []byte{0xcc, 0x88}, []byte{0x61}, []byte{0x2c}},
2855	},
2856	{
2857		input:  []byte{0xd, 0x31, 0x3a},
2858		output: [][]byte{[]byte{0xd}, []byte{0x31}, []byte{0x3a}},
2859	},
2860	{
2861		input:  []byte{0xd, 0xcc, 0x88, 0x31, 0x3a},
2862		output: [][]byte{[]byte{0xd}, []byte{0xcc, 0x88}, []byte{0x31}, []byte{0x3a}},
2863	},
2864	{
2865		input:  []byte{0xd, 0x31, 0x27},
2866		output: [][]byte{[]byte{0xd}, []byte{0x31}, []byte{0x27}},
2867	},
2868	{
2869		input:  []byte{0xd, 0xcc, 0x88, 0x31, 0x27},
2870		output: [][]byte{[]byte{0xd}, []byte{0xcc, 0x88}, []byte{0x31}, []byte{0x27}},
2871	},
2872	{
2873		input:  []byte{0xd, 0x31, 0x2c},
2874		output: [][]byte{[]byte{0xd}, []byte{0x31}, []byte{0x2c}},
2875	},
2876	{
2877		input:  []byte{0xd, 0xcc, 0x88, 0x31, 0x2c},
2878		output: [][]byte{[]byte{0xd}, []byte{0xcc, 0x88}, []byte{0x31}, []byte{0x2c}},
2879	},
2880	{
2881		input:  []byte{0xd, 0x31, 0x2e, 0xe2, 0x81, 0xa0},
2882		output: [][]byte{[]byte{0xd}, []byte{0x31}, []byte{0x2e, 0xe2, 0x81, 0xa0}},
2883	},
2884	{
2885		input:  []byte{0xd, 0xcc, 0x88, 0x31, 0x2e, 0xe2, 0x81, 0xa0},
2886		output: [][]byte{[]byte{0xd}, []byte{0xcc, 0x88}, []byte{0x31}, []byte{0x2e, 0xe2, 0x81, 0xa0}},
2887	},
2888	{
2889		input:  []byte{0xa, 0x1},
2890		output: [][]byte{[]byte{0xa}, []byte{0x1}},
2891	},
2892	{
2893		input:  []byte{0xa, 0xcc, 0x88, 0x1},
2894		output: [][]byte{[]byte{0xa}, []byte{0xcc, 0x88}, []byte{0x1}},
2895	},
2896	{
2897		input:  []byte{0xa, 0xd},
2898		output: [][]byte{[]byte{0xa}, []byte{0xd}},
2899	},
2900	{
2901		input:  []byte{0xa, 0xcc, 0x88, 0xd},
2902		output: [][]byte{[]byte{0xa}, []byte{0xcc, 0x88}, []byte{0xd}},
2903	},
2904	{
2905		input:  []byte{0xa, 0xa},
2906		output: [][]byte{[]byte{0xa}, []byte{0xa}},
2907	},
2908	{
2909		input:  []byte{0xa, 0xcc, 0x88, 0xa},
2910		output: [][]byte{[]byte{0xa}, []byte{0xcc, 0x88}, []byte{0xa}},
2911	},
2912	{
2913		input:  []byte{0xa, 0xb},
2914		output: [][]byte{[]byte{0xa}, []byte{0xb}},
2915	},
2916	{
2917		input:  []byte{0xa, 0xcc, 0x88, 0xb},
2918		output: [][]byte{[]byte{0xa}, []byte{0xcc, 0x88}, []byte{0xb}},
2919	},
2920	{
2921		input:  []byte{0xa, 0xe3, 0x80, 0xb1},
2922		output: [][]byte{[]byte{0xa}, []byte{0xe3, 0x80, 0xb1}},
2923	},
2924	{
2925		input:  []byte{0xa, 0xcc, 0x88, 0xe3, 0x80, 0xb1},
2926		output: [][]byte{[]byte{0xa}, []byte{0xcc, 0x88}, []byte{0xe3, 0x80, 0xb1}},
2927	},
2928	{
2929		input:  []byte{0xa, 0x41},
2930		output: [][]byte{[]byte{0xa}, []byte{0x41}},
2931	},
2932	{
2933		input:  []byte{0xa, 0xcc, 0x88, 0x41},
2934		output: [][]byte{[]byte{0xa}, []byte{0xcc, 0x88}, []byte{0x41}},
2935	},
2936	{
2937		input:  []byte{0xa, 0x3a},
2938		output: [][]byte{[]byte{0xa}, []byte{0x3a}},
2939	},
2940	{
2941		input:  []byte{0xa, 0xcc, 0x88, 0x3a},
2942		output: [][]byte{[]byte{0xa}, []byte{0xcc, 0x88}, []byte{0x3a}},
2943	},
2944	{
2945		input:  []byte{0xa, 0x2c},
2946		output: [][]byte{[]byte{0xa}, []byte{0x2c}},
2947	},
2948	{
2949		input:  []byte{0xa, 0xcc, 0x88, 0x2c},
2950		output: [][]byte{[]byte{0xa}, []byte{0xcc, 0x88}, []byte{0x2c}},
2951	},
2952	{
2953		input:  []byte{0xa, 0x2e},
2954		output: [][]byte{[]byte{0xa}, []byte{0x2e}},
2955	},
2956	{
2957		input:  []byte{0xa, 0xcc, 0x88, 0x2e},
2958		output: [][]byte{[]byte{0xa}, []byte{0xcc, 0x88}, []byte{0x2e}},
2959	},
2960	{
2961		input:  []byte{0xa, 0x30},
2962		output: [][]byte{[]byte{0xa}, []byte{0x30}},
2963	},
2964	{
2965		input:  []byte{0xa, 0xcc, 0x88, 0x30},
2966		output: [][]byte{[]byte{0xa}, []byte{0xcc, 0x88}, []byte{0x30}},
2967	},
2968	{
2969		input:  []byte{0xa, 0x5f},
2970		output: [][]byte{[]byte{0xa}, []byte{0x5f}},
2971	},
2972	{
2973		input:  []byte{0xa, 0xcc, 0x88, 0x5f},
2974		output: [][]byte{[]byte{0xa}, []byte{0xcc, 0x88}, []byte{0x5f}},
2975	},
2976	{
2977		input:  []byte{0xa, 0xf0, 0x9f, 0x87, 0xa6},
2978		output: [][]byte{[]byte{0xa}, []byte{0xf0, 0x9f, 0x87, 0xa6}},
2979	},
2980	{
2981		input:  []byte{0xa, 0xcc, 0x88, 0xf0, 0x9f, 0x87, 0xa6},
2982		output: [][]byte{[]byte{0xa}, []byte{0xcc, 0x88}, []byte{0xf0, 0x9f, 0x87, 0xa6}},
2983	},
2984	{
2985		input:  []byte{0xa, 0xd7, 0x90},
2986		output: [][]byte{[]byte{0xa}, []byte{0xd7, 0x90}},
2987	},
2988	{
2989		input:  []byte{0xa, 0xcc, 0x88, 0xd7, 0x90},
2990		output: [][]byte{[]byte{0xa}, []byte{0xcc, 0x88}, []byte{0xd7, 0x90}},
2991	},
2992	{
2993		input:  []byte{0xa, 0x22},
2994		output: [][]byte{[]byte{0xa}, []byte{0x22}},
2995	},
2996	{
2997		input:  []byte{0xa, 0xcc, 0x88, 0x22},
2998		output: [][]byte{[]byte{0xa}, []byte{0xcc, 0x88}, []byte{0x22}},
2999	},
3000	{
3001		input:  []byte{0xa, 0x27},
3002		output: [][]byte{[]byte{0xa}, []byte{0x27}},
3003	},
3004	{
3005		input:  []byte{0xa, 0xcc, 0x88, 0x27},
3006		output: [][]byte{[]byte{0xa}, []byte{0xcc, 0x88}, []byte{0x27}},
3007	},
3008	{
3009		input:  []byte{0xa, 0xe2, 0x8c, 0x9a},
3010		output: [][]byte{[]byte{0xa}, []byte{0xe2, 0x8c, 0x9a}},
3011	},
3012	{
3013		input:  []byte{0xa, 0xcc, 0x88, 0xe2, 0x8c, 0x9a},
3014		output: [][]byte{[]byte{0xa}, []byte{0xcc, 0x88}, []byte{0xe2, 0x8c, 0x9a}},
3015	},
3016	{
3017		input:  []byte{0xa, 0x20},
3018		output: [][]byte{[]byte{0xa}, []byte{0x20}},
3019	},
3020	{
3021		input:  []byte{0xa, 0xcc, 0x88, 0x20},
3022		output: [][]byte{[]byte{0xa}, []byte{0xcc, 0x88}, []byte{0x20}},
3023	},
3024	{
3025		input:  []byte{0xa, 0xc2, 0xad},
3026		output: [][]byte{[]byte{0xa}, []byte{0xc2, 0xad}},
3027	},
3028	{
3029		input:  []byte{0xa, 0xcc, 0x88, 0xc2, 0xad},
3030		output: [][]byte{[]byte{0xa}, []byte{0xcc, 0x88, 0xc2, 0xad}},
3031	},
3032	{
3033		input:  []byte{0xa, 0xcc, 0x80},
3034		output: [][]byte{[]byte{0xa}, []byte{0xcc, 0x80}},
3035	},
3036	{
3037		input:  []byte{0xa, 0xcc, 0x88, 0xcc, 0x80},
3038		output: [][]byte{[]byte{0xa}, []byte{0xcc, 0x88, 0xcc, 0x80}},
3039	},
3040	{
3041		input:  []byte{0xa, 0xe2, 0x80, 0x8d},
3042		output: [][]byte{[]byte{0xa}, []byte{0xe2, 0x80, 0x8d}},
3043	},
3044	{
3045		input:  []byte{0xa, 0xcc, 0x88, 0xe2, 0x80, 0x8d},
3046		output: [][]byte{[]byte{0xa}, []byte{0xcc, 0x88, 0xe2, 0x80, 0x8d}},
3047	},
3048	{
3049		input:  []byte{0xa, 0x61, 0xe2, 0x81, 0xa0},
3050		output: [][]byte{[]byte{0xa}, []byte{0x61, 0xe2, 0x81, 0xa0}},
3051	},
3052	{
3053		input:  []byte{0xa, 0xcc, 0x88, 0x61, 0xe2, 0x81, 0xa0},
3054		output: [][]byte{[]byte{0xa}, []byte{0xcc, 0x88}, []byte{0x61, 0xe2, 0x81, 0xa0}},
3055	},
3056	{
3057		input:  []byte{0xa, 0x61, 0x3a},
3058		output: [][]byte{[]byte{0xa}, []byte{0x61}, []byte{0x3a}},
3059	},
3060	{
3061		input:  []byte{0xa, 0xcc, 0x88, 0x61, 0x3a},
3062		output: [][]byte{[]byte{0xa}, []byte{0xcc, 0x88}, []byte{0x61}, []byte{0x3a}},
3063	},
3064	{
3065		input:  []byte{0xa, 0x61, 0x27},
3066		output: [][]byte{[]byte{0xa}, []byte{0x61}, []byte{0x27}},
3067	},
3068	{
3069		input:  []byte{0xa, 0xcc, 0x88, 0x61, 0x27},
3070		output: [][]byte{[]byte{0xa}, []byte{0xcc, 0x88}, []byte{0x61}, []byte{0x27}},
3071	},
3072	{
3073		input:  []byte{0xa, 0x61, 0x27, 0xe2, 0x81, 0xa0},
3074		output: [][]byte{[]byte{0xa}, []byte{0x61}, []byte{0x27, 0xe2, 0x81, 0xa0}},
3075	},
3076	{
3077		input:  []byte{0xa, 0xcc, 0x88, 0x61, 0x27, 0xe2, 0x81, 0xa0},
3078		output: [][]byte{[]byte{0xa}, []byte{0xcc, 0x88}, []byte{0x61}, []byte{0x27, 0xe2, 0x81, 0xa0}},
3079	},
3080	{
3081		input:  []byte{0xa, 0x61, 0x2c},
3082		output: [][]byte{[]byte{0xa}, []byte{0x61}, []byte{0x2c}},
3083	},
3084	{
3085		input:  []byte{0xa, 0xcc, 0x88, 0x61, 0x2c},
3086		output: [][]byte{[]byte{0xa}, []byte{0xcc, 0x88}, []byte{0x61}, []byte{0x2c}},
3087	},
3088	{
3089		input:  []byte{0xa, 0x31, 0x3a},
3090		output: [][]byte{[]byte{0xa}, []byte{0x31}, []byte{0x3a}},
3091	},
3092	{
3093		input:  []byte{0xa, 0xcc, 0x88, 0x31, 0x3a},
3094		output: [][]byte{[]byte{0xa}, []byte{0xcc, 0x88}, []byte{0x31}, []byte{0x3a}},
3095	},
3096	{
3097		input:  []byte{0xa, 0x31, 0x27},
3098		output: [][]byte{[]byte{0xa}, []byte{0x31}, []byte{0x27}},
3099	},
3100	{
3101		input:  []byte{0xa, 0xcc, 0x88, 0x31, 0x27},
3102		output: [][]byte{[]byte{0xa}, []byte{0xcc, 0x88}, []byte{0x31}, []byte{0x27}},
3103	},
3104	{
3105		input:  []byte{0xa, 0x31, 0x2c},
3106		output: [][]byte{[]byte{0xa}, []byte{0x31}, []byte{0x2c}},
3107	},
3108	{
3109		input:  []byte{0xa, 0xcc, 0x88, 0x31, 0x2c},
3110		output: [][]byte{[]byte{0xa}, []byte{0xcc, 0x88}, []byte{0x31}, []byte{0x2c}},
3111	},
3112	{
3113		input:  []byte{0xa, 0x31, 0x2e, 0xe2, 0x81, 0xa0},
3114		output: [][]byte{[]byte{0xa}, []byte{0x31}, []byte{0x2e, 0xe2, 0x81, 0xa0}},
3115	},
3116	{
3117		input:  []byte{0xa, 0xcc, 0x88, 0x31, 0x2e, 0xe2, 0x81, 0xa0},
3118		output: [][]byte{[]byte{0xa}, []byte{0xcc, 0x88}, []byte{0x31}, []byte{0x2e, 0xe2, 0x81, 0xa0}},
3119	},
3120	{
3121		input:  []byte{0xb, 0x1},
3122		output: [][]byte{[]byte{0xb}, []byte{0x1}},
3123	},
3124	{
3125		input:  []byte{0xb, 0xcc, 0x88, 0x1},
3126		output: [][]byte{[]byte{0xb}, []byte{0xcc, 0x88}, []byte{0x1}},
3127	},
3128	{
3129		input:  []byte{0xb, 0xd},
3130		output: [][]byte{[]byte{0xb}, []byte{0xd}},
3131	},
3132	{
3133		input:  []byte{0xb, 0xcc, 0x88, 0xd},
3134		output: [][]byte{[]byte{0xb}, []byte{0xcc, 0x88}, []byte{0xd}},
3135	},
3136	{
3137		input:  []byte{0xb, 0xa},
3138		output: [][]byte{[]byte{0xb}, []byte{0xa}},
3139	},
3140	{
3141		input:  []byte{0xb, 0xcc, 0x88, 0xa},
3142		output: [][]byte{[]byte{0xb}, []byte{0xcc, 0x88}, []byte{0xa}},
3143	},
3144	{
3145		input:  []byte{0xb, 0xb},
3146		output: [][]byte{[]byte{0xb}, []byte{0xb}},
3147	},
3148	{
3149		input:  []byte{0xb, 0xcc, 0x88, 0xb},
3150		output: [][]byte{[]byte{0xb}, []byte{0xcc, 0x88}, []byte{0xb}},
3151	},
3152	{
3153		input:  []byte{0xb, 0xe3, 0x80, 0xb1},
3154		output: [][]byte{[]byte{0xb}, []byte{0xe3, 0x80, 0xb1}},
3155	},
3156	{
3157		input:  []byte{0xb, 0xcc, 0x88, 0xe3, 0x80, 0xb1},
3158		output: [][]byte{[]byte{0xb}, []byte{0xcc, 0x88}, []byte{0xe3, 0x80, 0xb1}},
3159	},
3160	{
3161		input:  []byte{0xb, 0x41},
3162		output: [][]byte{[]byte{0xb}, []byte{0x41}},
3163	},
3164	{
3165		input:  []byte{0xb, 0xcc, 0x88, 0x41},
3166		output: [][]byte{[]byte{0xb}, []byte{0xcc, 0x88}, []byte{0x41}},
3167	},
3168	{
3169		input:  []byte{0xb, 0x3a},
3170		output: [][]byte{[]byte{0xb}, []byte{0x3a}},
3171	},
3172	{
3173		input:  []byte{0xb, 0xcc, 0x88, 0x3a},
3174		output: [][]byte{[]byte{0xb}, []byte{0xcc, 0x88}, []byte{0x3a}},
3175	},
3176	{
3177		input:  []byte{0xb, 0x2c},
3178		output: [][]byte{[]byte{0xb}, []byte{0x2c}},
3179	},
3180	{
3181		input:  []byte{0xb, 0xcc, 0x88, 0x2c},
3182		output: [][]byte{[]byte{0xb}, []byte{0xcc, 0x88}, []byte{0x2c}},
3183	},
3184	{
3185		input:  []byte{0xb, 0x2e},
3186		output: [][]byte{[]byte{0xb}, []byte{0x2e}},
3187	},
3188	{
3189		input:  []byte{0xb, 0xcc, 0x88, 0x2e},
3190		output: [][]byte{[]byte{0xb}, []byte{0xcc, 0x88}, []byte{0x2e}},
3191	},
3192	{
3193		input:  []byte{0xb, 0x30},
3194		output: [][]byte{[]byte{0xb}, []byte{0x30}},
3195	},
3196	{
3197		input:  []byte{0xb, 0xcc, 0x88, 0x30},
3198		output: [][]byte{[]byte{0xb}, []byte{0xcc, 0x88}, []byte{0x30}},
3199	},
3200	{
3201		input:  []byte{0xb, 0x5f},
3202		output: [][]byte{[]byte{0xb}, []byte{0x5f}},
3203	},
3204	{
3205		input:  []byte{0xb, 0xcc, 0x88, 0x5f},
3206		output: [][]byte{[]byte{0xb}, []byte{0xcc, 0x88}, []byte{0x5f}},
3207	},
3208	{
3209		input:  []byte{0xb, 0xf0, 0x9f, 0x87, 0xa6},
3210		output: [][]byte{[]byte{0xb}, []byte{0xf0, 0x9f, 0x87, 0xa6}},
3211	},
3212	{
3213		input:  []byte{0xb, 0xcc, 0x88, 0xf0, 0x9f, 0x87, 0xa6},
3214		output: [][]byte{[]byte{0xb}, []byte{0xcc, 0x88}, []byte{0xf0, 0x9f, 0x87, 0xa6}},
3215	},
3216	{
3217		input:  []byte{0xb, 0xd7, 0x90},
3218		output: [][]byte{[]byte{0xb}, []byte{0xd7, 0x90}},
3219	},
3220	{
3221		input:  []byte{0xb, 0xcc, 0x88, 0xd7, 0x90},
3222		output: [][]byte{[]byte{0xb}, []byte{0xcc, 0x88}, []byte{0xd7, 0x90}},
3223	},
3224	{
3225		input:  []byte{0xb, 0x22},
3226		output: [][]byte{[]byte{0xb}, []byte{0x22}},
3227	},
3228	{
3229		input:  []byte{0xb, 0xcc, 0x88, 0x22},
3230		output: [][]byte{[]byte{0xb}, []byte{0xcc, 0x88}, []byte{0x22}},
3231	},
3232	{
3233		input:  []byte{0xb, 0x27},
3234		output: [][]byte{[]byte{0xb}, []byte{0x27}},
3235	},
3236	{
3237		input:  []byte{0xb, 0xcc, 0x88, 0x27},
3238		output: [][]byte{[]byte{0xb}, []byte{0xcc, 0x88}, []byte{0x27}},
3239	},
3240	{
3241		input:  []byte{0xb, 0xe2, 0x8c, 0x9a},
3242		output: [][]byte{[]byte{0xb}, []byte{0xe2, 0x8c, 0x9a}},
3243	},
3244	{
3245		input:  []byte{0xb, 0xcc, 0x88, 0xe2, 0x8c, 0x9a},
3246		output: [][]byte{[]byte{0xb}, []byte{0xcc, 0x88}, []byte{0xe2, 0x8c, 0x9a}},
3247	},
3248	{
3249		input:  []byte{0xb, 0x20},
3250		output: [][]byte{[]byte{0xb}, []byte{0x20}},
3251	},
3252	{
3253		input:  []byte{0xb, 0xcc, 0x88, 0x20},
3254		output: [][]byte{[]byte{0xb}, []byte{0xcc, 0x88}, []byte{0x20}},
3255	},
3256	{
3257		input:  []byte{0xb, 0xc2, 0xad},
3258		output: [][]byte{[]byte{0xb}, []byte{0xc2, 0xad}},
3259	},
3260	{
3261		input:  []byte{0xb, 0xcc, 0x88, 0xc2, 0xad},
3262		output: [][]byte{[]byte{0xb}, []byte{0xcc, 0x88, 0xc2, 0xad}},
3263	},
3264	{
3265		input:  []byte{0xb, 0xcc, 0x80},
3266		output: [][]byte{[]byte{0xb}, []byte{0xcc, 0x80}},
3267	},
3268	{
3269		input:  []byte{0xb, 0xcc, 0x88, 0xcc, 0x80},
3270		output: [][]byte{[]byte{0xb}, []byte{0xcc, 0x88, 0xcc, 0x80}},
3271	},
3272	{
3273		input:  []byte{0xb, 0xe2, 0x80, 0x8d},
3274		output: [][]byte{[]byte{0xb}, []byte{0xe2, 0x80, 0x8d}},
3275	},
3276	{
3277		input:  []byte{0xb, 0xcc, 0x88, 0xe2, 0x80, 0x8d},
3278		output: [][]byte{[]byte{0xb}, []byte{0xcc, 0x88, 0xe2, 0x80, 0x8d}},
3279	},
3280	{
3281		input:  []byte{0xb, 0x61, 0xe2, 0x81, 0xa0},
3282		output: [][]byte{[]byte{0xb}, []byte{0x61, 0xe2, 0x81, 0xa0}},
3283	},
3284	{
3285		input:  []byte{0xb, 0xcc, 0x88, 0x61, 0xe2, 0x81, 0xa0},
3286		output: [][]byte{[]byte{0xb}, []byte{0xcc, 0x88}, []byte{0x61, 0xe2, 0x81, 0xa0}},
3287	},
3288	{
3289		input:  []byte{0xb, 0x61, 0x3a},
3290		output: [][]byte{[]byte{0xb}, []byte{0x61}, []byte{0x3a}},
3291	},
3292	{
3293		input:  []byte{0xb, 0xcc, 0x88, 0x61, 0x3a},
3294		output: [][]byte{[]byte{0xb}, []byte{0xcc, 0x88}, []byte{0x61}, []byte{0x3a}},
3295	},
3296	{
3297		input:  []byte{0xb, 0x61, 0x27},
3298		output: [][]byte{[]byte{0xb}, []byte{0x61}, []byte{0x27}},
3299	},
3300	{
3301		input:  []byte{0xb, 0xcc, 0x88, 0x61, 0x27},
3302		output: [][]byte{[]byte{0xb}, []byte{0xcc, 0x88}, []byte{0x61}, []byte{0x27}},
3303	},
3304	{
3305		input:  []byte{0xb, 0x61, 0x27, 0xe2, 0x81, 0xa0},
3306		output: [][]byte{[]byte{0xb}, []byte{0x61}, []byte{0x27, 0xe2, 0x81, 0xa0}},
3307	},
3308	{
3309		input:  []byte{0xb, 0xcc, 0x88, 0x61, 0x27, 0xe2, 0x81, 0xa0},
3310		output: [][]byte{[]byte{0xb}, []byte{0xcc, 0x88}, []byte{0x61}, []byte{0x27, 0xe2, 0x81, 0xa0}},
3311	},
3312	{
3313		input:  []byte{0xb, 0x61, 0x2c},
3314		output: [][]byte{[]byte{0xb}, []byte{0x61}, []byte{0x2c}},
3315	},
3316	{
3317		input:  []byte{0xb, 0xcc, 0x88, 0x61, 0x2c},
3318		output: [][]byte{[]byte{0xb}, []byte{0xcc, 0x88}, []byte{0x61}, []byte{0x2c}},
3319	},
3320	{
3321		input:  []byte{0xb, 0x31, 0x3a},
3322		output: [][]byte{[]byte{0xb}, []byte{0x31}, []byte{0x3a}},
3323	},
3324	{
3325		input:  []byte{0xb, 0xcc, 0x88, 0x31, 0x3a},
3326		output: [][]byte{[]byte{0xb}, []byte{0xcc, 0x88}, []byte{0x31}, []byte{0x3a}},
3327	},
3328	{
3329		input:  []byte{0xb, 0x31, 0x27},
3330		output: [][]byte{[]byte{0xb}, []byte{0x31}, []byte{0x27}},
3331	},
3332	{
3333		input:  []byte{0xb, 0xcc, 0x88, 0x31, 0x27},
3334		output: [][]byte{[]byte{0xb}, []byte{0xcc, 0x88}, []byte{0x31}, []byte{0x27}},
3335	},
3336	{
3337		input:  []byte{0xb, 0x31, 0x2c},
3338		output: [][]byte{[]byte{0xb}, []byte{0x31}, []byte{0x2c}},
3339	},
3340	{
3341		input:  []byte{0xb, 0xcc, 0x88, 0x31, 0x2c},
3342		output: [][]byte{[]byte{0xb}, []byte{0xcc, 0x88}, []byte{0x31}, []byte{0x2c}},
3343	},
3344	{
3345		input:  []byte{0xb, 0x31, 0x2e, 0xe2, 0x81, 0xa0},
3346		output: [][]byte{[]byte{0xb}, []byte{0x31}, []byte{0x2e, 0xe2, 0x81, 0xa0}},
3347	},
3348	{
3349		input:  []byte{0xb, 0xcc, 0x88, 0x31, 0x2e, 0xe2, 0x81, 0xa0},
3350		output: [][]byte{[]byte{0xb}, []byte{0xcc, 0x88}, []byte{0x31}, []byte{0x2e, 0xe2, 0x81, 0xa0}},
3351	},
3352	{
3353		input:  []byte{0xe3, 0x80, 0xb1, 0x1},
3354		output: [][]byte{[]byte{0xe3, 0x80, 0xb1}, []byte{0x1}},
3355	},
3356	{
3357		input:  []byte{0xe3, 0x80, 0xb1, 0xcc, 0x88, 0x1},
3358		output: [][]byte{[]byte{0xe3, 0x80, 0xb1, 0xcc, 0x88}, []byte{0x1}},
3359	},
3360	{
3361		input:  []byte{0xe3, 0x80, 0xb1, 0xd},
3362		output: [][]byte{[]byte{0xe3, 0x80, 0xb1}, []byte{0xd}},
3363	},
3364	{
3365		input:  []byte{0xe3, 0x80, 0xb1, 0xcc, 0x88, 0xd},
3366		output: [][]byte{[]byte{0xe3, 0x80, 0xb1, 0xcc, 0x88}, []byte{0xd}},
3367	},
3368	{
3369		input:  []byte{0xe3, 0x80, 0xb1, 0xa},
3370		output: [][]byte{[]byte{0xe3, 0x80, 0xb1}, []byte{0xa}},
3371	},
3372	{
3373		input:  []byte{0xe3, 0x80, 0xb1, 0xcc, 0x88, 0xa},
3374		output: [][]byte{[]byte{0xe3, 0x80, 0xb1, 0xcc, 0x88}, []byte{0xa}},
3375	},
3376	{
3377		input:  []byte{0xe3, 0x80, 0xb1, 0xb},
3378		output: [][]byte{[]byte{0xe3, 0x80, 0xb1}, []byte{0xb}},
3379	},
3380	{
3381		input:  []byte{0xe3, 0x80, 0xb1, 0xcc, 0x88, 0xb},
3382		output: [][]byte{[]byte{0xe3, 0x80, 0xb1, 0xcc, 0x88}, []byte{0xb}},
3383	},
3384	{
3385		input:  []byte{0xe3, 0x80, 0xb1, 0xe3, 0x80, 0xb1},
3386		output: [][]byte{[]byte{0xe3, 0x80, 0xb1, 0xe3, 0x80, 0xb1}},
3387	},
3388	{
3389		input:  []byte{0xe3, 0x80, 0xb1, 0xcc, 0x88, 0xe3, 0x80, 0xb1},
3390		output: [][]byte{[]byte{0xe3, 0x80, 0xb1, 0xcc, 0x88, 0xe3, 0x80, 0xb1}},
3391	},
3392	{
3393		input:  []byte{0xe3, 0x80, 0xb1, 0x41},
3394		output: [][]byte{[]byte{0xe3, 0x80, 0xb1}, []byte{0x41}},
3395	},
3396	{
3397		input:  []byte{0xe3, 0x80, 0xb1, 0xcc, 0x88, 0x41},
3398		output: [][]byte{[]byte{0xe3, 0x80, 0xb1, 0xcc, 0x88}, []byte{0x41}},
3399	},
3400	{
3401		input:  []byte{0xe3, 0x80, 0xb1, 0x3a},
3402		output: [][]byte{[]byte{0xe3, 0x80, 0xb1}, []byte{0x3a}},
3403	},
3404	{
3405		input:  []byte{0xe3, 0x80, 0xb1, 0xcc, 0x88, 0x3a},
3406		output: [][]byte{[]byte{0xe3, 0x80, 0xb1, 0xcc, 0x88}, []byte{0x3a}},
3407	},
3408	{
3409		input:  []byte{0xe3, 0x80, 0xb1, 0x2c},
3410		output: [][]byte{[]byte{0xe3, 0x80, 0xb1}, []byte{0x2c}},
3411	},
3412	{
3413		input:  []byte{0xe3, 0x80, 0xb1, 0xcc, 0x88, 0x2c},
3414		output: [][]byte{[]byte{0xe3, 0x80, 0xb1, 0xcc, 0x88}, []byte{0x2c}},
3415	},
3416	{
3417		input:  []byte{0xe3, 0x80, 0xb1, 0x2e},
3418		output: [][]byte{[]byte{0xe3, 0x80, 0xb1}, []byte{0x2e}},
3419	},
3420	{
3421		input:  []byte{0xe3, 0x80, 0xb1, 0xcc, 0x88, 0x2e},
3422		output: [][]byte{[]byte{0xe3, 0x80, 0xb1, 0xcc, 0x88}, []byte{0x2e}},
3423	},
3424	{
3425		input:  []byte{0xe3, 0x80, 0xb1, 0x30},
3426		output: [][]byte{[]byte{0xe3, 0x80, 0xb1}, []byte{0x30}},
3427	},
3428	{
3429		input:  []byte{0xe3, 0x80, 0xb1, 0xcc, 0x88, 0x30},
3430		output: [][]byte{[]byte{0xe3, 0x80, 0xb1, 0xcc, 0x88}, []byte{0x30}},
3431	},
3432	{
3433		input:  []byte{0xe3, 0x80, 0xb1, 0x5f},
3434		output: [][]byte{[]byte{0xe3, 0x80, 0xb1, 0x5f}},
3435	},
3436	{
3437		input:  []byte{0xe3, 0x80, 0xb1, 0xcc, 0x88, 0x5f},
3438		output: [][]byte{[]byte{0xe3, 0x80, 0xb1, 0xcc, 0x88, 0x5f}},
3439	},
3440	{
3441		input:  []byte{0xe3, 0x80, 0xb1, 0xf0, 0x9f, 0x87, 0xa6},
3442		output: [][]byte{[]byte{0xe3, 0x80, 0xb1}, []byte{0xf0, 0x9f, 0x87, 0xa6}},
3443	},
3444	{
3445		input:  []byte{0xe3, 0x80, 0xb1, 0xcc, 0x88, 0xf0, 0x9f, 0x87, 0xa6},
3446		output: [][]byte{[]byte{0xe3, 0x80, 0xb1, 0xcc, 0x88}, []byte{0xf0, 0x9f, 0x87, 0xa6}},
3447	},
3448	{
3449		input:  []byte{0xe3, 0x80, 0xb1, 0xd7, 0x90},
3450		output: [][]byte{[]byte{0xe3, 0x80, 0xb1}, []byte{0xd7, 0x90}},
3451	},
3452	{
3453		input:  []byte{0xe3, 0x80, 0xb1, 0xcc, 0x88, 0xd7, 0x90},
3454		output: [][]byte{[]byte{0xe3, 0x80, 0xb1, 0xcc, 0x88}, []byte{0xd7, 0x90}},
3455	},
3456	{
3457		input:  []byte{0xe3, 0x80, 0xb1, 0x22},
3458		output: [][]byte{[]byte{0xe3, 0x80, 0xb1}, []byte{0x22}},
3459	},
3460	{
3461		input:  []byte{0xe3, 0x80, 0xb1, 0xcc, 0x88, 0x22},
3462		output: [][]byte{[]byte{0xe3, 0x80, 0xb1, 0xcc, 0x88}, []byte{0x22}},
3463	},
3464	{
3465		input:  []byte{0xe3, 0x80, 0xb1, 0x27},
3466		output: [][]byte{[]byte{0xe3, 0x80, 0xb1}, []byte{0x27}},
3467	},
3468	{
3469		input:  []byte{0xe3, 0x80, 0xb1, 0xcc, 0x88, 0x27},
3470		output: [][]byte{[]byte{0xe3, 0x80, 0xb1, 0xcc, 0x88}, []byte{0x27}},
3471	},
3472	{
3473		input:  []byte{0xe3, 0x80, 0xb1, 0xe2, 0x8c, 0x9a},
3474		output: [][]byte{[]byte{0xe3, 0x80, 0xb1}, []byte{0xe2, 0x8c, 0x9a}},
3475	},
3476	{
3477		input:  []byte{0xe3, 0x80, 0xb1, 0xcc, 0x88, 0xe2, 0x8c, 0x9a},
3478		output: [][]byte{[]byte{0xe3, 0x80, 0xb1, 0xcc, 0x88}, []byte{0xe2, 0x8c, 0x9a}},
3479	},
3480	{
3481		input:  []byte{0xe3, 0x80, 0xb1, 0x20},
3482		output: [][]byte{[]byte{0xe3, 0x80, 0xb1}, []byte{0x20}},
3483	},
3484	{
3485		input:  []byte{0xe3, 0x80, 0xb1, 0xcc, 0x88, 0x20},
3486		output: [][]byte{[]byte{0xe3, 0x80, 0xb1, 0xcc, 0x88}, []byte{0x20}},
3487	},
3488	{
3489		input:  []byte{0xe3, 0x80, 0xb1, 0xc2, 0xad},
3490		output: [][]byte{[]byte{0xe3, 0x80, 0xb1, 0xc2, 0xad}},
3491	},
3492	{
3493		input:  []byte{0xe3, 0x80, 0xb1, 0xcc, 0x88, 0xc2, 0xad},
3494		output: [][]byte{[]byte{0xe3, 0x80, 0xb1, 0xcc, 0x88, 0xc2, 0xad}},
3495	},
3496	{
3497		input:  []byte{0xe3, 0x80, 0xb1, 0xcc, 0x80},
3498		output: [][]byte{[]byte{0xe3, 0x80, 0xb1, 0xcc, 0x80}},
3499	},
3500	{
3501		input:  []byte{0xe3, 0x80, 0xb1, 0xcc, 0x88, 0xcc, 0x80},
3502		output: [][]byte{[]byte{0xe3, 0x80, 0xb1, 0xcc, 0x88, 0xcc, 0x80}},
3503	},
3504	{
3505		input:  []byte{0xe3, 0x80, 0xb1, 0xe2, 0x80, 0x8d},
3506		output: [][]byte{[]byte{0xe3, 0x80, 0xb1, 0xe2, 0x80, 0x8d}},
3507	},
3508	{
3509		input:  []byte{0xe3, 0x80, 0xb1, 0xcc, 0x88, 0xe2, 0x80, 0x8d},
3510		output: [][]byte{[]byte{0xe3, 0x80, 0xb1, 0xcc, 0x88, 0xe2, 0x80, 0x8d}},
3511	},
3512	{
3513		input:  []byte{0xe3, 0x80, 0xb1, 0x61, 0xe2, 0x81, 0xa0},
3514		output: [][]byte{[]byte{0xe3, 0x80, 0xb1}, []byte{0x61, 0xe2, 0x81, 0xa0}},
3515	},
3516	{
3517		input:  []byte{0xe3, 0x80, 0xb1, 0xcc, 0x88, 0x61, 0xe2, 0x81, 0xa0},
3518		output: [][]byte{[]byte{0xe3, 0x80, 0xb1, 0xcc, 0x88}, []byte{0x61, 0xe2, 0x81, 0xa0}},
3519	},
3520	{
3521		input:  []byte{0xe3, 0x80, 0xb1, 0x61, 0x3a},
3522		output: [][]byte{[]byte{0xe3, 0x80, 0xb1}, []byte{0x61}, []byte{0x3a}},
3523	},
3524	{
3525		input:  []byte{0xe3, 0x80, 0xb1, 0xcc, 0x88, 0x61, 0x3a},
3526		output: [][]byte{[]byte{0xe3, 0x80, 0xb1, 0xcc, 0x88}, []byte{0x61}, []byte{0x3a}},
3527	},
3528	{
3529		input:  []byte{0xe3, 0x80, 0xb1, 0x61, 0x27},
3530		output: [][]byte{[]byte{0xe3, 0x80, 0xb1}, []byte{0x61}, []byte{0x27}},
3531	},
3532	{
3533		input:  []byte{0xe3, 0x80, 0xb1, 0xcc, 0x88, 0x61, 0x27},
3534		output: [][]byte{[]byte{0xe3, 0x80, 0xb1, 0xcc, 0x88}, []byte{0x61}, []byte{0x27}},
3535	},
3536	{
3537		input:  []byte{0xe3, 0x80, 0xb1, 0x61, 0x27, 0xe2, 0x81, 0xa0},
3538		output: [][]byte{[]byte{0xe3, 0x80, 0xb1}, []byte{0x61}, []byte{0x27, 0xe2, 0x81, 0xa0}},
3539	},
3540	{
3541		input:  []byte{0xe3, 0x80, 0xb1, 0xcc, 0x88, 0x61, 0x27, 0xe2, 0x81, 0xa0},
3542		output: [][]byte{[]byte{0xe3, 0x80, 0xb1, 0xcc, 0x88}, []byte{0x61}, []byte{0x27, 0xe2, 0x81, 0xa0}},
3543	},
3544	{
3545		input:  []byte{0xe3, 0x80, 0xb1, 0x61, 0x2c},
3546		output: [][]byte{[]byte{0xe3, 0x80, 0xb1}, []byte{0x61}, []byte{0x2c}},
3547	},
3548	{
3549		input:  []byte{0xe3, 0x80, 0xb1, 0xcc, 0x88, 0x61, 0x2c},
3550		output: [][]byte{[]byte{0xe3, 0x80, 0xb1, 0xcc, 0x88}, []byte{0x61}, []byte{0x2c}},
3551	},
3552	{
3553		input:  []byte{0xe3, 0x80, 0xb1, 0x31, 0x3a},
3554		output: [][]byte{[]byte{0xe3, 0x80, 0xb1}, []byte{0x31}, []byte{0x3a}},
3555	},
3556	{
3557		input:  []byte{0xe3, 0x80, 0xb1, 0xcc, 0x88, 0x31, 0x3a},
3558		output: [][]byte{[]byte{0xe3, 0x80, 0xb1, 0xcc, 0x88}, []byte{0x31}, []byte{0x3a}},
3559	},
3560	{
3561		input:  []byte{0xe3, 0x80, 0xb1, 0x31, 0x27},
3562		output: [][]byte{[]byte{0xe3, 0x80, 0xb1}, []byte{0x31}, []byte{0x27}},
3563	},
3564	{
3565		input:  []byte{0xe3, 0x80, 0xb1, 0xcc, 0x88, 0x31, 0x27},
3566		output: [][]byte{[]byte{0xe3, 0x80, 0xb1, 0xcc, 0x88}, []byte{0x31}, []byte{0x27}},
3567	},
3568	{
3569		input:  []byte{0xe3, 0x80, 0xb1, 0x31, 0x2c},
3570		output: [][]byte{[]byte{0xe3, 0x80, 0xb1}, []byte{0x31}, []byte{0x2c}},
3571	},
3572	{
3573		input:  []byte{0xe3, 0x80, 0xb1, 0xcc, 0x88, 0x31, 0x2c},
3574		output: [][]byte{[]byte{0xe3, 0x80, 0xb1, 0xcc, 0x88}, []byte{0x31}, []byte{0x2c}},
3575	},
3576	{
3577		input:  []byte{0xe3, 0x80, 0xb1, 0x31, 0x2e, 0xe2, 0x81, 0xa0},
3578		output: [][]byte{[]byte{0xe3, 0x80, 0xb1}, []byte{0x31}, []byte{0x2e, 0xe2, 0x81, 0xa0}},
3579	},
3580	{
3581		input:  []byte{0xe3, 0x80, 0xb1, 0xcc, 0x88, 0x31, 0x2e, 0xe2, 0x81, 0xa0},
3582		output: [][]byte{[]byte{0xe3, 0x80, 0xb1, 0xcc, 0x88}, []byte{0x31}, []byte{0x2e, 0xe2, 0x81, 0xa0}},
3583	},
3584	{
3585		input:  []byte{0x41, 0x1},
3586		output: [][]byte{[]byte{0x41}, []byte{0x1}},
3587	},
3588	{
3589		input:  []byte{0x41, 0xcc, 0x88, 0x1},
3590		output: [][]byte{[]byte{0x41, 0xcc, 0x88}, []byte{0x1}},
3591	},
3592	{
3593		input:  []byte{0x41, 0xd},
3594		output: [][]byte{[]byte{0x41}, []byte{0xd}},
3595	},
3596	{
3597		input:  []byte{0x41, 0xcc, 0x88, 0xd},
3598		output: [][]byte{[]byte{0x41, 0xcc, 0x88}, []byte{0xd}},
3599	},
3600	{
3601		input:  []byte{0x41, 0xa},
3602		output: [][]byte{[]byte{0x41}, []byte{0xa}},
3603	},
3604	{
3605		input:  []byte{0x41, 0xcc, 0x88, 0xa},
3606		output: [][]byte{[]byte{0x41, 0xcc, 0x88}, []byte{0xa}},
3607	},
3608	{
3609		input:  []byte{0x41, 0xb},
3610		output: [][]byte{[]byte{0x41}, []byte{0xb}},
3611	},
3612	{
3613		input:  []byte{0x41, 0xcc, 0x88, 0xb},
3614		output: [][]byte{[]byte{0x41, 0xcc, 0x88}, []byte{0xb}},
3615	},
3616	{
3617		input:  []byte{0x41, 0xe3, 0x80, 0xb1},
3618		output: [][]byte{[]byte{0x41}, []byte{0xe3, 0x80, 0xb1}},
3619	},
3620	{
3621		input:  []byte{0x41, 0xcc, 0x88, 0xe3, 0x80, 0xb1},
3622		output: [][]byte{[]byte{0x41, 0xcc, 0x88}, []byte{0xe3, 0x80, 0xb1}},
3623	},
3624	{
3625		input:  []byte{0x41, 0x41},
3626		output: [][]byte{[]byte{0x41, 0x41}},
3627	},
3628	{
3629		input:  []byte{0x41, 0xcc, 0x88, 0x41},
3630		output: [][]byte{[]byte{0x41, 0xcc, 0x88, 0x41}},
3631	},
3632	{
3633		input:  []byte{0x41, 0x3a},
3634		output: [][]byte{[]byte{0x41}, []byte{0x3a}},
3635	},
3636	{
3637		input:  []byte{0x41, 0xcc, 0x88, 0x3a},
3638		output: [][]byte{[]byte{0x41, 0xcc, 0x88}, []byte{0x3a}},
3639	},
3640	{
3641		input:  []byte{0x41, 0x2c},
3642		output: [][]byte{[]byte{0x41}, []byte{0x2c}},
3643	},
3644	{
3645		input:  []byte{0x41, 0xcc, 0x88, 0x2c},
3646		output: [][]byte{[]byte{0x41, 0xcc, 0x88}, []byte{0x2c}},
3647	},
3648	{
3649		input:  []byte{0x41, 0x2e},
3650		output: [][]byte{[]byte{0x41}, []byte{0x2e}},
3651	},
3652	{
3653		input:  []byte{0x41, 0xcc, 0x88, 0x2e},
3654		output: [][]byte{[]byte{0x41, 0xcc, 0x88}, []byte{0x2e}},
3655	},
3656	{
3657		input:  []byte{0x41, 0x30},
3658		output: [][]byte{[]byte{0x41, 0x30}},
3659	},
3660	{
3661		input:  []byte{0x41, 0xcc, 0x88, 0x30},
3662		output: [][]byte{[]byte{0x41, 0xcc, 0x88, 0x30}},
3663	},
3664	{
3665		input:  []byte{0x41, 0x5f},
3666		output: [][]byte{[]byte{0x41, 0x5f}},
3667	},
3668	{
3669		input:  []byte{0x41, 0xcc, 0x88, 0x5f},
3670		output: [][]byte{[]byte{0x41, 0xcc, 0x88, 0x5f}},
3671	},
3672	{
3673		input:  []byte{0x41, 0xf0, 0x9f, 0x87, 0xa6},
3674		output: [][]byte{[]byte{0x41}, []byte{0xf0, 0x9f, 0x87, 0xa6}},
3675	},
3676	{
3677		input:  []byte{0x41, 0xcc, 0x88, 0xf0, 0x9f, 0x87, 0xa6},
3678		output: [][]byte{[]byte{0x41, 0xcc, 0x88}, []byte{0xf0, 0x9f, 0x87, 0xa6}},
3679	},
3680	{
3681		input:  []byte{0x41, 0xd7, 0x90},
3682		output: [][]byte{[]byte{0x41, 0xd7, 0x90}},
3683	},
3684	{
3685		input:  []byte{0x41, 0xcc, 0x88, 0xd7, 0x90},
3686		output: [][]byte{[]byte{0x41, 0xcc, 0x88, 0xd7, 0x90}},
3687	},
3688	{
3689		input:  []byte{0x41, 0x22},
3690		output: [][]byte{[]byte{0x41}, []byte{0x22}},
3691	},
3692	{
3693		input:  []byte{0x41, 0xcc, 0x88, 0x22},
3694		output: [][]byte{[]byte{0x41, 0xcc, 0x88}, []byte{0x22}},
3695	},
3696	{
3697		input:  []byte{0x41, 0x27},
3698		output: [][]byte{[]byte{0x41}, []byte{0x27}},
3699	},
3700	{
3701		input:  []byte{0x41, 0xcc, 0x88, 0x27},
3702		output: [][]byte{[]byte{0x41, 0xcc, 0x88}, []byte{0x27}},
3703	},
3704	{
3705		input:  []byte{0x41, 0xe2, 0x8c, 0x9a},
3706		output: [][]byte{[]byte{0x41}, []byte{0xe2, 0x8c, 0x9a}},
3707	},
3708	{
3709		input:  []byte{0x41, 0xcc, 0x88, 0xe2, 0x8c, 0x9a},
3710		output: [][]byte{[]byte{0x41, 0xcc, 0x88}, []byte{0xe2, 0x8c, 0x9a}},
3711	},
3712	{
3713		input:  []byte{0x41, 0x20},
3714		output: [][]byte{[]byte{0x41}, []byte{0x20}},
3715	},
3716	{
3717		input:  []byte{0x41, 0xcc, 0x88, 0x20},
3718		output: [][]byte{[]byte{0x41, 0xcc, 0x88}, []byte{0x20}},
3719	},
3720	{
3721		input:  []byte{0x41, 0xc2, 0xad},
3722		output: [][]byte{[]byte{0x41, 0xc2, 0xad}},
3723	},
3724	{
3725		input:  []byte{0x41, 0xcc, 0x88, 0xc2, 0xad},
3726		output: [][]byte{[]byte{0x41, 0xcc, 0x88, 0xc2, 0xad}},
3727	},
3728	{
3729		input:  []byte{0x41, 0xcc, 0x80},
3730		output: [][]byte{[]byte{0x41, 0xcc, 0x80}},
3731	},
3732	{
3733		input:  []byte{0x41, 0xcc, 0x88, 0xcc, 0x80},
3734		output: [][]byte{[]byte{0x41, 0xcc, 0x88, 0xcc, 0x80}},
3735	},
3736	{
3737		input:  []byte{0x41, 0xe2, 0x80, 0x8d},
3738		output: [][]byte{[]byte{0x41, 0xe2, 0x80, 0x8d}},
3739	},
3740	{
3741		input:  []byte{0x41, 0xcc, 0x88, 0xe2, 0x80, 0x8d},
3742		output: [][]byte{[]byte{0x41, 0xcc, 0x88, 0xe2, 0x80, 0x8d}},
3743	},
3744	{
3745		input:  []byte{0x41, 0x61, 0xe2, 0x81, 0xa0},
3746		output: [][]byte{[]byte{0x41, 0x61, 0xe2, 0x81, 0xa0}},
3747	},
3748	{
3749		input:  []byte{0x41, 0xcc, 0x88, 0x61, 0xe2, 0x81, 0xa0},
3750		output: [][]byte{[]byte{0x41, 0xcc, 0x88, 0x61, 0xe2, 0x81, 0xa0}},
3751	},
3752	{
3753		input:  []byte{0x41, 0x61, 0x3a},
3754		output: [][]byte{[]byte{0x41, 0x61}, []byte{0x3a}},
3755	},
3756	{
3757		input:  []byte{0x41, 0xcc, 0x88, 0x61, 0x3a},
3758		output: [][]byte{[]byte{0x41, 0xcc, 0x88, 0x61}, []byte{0x3a}},
3759	},
3760	{
3761		input:  []byte{0x41, 0x61, 0x27},
3762		output: [][]byte{[]byte{0x41, 0x61}, []byte{0x27}},
3763	},
3764	{
3765		input:  []byte{0x41, 0xcc, 0x88, 0x61, 0x27},
3766		output: [][]byte{[]byte{0x41, 0xcc, 0x88, 0x61}, []byte{0x27}},
3767	},
3768	{
3769		input:  []byte{0x41, 0x61, 0x27, 0xe2, 0x81, 0xa0},
3770		output: [][]byte{[]byte{0x41, 0x61}, []byte{0x27, 0xe2, 0x81, 0xa0}},
3771	},
3772	{
3773		input:  []byte{0x41, 0xcc, 0x88, 0x61, 0x27, 0xe2, 0x81, 0xa0},
3774		output: [][]byte{[]byte{0x41, 0xcc, 0x88, 0x61}, []byte{0x27, 0xe2, 0x81, 0xa0}},
3775	},
3776	{
3777		input:  []byte{0x41, 0x61, 0x2c},
3778		output: [][]byte{[]byte{0x41, 0x61}, []byte{0x2c}},
3779	},
3780	{
3781		input:  []byte{0x41, 0xcc, 0x88, 0x61, 0x2c},
3782		output: [][]byte{[]byte{0x41, 0xcc, 0x88, 0x61}, []byte{0x2c}},
3783	},
3784	{
3785		input:  []byte{0x41, 0x31, 0x3a},
3786		output: [][]byte{[]byte{0x41, 0x31}, []byte{0x3a}},
3787	},
3788	{
3789		input:  []byte{0x41, 0xcc, 0x88, 0x31, 0x3a},
3790		output: [][]byte{[]byte{0x41, 0xcc, 0x88, 0x31}, []byte{0x3a}},
3791	},
3792	{
3793		input:  []byte{0x41, 0x31, 0x27},
3794		output: [][]byte{[]byte{0x41, 0x31}, []byte{0x27}},
3795	},
3796	{
3797		input:  []byte{0x41, 0xcc, 0x88, 0x31, 0x27},
3798		output: [][]byte{[]byte{0x41, 0xcc, 0x88, 0x31}, []byte{0x27}},
3799	},
3800	{
3801		input:  []byte{0x41, 0x31, 0x2c},
3802		output: [][]byte{[]byte{0x41, 0x31}, []byte{0x2c}},
3803	},
3804	{
3805		input:  []byte{0x41, 0xcc, 0x88, 0x31, 0x2c},
3806		output: [][]byte{[]byte{0x41, 0xcc, 0x88, 0x31}, []byte{0x2c}},
3807	},
3808	{
3809		input:  []byte{0x41, 0x31, 0x2e, 0xe2, 0x81, 0xa0},
3810		output: [][]byte{[]byte{0x41, 0x31}, []byte{0x2e, 0xe2, 0x81, 0xa0}},
3811	},
3812	{
3813		input:  []byte{0x41, 0xcc, 0x88, 0x31, 0x2e, 0xe2, 0x81, 0xa0},
3814		output: [][]byte{[]byte{0x41, 0xcc, 0x88, 0x31}, []byte{0x2e, 0xe2, 0x81, 0xa0}},
3815	},
3816	{
3817		input:  []byte{0x3a, 0x1},
3818		output: [][]byte{[]byte{0x3a}, []byte{0x1}},
3819	},
3820	{
3821		input:  []byte{0x3a, 0xcc, 0x88, 0x1},
3822		output: [][]byte{[]byte{0x3a, 0xcc, 0x88}, []byte{0x1}},
3823	},
3824	{
3825		input:  []byte{0x3a, 0xd},
3826		output: [][]byte{[]byte{0x3a}, []byte{0xd}},
3827	},
3828	{
3829		input:  []byte{0x3a, 0xcc, 0x88, 0xd},
3830		output: [][]byte{[]byte{0x3a, 0xcc, 0x88}, []byte{0xd}},
3831	},
3832	{
3833		input:  []byte{0x3a, 0xa},
3834		output: [][]byte{[]byte{0x3a}, []byte{0xa}},
3835	},
3836	{
3837		input:  []byte{0x3a, 0xcc, 0x88, 0xa},
3838		output: [][]byte{[]byte{0x3a, 0xcc, 0x88}, []byte{0xa}},
3839	},
3840	{
3841		input:  []byte{0x3a, 0xb},
3842		output: [][]byte{[]byte{0x3a}, []byte{0xb}},
3843	},
3844	{
3845		input:  []byte{0x3a, 0xcc, 0x88, 0xb},
3846		output: [][]byte{[]byte{0x3a, 0xcc, 0x88}, []byte{0xb}},
3847	},
3848	{
3849		input:  []byte{0x3a, 0xe3, 0x80, 0xb1},
3850		output: [][]byte{[]byte{0x3a}, []byte{0xe3, 0x80, 0xb1}},
3851	},
3852	{
3853		input:  []byte{0x3a, 0xcc, 0x88, 0xe3, 0x80, 0xb1},
3854		output: [][]byte{[]byte{0x3a, 0xcc, 0x88}, []byte{0xe3, 0x80, 0xb1}},
3855	},
3856	{
3857		input:  []byte{0x3a, 0x41},
3858		output: [][]byte{[]byte{0x3a}, []byte{0x41}},
3859	},
3860	{
3861		input:  []byte{0x3a, 0xcc, 0x88, 0x41},
3862		output: [][]byte{[]byte{0x3a, 0xcc, 0x88}, []byte{0x41}},
3863	},
3864	{
3865		input:  []byte{0x3a, 0x3a},
3866		output: [][]byte{[]byte{0x3a}, []byte{0x3a}},
3867	},
3868	{
3869		input:  []byte{0x3a, 0xcc, 0x88, 0x3a},
3870		output: [][]byte{[]byte{0x3a, 0xcc, 0x88}, []byte{0x3a}},
3871	},
3872	{
3873		input:  []byte{0x3a, 0x2c},
3874		output: [][]byte{[]byte{0x3a}, []byte{0x2c}},
3875	},
3876	{
3877		input:  []byte{0x3a, 0xcc, 0x88, 0x2c},
3878		output: [][]byte{[]byte{0x3a, 0xcc, 0x88}, []byte{0x2c}},
3879	},
3880	{
3881		input:  []byte{0x3a, 0x2e},
3882		output: [][]byte{[]byte{0x3a}, []byte{0x2e}},
3883	},
3884	{
3885		input:  []byte{0x3a, 0xcc, 0x88, 0x2e},
3886		output: [][]byte{[]byte{0x3a, 0xcc, 0x88}, []byte{0x2e}},
3887	},
3888	{
3889		input:  []byte{0x3a, 0x30},
3890		output: [][]byte{[]byte{0x3a}, []byte{0x30}},
3891	},
3892	{
3893		input:  []byte{0x3a, 0xcc, 0x88, 0x30},
3894		output: [][]byte{[]byte{0x3a, 0xcc, 0x88}, []byte{0x30}},
3895	},
3896	{
3897		input:  []byte{0x3a, 0x5f},
3898		output: [][]byte{[]byte{0x3a}, []byte{0x5f}},
3899	},
3900	{
3901		input:  []byte{0x3a, 0xcc, 0x88, 0x5f},
3902		output: [][]byte{[]byte{0x3a, 0xcc, 0x88}, []byte{0x5f}},
3903	},
3904	{
3905		input:  []byte{0x3a, 0xf0, 0x9f, 0x87, 0xa6},
3906		output: [][]byte{[]byte{0x3a}, []byte{0xf0, 0x9f, 0x87, 0xa6}},
3907	},
3908	{
3909		input:  []byte{0x3a, 0xcc, 0x88, 0xf0, 0x9f, 0x87, 0xa6},
3910		output: [][]byte{[]byte{0x3a, 0xcc, 0x88}, []byte{0xf0, 0x9f, 0x87, 0xa6}},
3911	},
3912	{
3913		input:  []byte{0x3a, 0xd7, 0x90},
3914		output: [][]byte{[]byte{0x3a}, []byte{0xd7, 0x90}},
3915	},
3916	{
3917		input:  []byte{0x3a, 0xcc, 0x88, 0xd7, 0x90},
3918		output: [][]byte{[]byte{0x3a, 0xcc, 0x88}, []byte{0xd7, 0x90}},
3919	},
3920	{
3921		input:  []byte{0x3a, 0x22},
3922		output: [][]byte{[]byte{0x3a}, []byte{0x22}},
3923	},
3924	{
3925		input:  []byte{0x3a, 0xcc, 0x88, 0x22},
3926		output: [][]byte{[]byte{0x3a, 0xcc, 0x88}, []byte{0x22}},
3927	},
3928	{
3929		input:  []byte{0x3a, 0x27},
3930		output: [][]byte{[]byte{0x3a}, []byte{0x27}},
3931	},
3932	{
3933		input:  []byte{0x3a, 0xcc, 0x88, 0x27},
3934		output: [][]byte{[]byte{0x3a, 0xcc, 0x88}, []byte{0x27}},
3935	},
3936	{
3937		input:  []byte{0x3a, 0xe2, 0x8c, 0x9a},
3938		output: [][]byte{[]byte{0x3a}, []byte{0xe2, 0x8c, 0x9a}},
3939	},
3940	{
3941		input:  []byte{0x3a, 0xcc, 0x88, 0xe2, 0x8c, 0x9a},
3942		output: [][]byte{[]byte{0x3a, 0xcc, 0x88}, []byte{0xe2, 0x8c, 0x9a}},
3943	},
3944	{
3945		input:  []byte{0x3a, 0x20},
3946		output: [][]byte{[]byte{0x3a}, []byte{0x20}},
3947	},
3948	{
3949		input:  []byte{0x3a, 0xcc, 0x88, 0x20},
3950		output: [][]byte{[]byte{0x3a, 0xcc, 0x88}, []byte{0x20}},
3951	},
3952	{
3953		input:  []byte{0x3a, 0xc2, 0xad},
3954		output: [][]byte{[]byte{0x3a, 0xc2, 0xad}},
3955	},
3956	{
3957		input:  []byte{0x3a, 0xcc, 0x88, 0xc2, 0xad},
3958		output: [][]byte{[]byte{0x3a, 0xcc, 0x88, 0xc2, 0xad}},
3959	},
3960	{
3961		input:  []byte{0x3a, 0xcc, 0x80},
3962		output: [][]byte{[]byte{0x3a, 0xcc, 0x80}},
3963	},
3964	{
3965		input:  []byte{0x3a, 0xcc, 0x88, 0xcc, 0x80},
3966		output: [][]byte{[]byte{0x3a, 0xcc, 0x88, 0xcc, 0x80}},
3967	},
3968	{
3969		input:  []byte{0x3a, 0xe2, 0x80, 0x8d},
3970		output: [][]byte{[]byte{0x3a, 0xe2, 0x80, 0x8d}},
3971	},
3972	{
3973		input:  []byte{0x3a, 0xcc, 0x88, 0xe2, 0x80, 0x8d},
3974		output: [][]byte{[]byte{0x3a, 0xcc, 0x88, 0xe2, 0x80, 0x8d}},
3975	},
3976	{
3977		input:  []byte{0x3a, 0x61, 0xe2, 0x81, 0xa0},
3978		output: [][]byte{[]byte{0x3a}, []byte{0x61, 0xe2, 0x81, 0xa0}},
3979	},
3980	{
3981		input:  []byte{0x3a, 0xcc, 0x88, 0x61, 0xe2, 0x81, 0xa0},
3982		output: [][]byte{[]byte{0x3a, 0xcc, 0x88}, []byte{0x61, 0xe2, 0x81, 0xa0}},
3983	},
3984	{
3985		input:  []byte{0x3a, 0x61, 0x3a},
3986		output: [][]byte{[]byte{0x3a}, []byte{0x61}, []byte{0x3a}},
3987	},
3988	{
3989		input:  []byte{0x3a, 0xcc, 0x88, 0x61, 0x3a},
3990		output: [][]byte{[]byte{0x3a, 0xcc, 0x88}, []byte{0x61}, []byte{0x3a}},
3991	},
3992	{
3993		input:  []byte{0x3a, 0x61, 0x27},
3994		output: [][]byte{[]byte{0x3a}, []byte{0x61}, []byte{0x27}},
3995	},
3996	{
3997		input:  []byte{0x3a, 0xcc, 0x88, 0x61, 0x27},
3998		output: [][]byte{[]byte{0x3a, 0xcc, 0x88}, []byte{0x61}, []byte{0x27}},
3999	},
4000	{
4001		input:  []byte{0x3a, 0x61, 0x27, 0xe2, 0x81, 0xa0},
4002		output: [][]byte{[]byte{0x3a}, []byte{0x61}, []byte{0x27, 0xe2, 0x81, 0xa0}},
4003	},
4004	{
4005		input:  []byte{0x3a, 0xcc, 0x88, 0x61, 0x27, 0xe2, 0x81, 0xa0},
4006		output: [][]byte{[]byte{0x3a, 0xcc, 0x88}, []byte{0x61}, []byte{0x27, 0xe2, 0x81, 0xa0}},
4007	},
4008	{
4009		input:  []byte{0x3a, 0x61, 0x2c},
4010		output: [][]byte{[]byte{0x3a}, []byte{0x61}, []byte{0x2c}},
4011	},
4012	{
4013		input:  []byte{0x3a, 0xcc, 0x88, 0x61, 0x2c},
4014		output: [][]byte{[]byte{0x3a, 0xcc, 0x88}, []byte{0x61}, []byte{0x2c}},
4015	},
4016	{
4017		input:  []byte{0x3a, 0x31, 0x3a},
4018		output: [][]byte{[]byte{0x3a}, []byte{0x31}, []byte{0x3a}},
4019	},
4020	{
4021		input:  []byte{0x3a, 0xcc, 0x88, 0x31, 0x3a},
4022		output: [][]byte{[]byte{0x3a, 0xcc, 0x88}, []byte{0x31}, []byte{0x3a}},
4023	},
4024	{
4025		input:  []byte{0x3a, 0x31, 0x27},
4026		output: [][]byte{[]byte{0x3a}, []byte{0x31}, []byte{0x27}},
4027	},
4028	{
4029		input:  []byte{0x3a, 0xcc, 0x88, 0x31, 0x27},
4030		output: [][]byte{[]byte{0x3a, 0xcc, 0x88}, []byte{0x31}, []byte{0x27}},
4031	},
4032	{
4033		input:  []byte{0x3a, 0x31, 0x2c},
4034		output: [][]byte{[]byte{0x3a}, []byte{0x31}, []byte{0x2c}},
4035	},
4036	{
4037		input:  []byte{0x3a, 0xcc, 0x88, 0x31, 0x2c},
4038		output: [][]byte{[]byte{0x3a, 0xcc, 0x88}, []byte{0x31}, []byte{0x2c}},
4039	},
4040	{
4041		input:  []byte{0x3a, 0x31, 0x2e, 0xe2, 0x81, 0xa0},
4042		output: [][]byte{[]byte{0x3a}, []byte{0x31}, []byte{0x2e, 0xe2, 0x81, 0xa0}},
4043	},
4044	{
4045		input:  []byte{0x3a, 0xcc, 0x88, 0x31, 0x2e, 0xe2, 0x81, 0xa0},
4046		output: [][]byte{[]byte{0x3a, 0xcc, 0x88}, []byte{0x31}, []byte{0x2e, 0xe2, 0x81, 0xa0}},
4047	},
4048	{
4049		input:  []byte{0x2c, 0x1},
4050		output: [][]byte{[]byte{0x2c}, []byte{0x1}},
4051	},
4052	{
4053		input:  []byte{0x2c, 0xcc, 0x88, 0x1},
4054		output: [][]byte{[]byte{0x2c, 0xcc, 0x88}, []byte{0x1}},
4055	},
4056	{
4057		input:  []byte{0x2c, 0xd},
4058		output: [][]byte{[]byte{0x2c}, []byte{0xd}},
4059	},
4060	{
4061		input:  []byte{0x2c, 0xcc, 0x88, 0xd},
4062		output: [][]byte{[]byte{0x2c, 0xcc, 0x88}, []byte{0xd}},
4063	},
4064	{
4065		input:  []byte{0x2c, 0xa},
4066		output: [][]byte{[]byte{0x2c}, []byte{0xa}},
4067	},
4068	{
4069		input:  []byte{0x2c, 0xcc, 0x88, 0xa},
4070		output: [][]byte{[]byte{0x2c, 0xcc, 0x88}, []byte{0xa}},
4071	},
4072	{
4073		input:  []byte{0x2c, 0xb},
4074		output: [][]byte{[]byte{0x2c}, []byte{0xb}},
4075	},
4076	{
4077		input:  []byte{0x2c, 0xcc, 0x88, 0xb},
4078		output: [][]byte{[]byte{0x2c, 0xcc, 0x88}, []byte{0xb}},
4079	},
4080	{
4081		input:  []byte{0x2c, 0xe3, 0x80, 0xb1},
4082		output: [][]byte{[]byte{0x2c}, []byte{0xe3, 0x80, 0xb1}},
4083	},
4084	{
4085		input:  []byte{0x2c, 0xcc, 0x88, 0xe3, 0x80, 0xb1},
4086		output: [][]byte{[]byte{0x2c, 0xcc, 0x88}, []byte{0xe3, 0x80, 0xb1}},
4087	},
4088	{
4089		input:  []byte{0x2c, 0x41},
4090		output: [][]byte{[]byte{0x2c}, []byte{0x41}},
4091	},
4092	{
4093		input:  []byte{0x2c, 0xcc, 0x88, 0x41},
4094		output: [][]byte{[]byte{0x2c, 0xcc, 0x88}, []byte{0x41}},
4095	},
4096	{
4097		input:  []byte{0x2c, 0x3a},
4098		output: [][]byte{[]byte{0x2c}, []byte{0x3a}},
4099	},
4100	{
4101		input:  []byte{0x2c, 0xcc, 0x88, 0x3a},
4102		output: [][]byte{[]byte{0x2c, 0xcc, 0x88}, []byte{0x3a}},
4103	},
4104	{
4105		input:  []byte{0x2c, 0x2c},
4106		output: [][]byte{[]byte{0x2c}, []byte{0x2c}},
4107	},
4108	{
4109		input:  []byte{0x2c, 0xcc, 0x88, 0x2c},
4110		output: [][]byte{[]byte{0x2c, 0xcc, 0x88}, []byte{0x2c}},
4111	},
4112	{
4113		input:  []byte{0x2c, 0x2e},
4114		output: [][]byte{[]byte{0x2c}, []byte{0x2e}},
4115	},
4116	{
4117		input:  []byte{0x2c, 0xcc, 0x88, 0x2e},
4118		output: [][]byte{[]byte{0x2c, 0xcc, 0x88}, []byte{0x2e}},
4119	},
4120	{
4121		input:  []byte{0x2c, 0x30},
4122		output: [][]byte{[]byte{0x2c}, []byte{0x30}},
4123	},
4124	{
4125		input:  []byte{0x2c, 0xcc, 0x88, 0x30},
4126		output: [][]byte{[]byte{0x2c, 0xcc, 0x88}, []byte{0x30}},
4127	},
4128	{
4129		input:  []byte{0x2c, 0x5f},
4130		output: [][]byte{[]byte{0x2c}, []byte{0x5f}},
4131	},
4132	{
4133		input:  []byte{0x2c, 0xcc, 0x88, 0x5f},
4134		output: [][]byte{[]byte{0x2c, 0xcc, 0x88}, []byte{0x5f}},
4135	},
4136	{
4137		input:  []byte{0x2c, 0xf0, 0x9f, 0x87, 0xa6},
4138		output: [][]byte{[]byte{0x2c}, []byte{0xf0, 0x9f, 0x87, 0xa6}},
4139	},
4140	{
4141		input:  []byte{0x2c, 0xcc, 0x88, 0xf0, 0x9f, 0x87, 0xa6},
4142		output: [][]byte{[]byte{0x2c, 0xcc, 0x88}, []byte{0xf0, 0x9f, 0x87, 0xa6}},
4143	},
4144	{
4145		input:  []byte{0x2c, 0xd7, 0x90},
4146		output: [][]byte{[]byte{0x2c}, []byte{0xd7, 0x90}},
4147	},
4148	{
4149		input:  []byte{0x2c, 0xcc, 0x88, 0xd7, 0x90},
4150		output: [][]byte{[]byte{0x2c, 0xcc, 0x88}, []byte{0xd7, 0x90}},
4151	},
4152	{
4153		input:  []byte{0x2c, 0x22},
4154		output: [][]byte{[]byte{0x2c}, []byte{0x22}},
4155	},
4156	{
4157		input:  []byte{0x2c, 0xcc, 0x88, 0x22},
4158		output: [][]byte{[]byte{0x2c, 0xcc, 0x88}, []byte{0x22}},
4159	},
4160	{
4161		input:  []byte{0x2c, 0x27},
4162		output: [][]byte{[]byte{0x2c}, []byte{0x27}},
4163	},
4164	{
4165		input:  []byte{0x2c, 0xcc, 0x88, 0x27},
4166		output: [][]byte{[]byte{0x2c, 0xcc, 0x88}, []byte{0x27}},
4167	},
4168	{
4169		input:  []byte{0x2c, 0xe2, 0x8c, 0x9a},
4170		output: [][]byte{[]byte{0x2c}, []byte{0xe2, 0x8c, 0x9a}},
4171	},
4172	{
4173		input:  []byte{0x2c, 0xcc, 0x88, 0xe2, 0x8c, 0x9a},
4174		output: [][]byte{[]byte{0x2c, 0xcc, 0x88}, []byte{0xe2, 0x8c, 0x9a}},
4175	},
4176	{
4177		input:  []byte{0x2c, 0x20},
4178		output: [][]byte{[]byte{0x2c}, []byte{0x20}},
4179	},
4180	{
4181		input:  []byte{0x2c, 0xcc, 0x88, 0x20},
4182		output: [][]byte{[]byte{0x2c, 0xcc, 0x88}, []byte{0x20}},
4183	},
4184	{
4185		input:  []byte{0x2c, 0xc2, 0xad},
4186		output: [][]byte{[]byte{0x2c, 0xc2, 0xad}},
4187	},
4188	{
4189		input:  []byte{0x2c, 0xcc, 0x88, 0xc2, 0xad},
4190		output: [][]byte{[]byte{0x2c, 0xcc, 0x88, 0xc2, 0xad}},
4191	},
4192	{
4193		input:  []byte{0x2c, 0xcc, 0x80},
4194		output: [][]byte{[]byte{0x2c, 0xcc, 0x80}},
4195	},
4196	{
4197		input:  []byte{0x2c, 0xcc, 0x88, 0xcc, 0x80},
4198		output: [][]byte{[]byte{0x2c, 0xcc, 0x88, 0xcc, 0x80}},
4199	},
4200	{
4201		input:  []byte{0x2c, 0xe2, 0x80, 0x8d},
4202		output: [][]byte{[]byte{0x2c, 0xe2, 0x80, 0x8d}},
4203	},
4204	{
4205		input:  []byte{0x2c, 0xcc, 0x88, 0xe2, 0x80, 0x8d},
4206		output: [][]byte{[]byte{0x2c, 0xcc, 0x88, 0xe2, 0x80, 0x8d}},
4207	},
4208	{
4209		input:  []byte{0x2c, 0x61, 0xe2, 0x81, 0xa0},
4210		output: [][]byte{[]byte{0x2c}, []byte{0x61, 0xe2, 0x81, 0xa0}},
4211	},
4212	{
4213		input:  []byte{0x2c, 0xcc, 0x88, 0x61, 0xe2, 0x81, 0xa0},
4214		output: [][]byte{[]byte{0x2c, 0xcc, 0x88}, []byte{0x61, 0xe2, 0x81, 0xa0}},
4215	},
4216	{
4217		input:  []byte{0x2c, 0x61, 0x3a},
4218		output: [][]byte{[]byte{0x2c}, []byte{0x61}, []byte{0x3a}},
4219	},
4220	{
4221		input:  []byte{0x2c, 0xcc, 0x88, 0x61, 0x3a},
4222		output: [][]byte{[]byte{0x2c, 0xcc, 0x88}, []byte{0x61}, []byte{0x3a}},
4223	},
4224	{
4225		input:  []byte{0x2c, 0x61, 0x27},
4226		output: [][]byte{[]byte{0x2c}, []byte{0x61}, []byte{0x27}},
4227	},
4228	{
4229		input:  []byte{0x2c, 0xcc, 0x88, 0x61, 0x27},
4230		output: [][]byte{[]byte{0x2c, 0xcc, 0x88}, []byte{0x61}, []byte{0x27}},
4231	},
4232	{
4233		input:  []byte{0x2c, 0x61, 0x27, 0xe2, 0x81, 0xa0},
4234		output: [][]byte{[]byte{0x2c}, []byte{0x61}, []byte{0x27, 0xe2, 0x81, 0xa0}},
4235	},
4236	{
4237		input:  []byte{0x2c, 0xcc, 0x88, 0x61, 0x27, 0xe2, 0x81, 0xa0},
4238		output: [][]byte{[]byte{0x2c, 0xcc, 0x88}, []byte{0x61}, []byte{0x27, 0xe2, 0x81, 0xa0}},
4239	},
4240	{
4241		input:  []byte{0x2c, 0x61, 0x2c},
4242		output: [][]byte{[]byte{0x2c}, []byte{0x61}, []byte{0x2c}},
4243	},
4244	{
4245		input:  []byte{0x2c, 0xcc, 0x88, 0x61, 0x2c},
4246		output: [][]byte{[]byte{0x2c, 0xcc, 0x88}, []byte{0x61}, []byte{0x2c}},
4247	},
4248	{
4249		input:  []byte{0x2c, 0x31, 0x3a},
4250		output: [][]byte{[]byte{0x2c}, []byte{0x31}, []byte{0x3a}},
4251	},
4252	{
4253		input:  []byte{0x2c, 0xcc, 0x88, 0x31, 0x3a},
4254		output: [][]byte{[]byte{0x2c, 0xcc, 0x88}, []byte{0x31}, []byte{0x3a}},
4255	},
4256	{
4257		input:  []byte{0x2c, 0x31, 0x27},
4258		output: [][]byte{[]byte{0x2c}, []byte{0x31}, []byte{0x27}},
4259	},
4260	{
4261		input:  []byte{0x2c, 0xcc, 0x88, 0x31, 0x27},
4262		output: [][]byte{[]byte{0x2c, 0xcc, 0x88}, []byte{0x31}, []byte{0x27}},
4263	},
4264	{
4265		input:  []byte{0x2c, 0x31, 0x2c},
4266		output: [][]byte{[]byte{0x2c}, []byte{0x31}, []byte{0x2c}},
4267	},
4268	{
4269		input:  []byte{0x2c, 0xcc, 0x88, 0x31, 0x2c},
4270		output: [][]byte{[]byte{0x2c, 0xcc, 0x88}, []byte{0x31}, []byte{0x2c}},
4271	},
4272	{
4273		input:  []byte{0x2c, 0x31, 0x2e, 0xe2, 0x81, 0xa0},
4274		output: [][]byte{[]byte{0x2c}, []byte{0x31}, []byte{0x2e, 0xe2, 0x81, 0xa0}},
4275	},
4276	{
4277		input:  []byte{0x2c, 0xcc, 0x88, 0x31, 0x2e, 0xe2, 0x81, 0xa0},
4278		output: [][]byte{[]byte{0x2c, 0xcc, 0x88}, []byte{0x31}, []byte{0x2e, 0xe2, 0x81, 0xa0}},
4279	},
4280	{
4281		input:  []byte{0x2e, 0x1},
4282		output: [][]byte{[]byte{0x2e}, []byte{0x1}},
4283	},
4284	{
4285		input:  []byte{0x2e, 0xcc, 0x88, 0x1},
4286		output: [][]byte{[]byte{0x2e, 0xcc, 0x88}, []byte{0x1}},
4287	},
4288	{
4289		input:  []byte{0x2e, 0xd},
4290		output: [][]byte{[]byte{0x2e}, []byte{0xd}},
4291	},
4292	{
4293		input:  []byte{0x2e, 0xcc, 0x88, 0xd},
4294		output: [][]byte{[]byte{0x2e, 0xcc, 0x88}, []byte{0xd}},
4295	},
4296	{
4297		input:  []byte{0x2e, 0xa},
4298		output: [][]byte{[]byte{0x2e}, []byte{0xa}},
4299	},
4300	{
4301		input:  []byte{0x2e, 0xcc, 0x88, 0xa},
4302		output: [][]byte{[]byte{0x2e, 0xcc, 0x88}, []byte{0xa}},
4303	},
4304	{
4305		input:  []byte{0x2e, 0xb},
4306		output: [][]byte{[]byte{0x2e}, []byte{0xb}},
4307	},
4308	{
4309		input:  []byte{0x2e, 0xcc, 0x88, 0xb},
4310		output: [][]byte{[]byte{0x2e, 0xcc, 0x88}, []byte{0xb}},
4311	},
4312	{
4313		input:  []byte{0x2e, 0xe3, 0x80, 0xb1},
4314		output: [][]byte{[]byte{0x2e}, []byte{0xe3, 0x80, 0xb1}},
4315	},
4316	{
4317		input:  []byte{0x2e, 0xcc, 0x88, 0xe3, 0x80, 0xb1},
4318		output: [][]byte{[]byte{0x2e, 0xcc, 0x88}, []byte{0xe3, 0x80, 0xb1}},
4319	},
4320	{
4321		input:  []byte{0x2e, 0x41},
4322		output: [][]byte{[]byte{0x2e}, []byte{0x41}},
4323	},
4324	{
4325		input:  []byte{0x2e, 0xcc, 0x88, 0x41},
4326		output: [][]byte{[]byte{0x2e, 0xcc, 0x88}, []byte{0x41}},
4327	},
4328	{
4329		input:  []byte{0x2e, 0x3a},
4330		output: [][]byte{[]byte{0x2e}, []byte{0x3a}},
4331	},
4332	{
4333		input:  []byte{0x2e, 0xcc, 0x88, 0x3a},
4334		output: [][]byte{[]byte{0x2e, 0xcc, 0x88}, []byte{0x3a}},
4335	},
4336	{
4337		input:  []byte{0x2e, 0x2c},
4338		output: [][]byte{[]byte{0x2e}, []byte{0x2c}},
4339	},
4340	{
4341		input:  []byte{0x2e, 0xcc, 0x88, 0x2c},
4342		output: [][]byte{[]byte{0x2e, 0xcc, 0x88}, []byte{0x2c}},
4343	},
4344	{
4345		input:  []byte{0x2e, 0x2e},
4346		output: [][]byte{[]byte{0x2e}, []byte{0x2e}},
4347	},
4348	{
4349		input:  []byte{0x2e, 0xcc, 0x88, 0x2e},
4350		output: [][]byte{[]byte{0x2e, 0xcc, 0x88}, []byte{0x2e}},
4351	},
4352	{
4353		input:  []byte{0x2e, 0x30},
4354		output: [][]byte{[]byte{0x2e}, []byte{0x30}},
4355	},
4356	{
4357		input:  []byte{0x2e, 0xcc, 0x88, 0x30},
4358		output: [][]byte{[]byte{0x2e, 0xcc, 0x88}, []byte{0x30}},
4359	},
4360	{
4361		input:  []byte{0x2e, 0x5f},
4362		output: [][]byte{[]byte{0x2e}, []byte{0x5f}},
4363	},
4364	{
4365		input:  []byte{0x2e, 0xcc, 0x88, 0x5f},
4366		output: [][]byte{[]byte{0x2e, 0xcc, 0x88}, []byte{0x5f}},
4367	},
4368	{
4369		input:  []byte{0x2e, 0xf0, 0x9f, 0x87, 0xa6},
4370		output: [][]byte{[]byte{0x2e}, []byte{0xf0, 0x9f, 0x87, 0xa6}},
4371	},
4372	{
4373		input:  []byte{0x2e, 0xcc, 0x88, 0xf0, 0x9f, 0x87, 0xa6},
4374		output: [][]byte{[]byte{0x2e, 0xcc, 0x88}, []byte{0xf0, 0x9f, 0x87, 0xa6}},
4375	},
4376	{
4377		input:  []byte{0x2e, 0xd7, 0x90},
4378		output: [][]byte{[]byte{0x2e}, []byte{0xd7, 0x90}},
4379	},
4380	{
4381		input:  []byte{0x2e, 0xcc, 0x88, 0xd7, 0x90},
4382		output: [][]byte{[]byte{0x2e, 0xcc, 0x88}, []byte{0xd7, 0x90}},
4383	},
4384	{
4385		input:  []byte{0x2e, 0x22},
4386		output: [][]byte{[]byte{0x2e}, []byte{0x22}},
4387	},
4388	{
4389		input:  []byte{0x2e, 0xcc, 0x88, 0x22},
4390		output: [][]byte{[]byte{0x2e, 0xcc, 0x88}, []byte{0x22}},
4391	},
4392	{
4393		input:  []byte{0x2e, 0x27},
4394		output: [][]byte{[]byte{0x2e}, []byte{0x27}},
4395	},
4396	{
4397		input:  []byte{0x2e, 0xcc, 0x88, 0x27},
4398		output: [][]byte{[]byte{0x2e, 0xcc, 0x88}, []byte{0x27}},
4399	},
4400	{
4401		input:  []byte{0x2e, 0xe2, 0x8c, 0x9a},
4402		output: [][]byte{[]byte{0x2e}, []byte{0xe2, 0x8c, 0x9a}},
4403	},
4404	{
4405		input:  []byte{0x2e, 0xcc, 0x88, 0xe2, 0x8c, 0x9a},
4406		output: [][]byte{[]byte{0x2e, 0xcc, 0x88}, []byte{0xe2, 0x8c, 0x9a}},
4407	},
4408	{
4409		input:  []byte{0x2e, 0x20},
4410		output: [][]byte{[]byte{0x2e}, []byte{0x20}},
4411	},
4412	{
4413		input:  []byte{0x2e, 0xcc, 0x88, 0x20},
4414		output: [][]byte{[]byte{0x2e, 0xcc, 0x88}, []byte{0x20}},
4415	},
4416	{
4417		input:  []byte{0x2e, 0xc2, 0xad},
4418		output: [][]byte{[]byte{0x2e, 0xc2, 0xad}},
4419	},
4420	{
4421		input:  []byte{0x2e, 0xcc, 0x88, 0xc2, 0xad},
4422		output: [][]byte{[]byte{0x2e, 0xcc, 0x88, 0xc2, 0xad}},
4423	},
4424	{
4425		input:  []byte{0x2e, 0xcc, 0x80},
4426		output: [][]byte{[]byte{0x2e, 0xcc, 0x80}},
4427	},
4428	{
4429		input:  []byte{0x2e, 0xcc, 0x88, 0xcc, 0x80},
4430		output: [][]byte{[]byte{0x2e, 0xcc, 0x88, 0xcc, 0x80}},
4431	},
4432	{
4433		input:  []byte{0x2e, 0xe2, 0x80, 0x8d},
4434		output: [][]byte{[]byte{0x2e, 0xe2, 0x80, 0x8d}},
4435	},
4436	{
4437		input:  []byte{0x2e, 0xcc, 0x88, 0xe2, 0x80, 0x8d},
4438		output: [][]byte{[]byte{0x2e, 0xcc, 0x88, 0xe2, 0x80, 0x8d}},
4439	},
4440	{
4441		input:  []byte{0x2e, 0x61, 0xe2, 0x81, 0xa0},
4442		output: [][]byte{[]byte{0x2e}, []byte{0x61, 0xe2, 0x81, 0xa0}},
4443	},
4444	{
4445		input:  []byte{0x2e, 0xcc, 0x88, 0x61, 0xe2, 0x81, 0xa0},
4446		output: [][]byte{[]byte{0x2e, 0xcc, 0x88}, []byte{0x61, 0xe2, 0x81, 0xa0}},
4447	},
4448	{
4449		input:  []byte{0x2e, 0x61, 0x3a},
4450		output: [][]byte{[]byte{0x2e}, []byte{0x61}, []byte{0x3a}},
4451	},
4452	{
4453		input:  []byte{0x2e, 0xcc, 0x88, 0x61, 0x3a},
4454		output: [][]byte{[]byte{0x2e, 0xcc, 0x88}, []byte{0x61}, []byte{0x3a}},
4455	},
4456	{
4457		input:  []byte{0x2e, 0x61, 0x27},
4458		output: [][]byte{[]byte{0x2e}, []byte{0x61}, []byte{0x27}},
4459	},
4460	{
4461		input:  []byte{0x2e, 0xcc, 0x88, 0x61, 0x27},
4462		output: [][]byte{[]byte{0x2e, 0xcc, 0x88}, []byte{0x61}, []byte{0x27}},
4463	},
4464	{
4465		input:  []byte{0x2e, 0x61, 0x27, 0xe2, 0x81, 0xa0},
4466		output: [][]byte{[]byte{0x2e}, []byte{0x61}, []byte{0x27, 0xe2, 0x81, 0xa0}},
4467	},
4468	{
4469		input:  []byte{0x2e, 0xcc, 0x88, 0x61, 0x27, 0xe2, 0x81, 0xa0},
4470		output: [][]byte{[]byte{0x2e, 0xcc, 0x88}, []byte{0x61}, []byte{0x27, 0xe2, 0x81, 0xa0}},
4471	},
4472	{
4473		input:  []byte{0x2e, 0x61, 0x2c},
4474		output: [][]byte{[]byte{0x2e}, []byte{0x61}, []byte{0x2c}},
4475	},
4476	{
4477		input:  []byte{0x2e, 0xcc, 0x88, 0x61, 0x2c},
4478		output: [][]byte{[]byte{0x2e, 0xcc, 0x88}, []byte{0x61}, []byte{0x2c}},
4479	},
4480	{
4481		input:  []byte{0x2e, 0x31, 0x3a},
4482		output: [][]byte{[]byte{0x2e}, []byte{0x31}, []byte{0x3a}},
4483	},
4484	{
4485		input:  []byte{0x2e, 0xcc, 0x88, 0x31, 0x3a},
4486		output: [][]byte{[]byte{0x2e, 0xcc, 0x88}, []byte{0x31}, []byte{0x3a}},
4487	},
4488	{
4489		input:  []byte{0x2e, 0x31, 0x27},
4490		output: [][]byte{[]byte{0x2e}, []byte{0x31}, []byte{0x27}},
4491	},
4492	{
4493		input:  []byte{0x2e, 0xcc, 0x88, 0x31, 0x27},
4494		output: [][]byte{[]byte{0x2e, 0xcc, 0x88}, []byte{0x31}, []byte{0x27}},
4495	},
4496	{
4497		input:  []byte{0x2e, 0x31, 0x2c},
4498		output: [][]byte{[]byte{0x2e}, []byte{0x31}, []byte{0x2c}},
4499	},
4500	{
4501		input:  []byte{0x2e, 0xcc, 0x88, 0x31, 0x2c},
4502		output: [][]byte{[]byte{0x2e, 0xcc, 0x88}, []byte{0x31}, []byte{0x2c}},
4503	},
4504	{
4505		input:  []byte{0x2e, 0x31, 0x2e, 0xe2, 0x81, 0xa0},
4506		output: [][]byte{[]byte{0x2e}, []byte{0x31}, []byte{0x2e, 0xe2, 0x81, 0xa0}},
4507	},
4508	{
4509		input:  []byte{0x2e, 0xcc, 0x88, 0x31, 0x2e, 0xe2, 0x81, 0xa0},
4510		output: [][]byte{[]byte{0x2e, 0xcc, 0x88}, []byte{0x31}, []byte{0x2e, 0xe2, 0x81, 0xa0}},
4511	},
4512	{
4513		input:  []byte{0x30, 0x1},
4514		output: [][]byte{[]byte{0x30}, []byte{0x1}},
4515	},
4516	{
4517		input:  []byte{0x30, 0xcc, 0x88, 0x1},
4518		output: [][]byte{[]byte{0x30, 0xcc, 0x88}, []byte{0x1}},
4519	},
4520	{
4521		input:  []byte{0x30, 0xd},
4522		output: [][]byte{[]byte{0x30}, []byte{0xd}},
4523	},
4524	{
4525		input:  []byte{0x30, 0xcc, 0x88, 0xd},
4526		output: [][]byte{[]byte{0x30, 0xcc, 0x88}, []byte{0xd}},
4527	},
4528	{
4529		input:  []byte{0x30, 0xa},
4530		output: [][]byte{[]byte{0x30}, []byte{0xa}},
4531	},
4532	{
4533		input:  []byte{0x30, 0xcc, 0x88, 0xa},
4534		output: [][]byte{[]byte{0x30, 0xcc, 0x88}, []byte{0xa}},
4535	},
4536	{
4537		input:  []byte{0x30, 0xb},
4538		output: [][]byte{[]byte{0x30}, []byte{0xb}},
4539	},
4540	{
4541		input:  []byte{0x30, 0xcc, 0x88, 0xb},
4542		output: [][]byte{[]byte{0x30, 0xcc, 0x88}, []byte{0xb}},
4543	},
4544	{
4545		input:  []byte{0x30, 0xe3, 0x80, 0xb1},
4546		output: [][]byte{[]byte{0x30}, []byte{0xe3, 0x80, 0xb1}},
4547	},
4548	{
4549		input:  []byte{0x30, 0xcc, 0x88, 0xe3, 0x80, 0xb1},
4550		output: [][]byte{[]byte{0x30, 0xcc, 0x88}, []byte{0xe3, 0x80, 0xb1}},
4551	},
4552	{
4553		input:  []byte{0x30, 0x41},
4554		output: [][]byte{[]byte{0x30, 0x41}},
4555	},
4556	{
4557		input:  []byte{0x30, 0xcc, 0x88, 0x41},
4558		output: [][]byte{[]byte{0x30, 0xcc, 0x88, 0x41}},
4559	},
4560	{
4561		input:  []byte{0x30, 0x3a},
4562		output: [][]byte{[]byte{0x30}, []byte{0x3a}},
4563	},
4564	{
4565		input:  []byte{0x30, 0xcc, 0x88, 0x3a},
4566		output: [][]byte{[]byte{0x30, 0xcc, 0x88}, []byte{0x3a}},
4567	},
4568	{
4569		input:  []byte{0x30, 0x2c},
4570		output: [][]byte{[]byte{0x30}, []byte{0x2c}},
4571	},
4572	{
4573		input:  []byte{0x30, 0xcc, 0x88, 0x2c},
4574		output: [][]byte{[]byte{0x30, 0xcc, 0x88}, []byte{0x2c}},
4575	},
4576	{
4577		input:  []byte{0x30, 0x2e},
4578		output: [][]byte{[]byte{0x30}, []byte{0x2e}},
4579	},
4580	{
4581		input:  []byte{0x30, 0xcc, 0x88, 0x2e},
4582		output: [][]byte{[]byte{0x30, 0xcc, 0x88}, []byte{0x2e}},
4583	},
4584	{
4585		input:  []byte{0x30, 0x30},
4586		output: [][]byte{[]byte{0x30, 0x30}},
4587	},
4588	{
4589		input:  []byte{0x30, 0xcc, 0x88, 0x30},
4590		output: [][]byte{[]byte{0x30, 0xcc, 0x88, 0x30}},
4591	},
4592	{
4593		input:  []byte{0x30, 0x5f},
4594		output: [][]byte{[]byte{0x30, 0x5f}},
4595	},
4596	{
4597		input:  []byte{0x30, 0xcc, 0x88, 0x5f},
4598		output: [][]byte{[]byte{0x30, 0xcc, 0x88, 0x5f}},
4599	},
4600	{
4601		input:  []byte{0x30, 0xf0, 0x9f, 0x87, 0xa6},
4602		output: [][]byte{[]byte{0x30}, []byte{0xf0, 0x9f, 0x87, 0xa6}},
4603	},
4604	{
4605		input:  []byte{0x30, 0xcc, 0x88, 0xf0, 0x9f, 0x87, 0xa6},
4606		output: [][]byte{[]byte{0x30, 0xcc, 0x88}, []byte{0xf0, 0x9f, 0x87, 0xa6}},
4607	},
4608	{
4609		input:  []byte{0x30, 0xd7, 0x90},
4610		output: [][]byte{[]byte{0x30, 0xd7, 0x90}},
4611	},
4612	{
4613		input:  []byte{0x30, 0xcc, 0x88, 0xd7, 0x90},
4614		output: [][]byte{[]byte{0x30, 0xcc, 0x88, 0xd7, 0x90}},
4615	},
4616	{
4617		input:  []byte{0x30, 0x22},
4618		output: [][]byte{[]byte{0x30}, []byte{0x22}},
4619	},
4620	{
4621		input:  []byte{0x30, 0xcc, 0x88, 0x22},
4622		output: [][]byte{[]byte{0x30, 0xcc, 0x88}, []byte{0x22}},
4623	},
4624	{
4625		input:  []byte{0x30, 0x27},
4626		output: [][]byte{[]byte{0x30}, []byte{0x27}},
4627	},
4628	{
4629		input:  []byte{0x30, 0xcc, 0x88, 0x27},
4630		output: [][]byte{[]byte{0x30, 0xcc, 0x88}, []byte{0x27}},
4631	},
4632	{
4633		input:  []byte{0x30, 0xe2, 0x8c, 0x9a},
4634		output: [][]byte{[]byte{0x30}, []byte{0xe2, 0x8c, 0x9a}},
4635	},
4636	{
4637		input:  []byte{0x30, 0xcc, 0x88, 0xe2, 0x8c, 0x9a},
4638		output: [][]byte{[]byte{0x30, 0xcc, 0x88}, []byte{0xe2, 0x8c, 0x9a}},
4639	},
4640	{
4641		input:  []byte{0x30, 0x20},
4642		output: [][]byte{[]byte{0x30}, []byte{0x20}},
4643	},
4644	{
4645		input:  []byte{0x30, 0xcc, 0x88, 0x20},
4646		output: [][]byte{[]byte{0x30, 0xcc, 0x88}, []byte{0x20}},
4647	},
4648	{
4649		input:  []byte{0x30, 0xc2, 0xad},
4650		output: [][]byte{[]byte{0x30, 0xc2, 0xad}},
4651	},
4652	{
4653		input:  []byte{0x30, 0xcc, 0x88, 0xc2, 0xad},
4654		output: [][]byte{[]byte{0x30, 0xcc, 0x88, 0xc2, 0xad}},
4655	},
4656	{
4657		input:  []byte{0x30, 0xcc, 0x80},
4658		output: [][]byte{[]byte{0x30, 0xcc, 0x80}},
4659	},
4660	{
4661		input:  []byte{0x30, 0xcc, 0x88, 0xcc, 0x80},
4662		output: [][]byte{[]byte{0x30, 0xcc, 0x88, 0xcc, 0x80}},
4663	},
4664	{
4665		input:  []byte{0x30, 0xe2, 0x80, 0x8d},
4666		output: [][]byte{[]byte{0x30, 0xe2, 0x80, 0x8d}},
4667	},
4668	{
4669		input:  []byte{0x30, 0xcc, 0x88, 0xe2, 0x80, 0x8d},
4670		output: [][]byte{[]byte{0x30, 0xcc, 0x88, 0xe2, 0x80, 0x8d}},
4671	},
4672	{
4673		input:  []byte{0x30, 0x61, 0xe2, 0x81, 0xa0},
4674		output: [][]byte{[]byte{0x30, 0x61, 0xe2, 0x81, 0xa0}},
4675	},
4676	{
4677		input:  []byte{0x30, 0xcc, 0x88, 0x61, 0xe2, 0x81, 0xa0},
4678		output: [][]byte{[]byte{0x30, 0xcc, 0x88, 0x61, 0xe2, 0x81, 0xa0}},
4679	},
4680	{
4681		input:  []byte{0x30, 0x61, 0x3a},
4682		output: [][]byte{[]byte{0x30, 0x61}, []byte{0x3a}},
4683	},
4684	{
4685		input:  []byte{0x30, 0xcc, 0x88, 0x61, 0x3a},
4686		output: [][]byte{[]byte{0x30, 0xcc, 0x88, 0x61}, []byte{0x3a}},
4687	},
4688	{
4689		input:  []byte{0x30, 0x61, 0x27},
4690		output: [][]byte{[]byte{0x30, 0x61}, []byte{0x27}},
4691	},
4692	{
4693		input:  []byte{0x30, 0xcc, 0x88, 0x61, 0x27},
4694		output: [][]byte{[]byte{0x30, 0xcc, 0x88, 0x61}, []byte{0x27}},
4695	},
4696	{
4697		input:  []byte{0x30, 0x61, 0x27, 0xe2, 0x81, 0xa0},
4698		output: [][]byte{[]byte{0x30, 0x61}, []byte{0x27, 0xe2, 0x81, 0xa0}},
4699	},
4700	{
4701		input:  []byte{0x30, 0xcc, 0x88, 0x61, 0x27, 0xe2, 0x81, 0xa0},
4702		output: [][]byte{[]byte{0x30, 0xcc, 0x88, 0x61}, []byte{0x27, 0xe2, 0x81, 0xa0}},
4703	},
4704	{
4705		input:  []byte{0x30, 0x61, 0x2c},
4706		output: [][]byte{[]byte{0x30, 0x61}, []byte{0x2c}},
4707	},
4708	{
4709		input:  []byte{0x30, 0xcc, 0x88, 0x61, 0x2c},
4710		output: [][]byte{[]byte{0x30, 0xcc, 0x88, 0x61}, []byte{0x2c}},
4711	},
4712	{
4713		input:  []byte{0x30, 0x31, 0x3a},
4714		output: [][]byte{[]byte{0x30, 0x31}, []byte{0x3a}},
4715	},
4716	{
4717		input:  []byte{0x30, 0xcc, 0x88, 0x31, 0x3a},
4718		output: [][]byte{[]byte{0x30, 0xcc, 0x88, 0x31}, []byte{0x3a}},
4719	},
4720	{
4721		input:  []byte{0x30, 0x31, 0x27},
4722		output: [][]byte{[]byte{0x30, 0x31}, []byte{0x27}},
4723	},
4724	{
4725		input:  []byte{0x30, 0xcc, 0x88, 0x31, 0x27},
4726		output: [][]byte{[]byte{0x30, 0xcc, 0x88, 0x31}, []byte{0x27}},
4727	},
4728	{
4729		input:  []byte{0x30, 0x31, 0x2c},
4730		output: [][]byte{[]byte{0x30, 0x31}, []byte{0x2c}},
4731	},
4732	{
4733		input:  []byte{0x30, 0xcc, 0x88, 0x31, 0x2c},
4734		output: [][]byte{[]byte{0x30, 0xcc, 0x88, 0x31}, []byte{0x2c}},
4735	},
4736	{
4737		input:  []byte{0x30, 0x31, 0x2e, 0xe2, 0x81, 0xa0},
4738		output: [][]byte{[]byte{0x30, 0x31}, []byte{0x2e, 0xe2, 0x81, 0xa0}},
4739	},
4740	{
4741		input:  []byte{0x30, 0xcc, 0x88, 0x31, 0x2e, 0xe2, 0x81, 0xa0},
4742		output: [][]byte{[]byte{0x30, 0xcc, 0x88, 0x31}, []byte{0x2e, 0xe2, 0x81, 0xa0}},
4743	},
4744	{
4745		input:  []byte{0x5f, 0x1},
4746		output: [][]byte{[]byte{0x5f}, []byte{0x1}},
4747	},
4748	{
4749		input:  []byte{0x5f, 0xcc, 0x88, 0x1},
4750		output: [][]byte{[]byte{0x5f, 0xcc, 0x88}, []byte{0x1}},
4751	},
4752	{
4753		input:  []byte{0x5f, 0xd},
4754		output: [][]byte{[]byte{0x5f}, []byte{0xd}},
4755	},
4756	{
4757		input:  []byte{0x5f, 0xcc, 0x88, 0xd},
4758		output: [][]byte{[]byte{0x5f, 0xcc, 0x88}, []byte{0xd}},
4759	},
4760	{
4761		input:  []byte{0x5f, 0xa},
4762		output: [][]byte{[]byte{0x5f}, []byte{0xa}},
4763	},
4764	{
4765		input:  []byte{0x5f, 0xcc, 0x88, 0xa},
4766		output: [][]byte{[]byte{0x5f, 0xcc, 0x88}, []byte{0xa}},
4767	},
4768	{
4769		input:  []byte{0x5f, 0xb},
4770		output: [][]byte{[]byte{0x5f}, []byte{0xb}},
4771	},
4772	{
4773		input:  []byte{0x5f, 0xcc, 0x88, 0xb},
4774		output: [][]byte{[]byte{0x5f, 0xcc, 0x88}, []byte{0xb}},
4775	},
4776	{
4777		input:  []byte{0x5f, 0xe3, 0x80, 0xb1},
4778		output: [][]byte{[]byte{0x5f, 0xe3, 0x80, 0xb1}},
4779	},
4780	{
4781		input:  []byte{0x5f, 0xcc, 0x88, 0xe3, 0x80, 0xb1},
4782		output: [][]byte{[]byte{0x5f, 0xcc, 0x88, 0xe3, 0x80, 0xb1}},
4783	},
4784	{
4785		input:  []byte{0x5f, 0x41},
4786		output: [][]byte{[]byte{0x5f, 0x41}},
4787	},
4788	{
4789		input:  []byte{0x5f, 0xcc, 0x88, 0x41},
4790		output: [][]byte{[]byte{0x5f, 0xcc, 0x88, 0x41}},
4791	},
4792	{
4793		input:  []byte{0x5f, 0x3a},
4794		output: [][]byte{[]byte{0x5f}, []byte{0x3a}},
4795	},
4796	{
4797		input:  []byte{0x5f, 0xcc, 0x88, 0x3a},
4798		output: [][]byte{[]byte{0x5f, 0xcc, 0x88}, []byte{0x3a}},
4799	},
4800	{
4801		input:  []byte{0x5f, 0x2c},
4802		output: [][]byte{[]byte{0x5f}, []byte{0x2c}},
4803	},
4804	{
4805		input:  []byte{0x5f, 0xcc, 0x88, 0x2c},
4806		output: [][]byte{[]byte{0x5f, 0xcc, 0x88}, []byte{0x2c}},
4807	},
4808	{
4809		input:  []byte{0x5f, 0x2e},
4810		output: [][]byte{[]byte{0x5f}, []byte{0x2e}},
4811	},
4812	{
4813		input:  []byte{0x5f, 0xcc, 0x88, 0x2e},
4814		output: [][]byte{[]byte{0x5f, 0xcc, 0x88}, []byte{0x2e}},
4815	},
4816	{
4817		input:  []byte{0x5f, 0x30},
4818		output: [][]byte{[]byte{0x5f, 0x30}},
4819	},
4820	{
4821		input:  []byte{0x5f, 0xcc, 0x88, 0x30},
4822		output: [][]byte{[]byte{0x5f, 0xcc, 0x88, 0x30}},
4823	},
4824	{
4825		input:  []byte{0x5f, 0x5f},
4826		output: [][]byte{[]byte{0x5f, 0x5f}},
4827	},
4828	{
4829		input:  []byte{0x5f, 0xcc, 0x88, 0x5f},
4830		output: [][]byte{[]byte{0x5f, 0xcc, 0x88, 0x5f}},
4831	},
4832	{
4833		input:  []byte{0x5f, 0xf0, 0x9f, 0x87, 0xa6},
4834		output: [][]byte{[]byte{0x5f}, []byte{0xf0, 0x9f, 0x87, 0xa6}},
4835	},
4836	{
4837		input:  []byte{0x5f, 0xcc, 0x88, 0xf0, 0x9f, 0x87, 0xa6},
4838		output: [][]byte{[]byte{0x5f, 0xcc, 0x88}, []byte{0xf0, 0x9f, 0x87, 0xa6}},
4839	},
4840	{
4841		input:  []byte{0x5f, 0xd7, 0x90},
4842		output: [][]byte{[]byte{0x5f, 0xd7, 0x90}},
4843	},
4844	{
4845		input:  []byte{0x5f, 0xcc, 0x88, 0xd7, 0x90},
4846		output: [][]byte{[]byte{0x5f, 0xcc, 0x88, 0xd7, 0x90}},
4847	},
4848	{
4849		input:  []byte{0x5f, 0x22},
4850		output: [][]byte{[]byte{0x5f}, []byte{0x22}},
4851	},
4852	{
4853		input:  []byte{0x5f, 0xcc, 0x88, 0x22},
4854		output: [][]byte{[]byte{0x5f, 0xcc, 0x88}, []byte{0x22}},
4855	},
4856	{
4857		input:  []byte{0x5f, 0x27},
4858		output: [][]byte{[]byte{0x5f}, []byte{0x27}},
4859	},
4860	{
4861		input:  []byte{0x5f, 0xcc, 0x88, 0x27},
4862		output: [][]byte{[]byte{0x5f, 0xcc, 0x88}, []byte{0x27}},
4863	},
4864	{
4865		input:  []byte{0x5f, 0xe2, 0x8c, 0x9a},
4866		output: [][]byte{[]byte{0x5f}, []byte{0xe2, 0x8c, 0x9a}},
4867	},
4868	{
4869		input:  []byte{0x5f, 0xcc, 0x88, 0xe2, 0x8c, 0x9a},
4870		output: [][]byte{[]byte{0x5f, 0xcc, 0x88}, []byte{0xe2, 0x8c, 0x9a}},
4871	},
4872	{
4873		input:  []byte{0x5f, 0x20},
4874		output: [][]byte{[]byte{0x5f}, []byte{0x20}},
4875	},
4876	{
4877		input:  []byte{0x5f, 0xcc, 0x88, 0x20},
4878		output: [][]byte{[]byte{0x5f, 0xcc, 0x88}, []byte{0x20}},
4879	},
4880	{
4881		input:  []byte{0x5f, 0xc2, 0xad},
4882		output: [][]byte{[]byte{0x5f, 0xc2, 0xad}},
4883	},
4884	{
4885		input:  []byte{0x5f, 0xcc, 0x88, 0xc2, 0xad},
4886		output: [][]byte{[]byte{0x5f, 0xcc, 0x88, 0xc2, 0xad}},
4887	},
4888	{
4889		input:  []byte{0x5f, 0xcc, 0x80},
4890		output: [][]byte{[]byte{0x5f, 0xcc, 0x80}},
4891	},
4892	{
4893		input:  []byte{0x5f, 0xcc, 0x88, 0xcc, 0x80},
4894		output: [][]byte{[]byte{0x5f, 0xcc, 0x88, 0xcc, 0x80}},
4895	},
4896	{
4897		input:  []byte{0x5f, 0xe2, 0x80, 0x8d},
4898		output: [][]byte{[]byte{0x5f, 0xe2, 0x80, 0x8d}},
4899	},
4900	{
4901		input:  []byte{0x5f, 0xcc, 0x88, 0xe2, 0x80, 0x8d},
4902		output: [][]byte{[]byte{0x5f, 0xcc, 0x88, 0xe2, 0x80, 0x8d}},
4903	},
4904	{
4905		input:  []byte{0x5f, 0x61, 0xe2, 0x81, 0xa0},
4906		output: [][]byte{[]byte{0x5f, 0x61, 0xe2, 0x81, 0xa0}},
4907	},
4908	{
4909		input:  []byte{0x5f, 0xcc, 0x88, 0x61, 0xe2, 0x81, 0xa0},
4910		output: [][]byte{[]byte{0x5f, 0xcc, 0x88, 0x61, 0xe2, 0x81, 0xa0}},
4911	},
4912	{
4913		input:  []byte{0x5f, 0x61, 0x3a},
4914		output: [][]byte{[]byte{0x5f, 0x61}, []byte{0x3a}},
4915	},
4916	{
4917		input:  []byte{0x5f, 0xcc, 0x88, 0x61, 0x3a},
4918		output: [][]byte{[]byte{0x5f, 0xcc, 0x88, 0x61}, []byte{0x3a}},
4919	},
4920	{
4921		input:  []byte{0x5f, 0x61, 0x27},
4922		output: [][]byte{[]byte{0x5f, 0x61}, []byte{0x27}},
4923	},
4924	{
4925		input:  []byte{0x5f, 0xcc, 0x88, 0x61, 0x27},
4926		output: [][]byte{[]byte{0x5f, 0xcc, 0x88, 0x61}, []byte{0x27}},
4927	},
4928	{
4929		input:  []byte{0x5f, 0x61, 0x27, 0xe2, 0x81, 0xa0},
4930		output: [][]byte{[]byte{0x5f, 0x61}, []byte{0x27, 0xe2, 0x81, 0xa0}},
4931	},
4932	{
4933		input:  []byte{0x5f, 0xcc, 0x88, 0x61, 0x27, 0xe2, 0x81, 0xa0},
4934		output: [][]byte{[]byte{0x5f, 0xcc, 0x88, 0x61}, []byte{0x27, 0xe2, 0x81, 0xa0}},
4935	},
4936	{
4937		input:  []byte{0x5f, 0x61, 0x2c},
4938		output: [][]byte{[]byte{0x5f, 0x61}, []byte{0x2c}},
4939	},
4940	{
4941		input:  []byte{0x5f, 0xcc, 0x88, 0x61, 0x2c},
4942		output: [][]byte{[]byte{0x5f, 0xcc, 0x88, 0x61}, []byte{0x2c}},
4943	},
4944	{
4945		input:  []byte{0x5f, 0x31, 0x3a},
4946		output: [][]byte{[]byte{0x5f, 0x31}, []byte{0x3a}},
4947	},
4948	{
4949		input:  []byte{0x5f, 0xcc, 0x88, 0x31, 0x3a},
4950		output: [][]byte{[]byte{0x5f, 0xcc, 0x88, 0x31}, []byte{0x3a}},
4951	},
4952	{
4953		input:  []byte{0x5f, 0x31, 0x27},
4954		output: [][]byte{[]byte{0x5f, 0x31}, []byte{0x27}},
4955	},
4956	{
4957		input:  []byte{0x5f, 0xcc, 0x88, 0x31, 0x27},
4958		output: [][]byte{[]byte{0x5f, 0xcc, 0x88, 0x31}, []byte{0x27}},
4959	},
4960	{
4961		input:  []byte{0x5f, 0x31, 0x2c},
4962		output: [][]byte{[]byte{0x5f, 0x31}, []byte{0x2c}},
4963	},
4964	{
4965		input:  []byte{0x5f, 0xcc, 0x88, 0x31, 0x2c},
4966		output: [][]byte{[]byte{0x5f, 0xcc, 0x88, 0x31}, []byte{0x2c}},
4967	},
4968	{
4969		input:  []byte{0x5f, 0x31, 0x2e, 0xe2, 0x81, 0xa0},
4970		output: [][]byte{[]byte{0x5f, 0x31}, []byte{0x2e, 0xe2, 0x81, 0xa0}},
4971	},
4972	{
4973		input:  []byte{0x5f, 0xcc, 0x88, 0x31, 0x2e, 0xe2, 0x81, 0xa0},
4974		output: [][]byte{[]byte{0x5f, 0xcc, 0x88, 0x31}, []byte{0x2e, 0xe2, 0x81, 0xa0}},
4975	},
4976	{
4977		input:  []byte{0xf0, 0x9f, 0x87, 0xa6, 0x1},
4978		output: [][]byte{[]byte{0xf0, 0x9f, 0x87, 0xa6}, []byte{0x1}},
4979	},
4980	{
4981		input:  []byte{0xf0, 0x9f, 0x87, 0xa6, 0xcc, 0x88, 0x1},
4982		output: [][]byte{[]byte{0xf0, 0x9f, 0x87, 0xa6, 0xcc, 0x88}, []byte{0x1}},
4983	},
4984	{
4985		input:  []byte{0xf0, 0x9f, 0x87, 0xa6, 0xd},
4986		output: [][]byte{[]byte{0xf0, 0x9f, 0x87, 0xa6}, []byte{0xd}},
4987	},
4988	{
4989		input:  []byte{0xf0, 0x9f, 0x87, 0xa6, 0xcc, 0x88, 0xd},
4990		output: [][]byte{[]byte{0xf0, 0x9f, 0x87, 0xa6, 0xcc, 0x88}, []byte{0xd}},
4991	},
4992	{
4993		input:  []byte{0xf0, 0x9f, 0x87, 0xa6, 0xa},
4994		output: [][]byte{[]byte{0xf0, 0x9f, 0x87, 0xa6}, []byte{0xa}},
4995	},
4996	{
4997		input:  []byte{0xf0, 0x9f, 0x87, 0xa6, 0xcc, 0x88, 0xa},
4998		output: [][]byte{[]byte{0xf0, 0x9f, 0x87, 0xa6, 0xcc, 0x88}, []byte{0xa}},
4999	},
5000	{
5001		input:  []byte{0xf0, 0x9f, 0x87, 0xa6, 0xb},
5002		output: [][]byte{[]byte{0xf0, 0x9f, 0x87, 0xa6}, []byte{0xb}},
5003	},
5004	{
5005		input:  []byte{0xf0, 0x9f, 0x87, 0xa6, 0xcc, 0x88, 0xb},
5006		output: [][]byte{[]byte{0xf0, 0x9f, 0x87, 0xa6, 0xcc, 0x88}, []byte{0xb}},
5007	},
5008	{
5009		input:  []byte{0xf0, 0x9f, 0x87, 0xa6, 0xe3, 0x80, 0xb1},
5010		output: [][]byte{[]byte{0xf0, 0x9f, 0x87, 0xa6}, []byte{0xe3, 0x80, 0xb1}},
5011	},
5012	{
5013		input:  []byte{0xf0, 0x9f, 0x87, 0xa6, 0xcc, 0x88, 0xe3, 0x80, 0xb1},
5014		output: [][]byte{[]byte{0xf0, 0x9f, 0x87, 0xa6, 0xcc, 0x88}, []byte{0xe3, 0x80, 0xb1}},
5015	},
5016	{
5017		input:  []byte{0xf0, 0x9f, 0x87, 0xa6, 0x41},
5018		output: [][]byte{[]byte{0xf0, 0x9f, 0x87, 0xa6}, []byte{0x41}},
5019	},
5020	{
5021		input:  []byte{0xf0, 0x9f, 0x87, 0xa6, 0xcc, 0x88, 0x41},
5022		output: [][]byte{[]byte{0xf0, 0x9f, 0x87, 0xa6, 0xcc, 0x88}, []byte{0x41}},
5023	},
5024	{
5025		input:  []byte{0xf0, 0x9f, 0x87, 0xa6, 0x3a},
5026		output: [][]byte{[]byte{0xf0, 0x9f, 0x87, 0xa6}, []byte{0x3a}},
5027	},
5028	{
5029		input:  []byte{0xf0, 0x9f, 0x87, 0xa6, 0xcc, 0x88, 0x3a},
5030		output: [][]byte{[]byte{0xf0, 0x9f, 0x87, 0xa6, 0xcc, 0x88}, []byte{0x3a}},
5031	},
5032	{
5033		input:  []byte{0xf0, 0x9f, 0x87, 0xa6, 0x2c},
5034		output: [][]byte{[]byte{0xf0, 0x9f, 0x87, 0xa6}, []byte{0x2c}},
5035	},
5036	{
5037		input:  []byte{0xf0, 0x9f, 0x87, 0xa6, 0xcc, 0x88, 0x2c},
5038		output: [][]byte{[]byte{0xf0, 0x9f, 0x87, 0xa6, 0xcc, 0x88}, []byte{0x2c}},
5039	},
5040	{
5041		input:  []byte{0xf0, 0x9f, 0x87, 0xa6, 0x2e},
5042		output: [][]byte{[]byte{0xf0, 0x9f, 0x87, 0xa6}, []byte{0x2e}},
5043	},
5044	{
5045		input:  []byte{0xf0, 0x9f, 0x87, 0xa6, 0xcc, 0x88, 0x2e},
5046		output: [][]byte{[]byte{0xf0, 0x9f, 0x87, 0xa6, 0xcc, 0x88}, []byte{0x2e}},
5047	},
5048	{
5049		input:  []byte{0xf0, 0x9f, 0x87, 0xa6, 0x30},
5050		output: [][]byte{[]byte{0xf0, 0x9f, 0x87, 0xa6}, []byte{0x30}},
5051	},
5052	{
5053		input:  []byte{0xf0, 0x9f, 0x87, 0xa6, 0xcc, 0x88, 0x30},
5054		output: [][]byte{[]byte{0xf0, 0x9f, 0x87, 0xa6, 0xcc, 0x88}, []byte{0x30}},
5055	},
5056	{
5057		input:  []byte{0xf0, 0x9f, 0x87, 0xa6, 0x5f},
5058		output: [][]byte{[]byte{0xf0, 0x9f, 0x87, 0xa6}, []byte{0x5f}},
5059	},
5060	{
5061		input:  []byte{0xf0, 0x9f, 0x87, 0xa6, 0xcc, 0x88, 0x5f},
5062		output: [][]byte{[]byte{0xf0, 0x9f, 0x87, 0xa6, 0xcc, 0x88}, []byte{0x5f}},
5063	},
5064	{
5065		input:  []byte{0xf0, 0x9f, 0x87, 0xa6, 0xf0, 0x9f, 0x87, 0xa6},
5066		output: [][]byte{[]byte{0xf0, 0x9f, 0x87, 0xa6, 0xf0, 0x9f, 0x87, 0xa6}},
5067	},
5068	{
5069		input:  []byte{0xf0, 0x9f, 0x87, 0xa6, 0xcc, 0x88, 0xf0, 0x9f, 0x87, 0xa6},
5070		output: [][]byte{[]byte{0xf0, 0x9f, 0x87, 0xa6, 0xcc, 0x88, 0xf0, 0x9f, 0x87, 0xa6}},
5071	},
5072	{
5073		input:  []byte{0xf0, 0x9f, 0x87, 0xa6, 0xd7, 0x90},
5074		output: [][]byte{[]byte{0xf0, 0x9f, 0x87, 0xa6}, []byte{0xd7, 0x90}},
5075	},
5076	{
5077		input:  []byte{0xf0, 0x9f, 0x87, 0xa6, 0xcc, 0x88, 0xd7, 0x90},
5078		output: [][]byte{[]byte{0xf0, 0x9f, 0x87, 0xa6, 0xcc, 0x88}, []byte{0xd7, 0x90}},
5079	},
5080	{
5081		input:  []byte{0xf0, 0x9f, 0x87, 0xa6, 0x22},
5082		output: [][]byte{[]byte{0xf0, 0x9f, 0x87, 0xa6}, []byte{0x22}},
5083	},
5084	{
5085		input:  []byte{0xf0, 0x9f, 0x87, 0xa6, 0xcc, 0x88, 0x22},
5086		output: [][]byte{[]byte{0xf0, 0x9f, 0x87, 0xa6, 0xcc, 0x88}, []byte{0x22}},
5087	},
5088	{
5089		input:  []byte{0xf0, 0x9f, 0x87, 0xa6, 0x27},
5090		output: [][]byte{[]byte{0xf0, 0x9f, 0x87, 0xa6}, []byte{0x27}},
5091	},
5092	{
5093		input:  []byte{0xf0, 0x9f, 0x87, 0xa6, 0xcc, 0x88, 0x27},
5094		output: [][]byte{[]byte{0xf0, 0x9f, 0x87, 0xa6, 0xcc, 0x88}, []byte{0x27}},
5095	},
5096	{
5097		input:  []byte{0xf0, 0x9f, 0x87, 0xa6, 0xe2, 0x8c, 0x9a},
5098		output: [][]byte{[]byte{0xf0, 0x9f, 0x87, 0xa6}, []byte{0xe2, 0x8c, 0x9a}},
5099	},
5100	{
5101		input:  []byte{0xf0, 0x9f, 0x87, 0xa6, 0xcc, 0x88, 0xe2, 0x8c, 0x9a},
5102		output: [][]byte{[]byte{0xf0, 0x9f, 0x87, 0xa6, 0xcc, 0x88}, []byte{0xe2, 0x8c, 0x9a}},
5103	},
5104	{
5105		input:  []byte{0xf0, 0x9f, 0x87, 0xa6, 0x20},
5106		output: [][]byte{[]byte{0xf0, 0x9f, 0x87, 0xa6}, []byte{0x20}},
5107	},
5108	{
5109		input:  []byte{0xf0, 0x9f, 0x87, 0xa6, 0xcc, 0x88, 0x20},
5110		output: [][]byte{[]byte{0xf0, 0x9f, 0x87, 0xa6, 0xcc, 0x88}, []byte{0x20}},
5111	},
5112	{
5113		input:  []byte{0xf0, 0x9f, 0x87, 0xa6, 0xc2, 0xad},
5114		output: [][]byte{[]byte{0xf0, 0x9f, 0x87, 0xa6, 0xc2, 0xad}},
5115	},
5116	{
5117		input:  []byte{0xf0, 0x9f, 0x87, 0xa6, 0xcc, 0x88, 0xc2, 0xad},
5118		output: [][]byte{[]byte{0xf0, 0x9f, 0x87, 0xa6, 0xcc, 0x88, 0xc2, 0xad}},
5119	},
5120	{
5121		input:  []byte{0xf0, 0x9f, 0x87, 0xa6, 0xcc, 0x80},
5122		output: [][]byte{[]byte{0xf0, 0x9f, 0x87, 0xa6, 0xcc, 0x80}},
5123	},
5124	{
5125		input:  []byte{0xf0, 0x9f, 0x87, 0xa6, 0xcc, 0x88, 0xcc, 0x80},
5126		output: [][]byte{[]byte{0xf0, 0x9f, 0x87, 0xa6, 0xcc, 0x88, 0xcc, 0x80}},
5127	},
5128	{
5129		input:  []byte{0xf0, 0x9f, 0x87, 0xa6, 0xe2, 0x80, 0x8d},
5130		output: [][]byte{[]byte{0xf0, 0x9f, 0x87, 0xa6, 0xe2, 0x80, 0x8d}},
5131	},
5132	{
5133		input:  []byte{0xf0, 0x9f, 0x87, 0xa6, 0xcc, 0x88, 0xe2, 0x80, 0x8d},
5134		output: [][]byte{[]byte{0xf0, 0x9f, 0x87, 0xa6, 0xcc, 0x88, 0xe2, 0x80, 0x8d}},
5135	},
5136	{
5137		input:  []byte{0xf0, 0x9f, 0x87, 0xa6, 0x61, 0xe2, 0x81, 0xa0},
5138		output: [][]byte{[]byte{0xf0, 0x9f, 0x87, 0xa6}, []byte{0x61, 0xe2, 0x81, 0xa0}},
5139	},
5140	{
5141		input:  []byte{0xf0, 0x9f, 0x87, 0xa6, 0xcc, 0x88, 0x61, 0xe2, 0x81, 0xa0},
5142		output: [][]byte{[]byte{0xf0, 0x9f, 0x87, 0xa6, 0xcc, 0x88}, []byte{0x61, 0xe2, 0x81, 0xa0}},
5143	},
5144	{
5145		input:  []byte{0xf0, 0x9f, 0x87, 0xa6, 0x61, 0x3a},
5146		output: [][]byte{[]byte{0xf0, 0x9f, 0x87, 0xa6}, []byte{0x61}, []byte{0x3a}},
5147	},
5148	{
5149		input:  []byte{0xf0, 0x9f, 0x87, 0xa6, 0xcc, 0x88, 0x61, 0x3a},
5150		output: [][]byte{[]byte{0xf0, 0x9f, 0x87, 0xa6, 0xcc, 0x88}, []byte{0x61}, []byte{0x3a}},
5151	},
5152	{
5153		input:  []byte{0xf0, 0x9f, 0x87, 0xa6, 0x61, 0x27},
5154		output: [][]byte{[]byte{0xf0, 0x9f, 0x87, 0xa6}, []byte{0x61}, []byte{0x27}},
5155	},
5156	{
5157		input:  []byte{0xf0, 0x9f, 0x87, 0xa6, 0xcc, 0x88, 0x61, 0x27},
5158		output: [][]byte{[]byte{0xf0, 0x9f, 0x87, 0xa6, 0xcc, 0x88}, []byte{0x61}, []byte{0x27}},
5159	},
5160	{
5161		input:  []byte{0xf0, 0x9f, 0x87, 0xa6, 0x61, 0x27, 0xe2, 0x81, 0xa0},
5162		output: [][]byte{[]byte{0xf0, 0x9f, 0x87, 0xa6}, []byte{0x61}, []byte{0x27, 0xe2, 0x81, 0xa0}},
5163	},
5164	{
5165		input:  []byte{0xf0, 0x9f, 0x87, 0xa6, 0xcc, 0x88, 0x61, 0x27, 0xe2, 0x81, 0xa0},
5166		output: [][]byte{[]byte{0xf0, 0x9f, 0x87, 0xa6, 0xcc, 0x88}, []byte{0x61}, []byte{0x27, 0xe2, 0x81, 0xa0}},
5167	},
5168	{
5169		input:  []byte{0xf0, 0x9f, 0x87, 0xa6, 0x61, 0x2c},
5170		output: [][]byte{[]byte{0xf0, 0x9f, 0x87, 0xa6}, []byte{0x61}, []byte{0x2c}},
5171	},
5172	{
5173		input:  []byte{0xf0, 0x9f, 0x87, 0xa6, 0xcc, 0x88, 0x61, 0x2c},
5174		output: [][]byte{[]byte{0xf0, 0x9f, 0x87, 0xa6, 0xcc, 0x88}, []byte{0x61}, []byte{0x2c}},
5175	},
5176	{
5177		input:  []byte{0xf0, 0x9f, 0x87, 0xa6, 0x31, 0x3a},
5178		output: [][]byte{[]byte{0xf0, 0x9f, 0x87, 0xa6}, []byte{0x31}, []byte{0x3a}},
5179	},
5180	{
5181		input:  []byte{0xf0, 0x9f, 0x87, 0xa6, 0xcc, 0x88, 0x31, 0x3a},
5182		output: [][]byte{[]byte{0xf0, 0x9f, 0x87, 0xa6, 0xcc, 0x88}, []byte{0x31}, []byte{0x3a}},
5183	},
5184	{
5185		input:  []byte{0xf0, 0x9f, 0x87, 0xa6, 0x31, 0x27},
5186		output: [][]byte{[]byte{0xf0, 0x9f, 0x87, 0xa6}, []byte{0x31}, []byte{0x27}},
5187	},
5188	{
5189		input:  []byte{0xf0, 0x9f, 0x87, 0xa6, 0xcc, 0x88, 0x31, 0x27},
5190		output: [][]byte{[]byte{0xf0, 0x9f, 0x87, 0xa6, 0xcc, 0x88}, []byte{0x31}, []byte{0x27}},
5191	},
5192	{
5193		input:  []byte{0xf0, 0x9f, 0x87, 0xa6, 0x31, 0x2c},
5194		output: [][]byte{[]byte{0xf0, 0x9f, 0x87, 0xa6}, []byte{0x31}, []byte{0x2c}},
5195	},
5196	{
5197		input:  []byte{0xf0, 0x9f, 0x87, 0xa6, 0xcc, 0x88, 0x31, 0x2c},
5198		output: [][]byte{[]byte{0xf0, 0x9f, 0x87, 0xa6, 0xcc, 0x88}, []byte{0x31}, []byte{0x2c}},
5199	},
5200	{
5201		input:  []byte{0xf0, 0x9f, 0x87, 0xa6, 0x31, 0x2e, 0xe2, 0x81, 0xa0},
5202		output: [][]byte{[]byte{0xf0, 0x9f, 0x87, 0xa6}, []byte{0x31}, []byte{0x2e, 0xe2, 0x81, 0xa0}},
5203	},
5204	{
5205		input:  []byte{0xf0, 0x9f, 0x87, 0xa6, 0xcc, 0x88, 0x31, 0x2e, 0xe2, 0x81, 0xa0},
5206		output: [][]byte{[]byte{0xf0, 0x9f, 0x87, 0xa6, 0xcc, 0x88}, []byte{0x31}, []byte{0x2e, 0xe2, 0x81, 0xa0}},
5207	},
5208	{
5209		input:  []byte{0xd7, 0x90, 0x1},
5210		output: [][]byte{[]byte{0xd7, 0x90}, []byte{0x1}},
5211	},
5212	{
5213		input:  []byte{0xd7, 0x90, 0xcc, 0x88, 0x1},
5214		output: [][]byte{[]byte{0xd7, 0x90, 0xcc, 0x88}, []byte{0x1}},
5215	},
5216	{
5217		input:  []byte{0xd7, 0x90, 0xd},
5218		output: [][]byte{[]byte{0xd7, 0x90}, []byte{0xd}},
5219	},
5220	{
5221		input:  []byte{0xd7, 0x90, 0xcc, 0x88, 0xd},
5222		output: [][]byte{[]byte{0xd7, 0x90, 0xcc, 0x88}, []byte{0xd}},
5223	},
5224	{
5225		input:  []byte{0xd7, 0x90, 0xa},
5226		output: [][]byte{[]byte{0xd7, 0x90}, []byte{0xa}},
5227	},
5228	{
5229		input:  []byte{0xd7, 0x90, 0xcc, 0x88, 0xa},
5230		output: [][]byte{[]byte{0xd7, 0x90, 0xcc, 0x88}, []byte{0xa}},
5231	},
5232	{
5233		input:  []byte{0xd7, 0x90, 0xb},
5234		output: [][]byte{[]byte{0xd7, 0x90}, []byte{0xb}},
5235	},
5236	{
5237		input:  []byte{0xd7, 0x90, 0xcc, 0x88, 0xb},
5238		output: [][]byte{[]byte{0xd7, 0x90, 0xcc, 0x88}, []byte{0xb}},
5239	},
5240	{
5241		input:  []byte{0xd7, 0x90, 0xe3, 0x80, 0xb1},
5242		output: [][]byte{[]byte{0xd7, 0x90}, []byte{0xe3, 0x80, 0xb1}},
5243	},
5244	{
5245		input:  []byte{0xd7, 0x90, 0xcc, 0x88, 0xe3, 0x80, 0xb1},
5246		output: [][]byte{[]byte{0xd7, 0x90, 0xcc, 0x88}, []byte{0xe3, 0x80, 0xb1}},
5247	},
5248	{
5249		input:  []byte{0xd7, 0x90, 0x41},
5250		output: [][]byte{[]byte{0xd7, 0x90, 0x41}},
5251	},
5252	{
5253		input:  []byte{0xd7, 0x90, 0xcc, 0x88, 0x41},
5254		output: [][]byte{[]byte{0xd7, 0x90, 0xcc, 0x88, 0x41}},
5255	},
5256	{
5257		input:  []byte{0xd7, 0x90, 0x3a},
5258		output: [][]byte{[]byte{0xd7, 0x90}, []byte{0x3a}},
5259	},
5260	{
5261		input:  []byte{0xd7, 0x90, 0xcc, 0x88, 0x3a},
5262		output: [][]byte{[]byte{0xd7, 0x90, 0xcc, 0x88}, []byte{0x3a}},
5263	},
5264	{
5265		input:  []byte{0xd7, 0x90, 0x2c},
5266		output: [][]byte{[]byte{0xd7, 0x90}, []byte{0x2c}},
5267	},
5268	{
5269		input:  []byte{0xd7, 0x90, 0xcc, 0x88, 0x2c},
5270		output: [][]byte{[]byte{0xd7, 0x90, 0xcc, 0x88}, []byte{0x2c}},
5271	},
5272	{
5273		input:  []byte{0xd7, 0x90, 0x2e},
5274		output: [][]byte{[]byte{0xd7, 0x90}, []byte{0x2e}},
5275	},
5276	{
5277		input:  []byte{0xd7, 0x90, 0xcc, 0x88, 0x2e},
5278		output: [][]byte{[]byte{0xd7, 0x90, 0xcc, 0x88}, []byte{0x2e}},
5279	},
5280	{
5281		input:  []byte{0xd7, 0x90, 0x30},
5282		output: [][]byte{[]byte{0xd7, 0x90, 0x30}},
5283	},
5284	{
5285		input:  []byte{0xd7, 0x90, 0xcc, 0x88, 0x30},
5286		output: [][]byte{[]byte{0xd7, 0x90, 0xcc, 0x88, 0x30}},
5287	},
5288	{
5289		input:  []byte{0xd7, 0x90, 0x5f},
5290		output: [][]byte{[]byte{0xd7, 0x90, 0x5f}},
5291	},
5292	{
5293		input:  []byte{0xd7, 0x90, 0xcc, 0x88, 0x5f},
5294		output: [][]byte{[]byte{0xd7, 0x90, 0xcc, 0x88, 0x5f}},
5295	},
5296	{
5297		input:  []byte{0xd7, 0x90, 0xf0, 0x9f, 0x87, 0xa6},
5298		output: [][]byte{[]byte{0xd7, 0x90}, []byte{0xf0, 0x9f, 0x87, 0xa6}},
5299	},
5300	{
5301		input:  []byte{0xd7, 0x90, 0xcc, 0x88, 0xf0, 0x9f, 0x87, 0xa6},
5302		output: [][]byte{[]byte{0xd7, 0x90, 0xcc, 0x88}, []byte{0xf0, 0x9f, 0x87, 0xa6}},
5303	},
5304	{
5305		input:  []byte{0xd7, 0x90, 0xd7, 0x90},
5306		output: [][]byte{[]byte{0xd7, 0x90, 0xd7, 0x90}},
5307	},
5308	{
5309		input:  []byte{0xd7, 0x90, 0xcc, 0x88, 0xd7, 0x90},
5310		output: [][]byte{[]byte{0xd7, 0x90, 0xcc, 0x88, 0xd7, 0x90}},
5311	},
5312	{
5313		input:  []byte{0xd7, 0x90, 0x22},
5314		output: [][]byte{[]byte{0xd7, 0x90}, []byte{0x22}},
5315	},
5316	{
5317		input:  []byte{0xd7, 0x90, 0xcc, 0x88, 0x22},
5318		output: [][]byte{[]byte{0xd7, 0x90, 0xcc, 0x88}, []byte{0x22}},
5319	},
5320	{
5321		input:  []byte{0xd7, 0x90, 0x27},
5322		output: [][]byte{[]byte{0xd7, 0x90, 0x27}},
5323	},
5324	{
5325		input:  []byte{0xd7, 0x90, 0xcc, 0x88, 0x27},
5326		output: [][]byte{[]byte{0xd7, 0x90, 0xcc, 0x88, 0x27}},
5327	},
5328	{
5329		input:  []byte{0xd7, 0x90, 0xe2, 0x8c, 0x9a},
5330		output: [][]byte{[]byte{0xd7, 0x90}, []byte{0xe2, 0x8c, 0x9a}},
5331	},
5332	{
5333		input:  []byte{0xd7, 0x90, 0xcc, 0x88, 0xe2, 0x8c, 0x9a},
5334		output: [][]byte{[]byte{0xd7, 0x90, 0xcc, 0x88}, []byte{0xe2, 0x8c, 0x9a}},
5335	},
5336	{
5337		input:  []byte{0xd7, 0x90, 0x20},
5338		output: [][]byte{[]byte{0xd7, 0x90}, []byte{0x20}},
5339	},
5340	{
5341		input:  []byte{0xd7, 0x90, 0xcc, 0x88, 0x20},
5342		output: [][]byte{[]byte{0xd7, 0x90, 0xcc, 0x88}, []byte{0x20}},
5343	},
5344	{
5345		input:  []byte{0xd7, 0x90, 0xc2, 0xad},
5346		output: [][]byte{[]byte{0xd7, 0x90, 0xc2, 0xad}},
5347	},
5348	{
5349		input:  []byte{0xd7, 0x90, 0xcc, 0x88, 0xc2, 0xad},
5350		output: [][]byte{[]byte{0xd7, 0x90, 0xcc, 0x88, 0xc2, 0xad}},
5351	},
5352	{
5353		input:  []byte{0xd7, 0x90, 0xcc, 0x80},
5354		output: [][]byte{[]byte{0xd7, 0x90, 0xcc, 0x80}},
5355	},
5356	{
5357		input:  []byte{0xd7, 0x90, 0xcc, 0x88, 0xcc, 0x80},
5358		output: [][]byte{[]byte{0xd7, 0x90, 0xcc, 0x88, 0xcc, 0x80}},
5359	},
5360	{
5361		input:  []byte{0xd7, 0x90, 0xe2, 0x80, 0x8d},
5362		output: [][]byte{[]byte{0xd7, 0x90, 0xe2, 0x80, 0x8d}},
5363	},
5364	{
5365		input:  []byte{0xd7, 0x90, 0xcc, 0x88, 0xe2, 0x80, 0x8d},
5366		output: [][]byte{[]byte{0xd7, 0x90, 0xcc, 0x88, 0xe2, 0x80, 0x8d}},
5367	},
5368	{
5369		input:  []byte{0xd7, 0x90, 0x61, 0xe2, 0x81, 0xa0},
5370		output: [][]byte{[]byte{0xd7, 0x90, 0x61, 0xe2, 0x81, 0xa0}},
5371	},
5372	{
5373		input:  []byte{0xd7, 0x90, 0xcc, 0x88, 0x61, 0xe2, 0x81, 0xa0},
5374		output: [][]byte{[]byte{0xd7, 0x90, 0xcc, 0x88, 0x61, 0xe2, 0x81, 0xa0}},
5375	},
5376	{
5377		input:  []byte{0xd7, 0x90, 0x61, 0x3a},
5378		output: [][]byte{[]byte{0xd7, 0x90, 0x61}, []byte{0x3a}},
5379	},
5380	{
5381		input:  []byte{0xd7, 0x90, 0xcc, 0x88, 0x61, 0x3a},
5382		output: [][]byte{[]byte{0xd7, 0x90, 0xcc, 0x88, 0x61}, []byte{0x3a}},
5383	},
5384	{
5385		input:  []byte{0xd7, 0x90, 0x61, 0x27},
5386		output: [][]byte{[]byte{0xd7, 0x90, 0x61}, []byte{0x27}},
5387	},
5388	{
5389		input:  []byte{0xd7, 0x90, 0xcc, 0x88, 0x61, 0x27},
5390		output: [][]byte{[]byte{0xd7, 0x90, 0xcc, 0x88, 0x61}, []byte{0x27}},
5391	},
5392	{
5393		input:  []byte{0xd7, 0x90, 0x61, 0x27, 0xe2, 0x81, 0xa0},
5394		output: [][]byte{[]byte{0xd7, 0x90, 0x61}, []byte{0x27, 0xe2, 0x81, 0xa0}},
5395	},
5396	{
5397		input:  []byte{0xd7, 0x90, 0xcc, 0x88, 0x61, 0x27, 0xe2, 0x81, 0xa0},
5398		output: [][]byte{[]byte{0xd7, 0x90, 0xcc, 0x88, 0x61}, []byte{0x27, 0xe2, 0x81, 0xa0}},
5399	},
5400	{
5401		input:  []byte{0xd7, 0x90, 0x61, 0x2c},
5402		output: [][]byte{[]byte{0xd7, 0x90, 0x61}, []byte{0x2c}},
5403	},
5404	{
5405		input:  []byte{0xd7, 0x90, 0xcc, 0x88, 0x61, 0x2c},
5406		output: [][]byte{[]byte{0xd7, 0x90, 0xcc, 0x88, 0x61}, []byte{0x2c}},
5407	},
5408	{
5409		input:  []byte{0xd7, 0x90, 0x31, 0x3a},
5410		output: [][]byte{[]byte{0xd7, 0x90, 0x31}, []byte{0x3a}},
5411	},
5412	{
5413		input:  []byte{0xd7, 0x90, 0xcc, 0x88, 0x31, 0x3a},
5414		output: [][]byte{[]byte{0xd7, 0x90, 0xcc, 0x88, 0x31}, []byte{0x3a}},
5415	},
5416	{
5417		input:  []byte{0xd7, 0x90, 0x31, 0x27},
5418		output: [][]byte{[]byte{0xd7, 0x90, 0x31}, []byte{0x27}},
5419	},
5420	{
5421		input:  []byte{0xd7, 0x90, 0xcc, 0x88, 0x31, 0x27},
5422		output: [][]byte{[]byte{0xd7, 0x90, 0xcc, 0x88, 0x31}, []byte{0x27}},
5423	},
5424	{
5425		input:  []byte{0xd7, 0x90, 0x31, 0x2c},
5426		output: [][]byte{[]byte{0xd7, 0x90, 0x31}, []byte{0x2c}},
5427	},
5428	{
5429		input:  []byte{0xd7, 0x90, 0xcc, 0x88, 0x31, 0x2c},
5430		output: [][]byte{[]byte{0xd7, 0x90, 0xcc, 0x88, 0x31}, []byte{0x2c}},
5431	},
5432	{
5433		input:  []byte{0xd7, 0x90, 0x31, 0x2e, 0xe2, 0x81, 0xa0},
5434		output: [][]byte{[]byte{0xd7, 0x90, 0x31}, []byte{0x2e, 0xe2, 0x81, 0xa0}},
5435	},
5436	{
5437		input:  []byte{0xd7, 0x90, 0xcc, 0x88, 0x31, 0x2e, 0xe2, 0x81, 0xa0},
5438		output: [][]byte{[]byte{0xd7, 0x90, 0xcc, 0x88, 0x31}, []byte{0x2e, 0xe2, 0x81, 0xa0}},
5439	},
5440	{
5441		input:  []byte{0x22, 0x1},
5442		output: [][]byte{[]byte{0x22}, []byte{0x1}},
5443	},
5444	{
5445		input:  []byte{0x22, 0xcc, 0x88, 0x1},
5446		output: [][]byte{[]byte{0x22, 0xcc, 0x88}, []byte{0x1}},
5447	},
5448	{
5449		input:  []byte{0x22, 0xd},
5450		output: [][]byte{[]byte{0x22}, []byte{0xd}},
5451	},
5452	{
5453		input:  []byte{0x22, 0xcc, 0x88, 0xd},
5454		output: [][]byte{[]byte{0x22, 0xcc, 0x88}, []byte{0xd}},
5455	},
5456	{
5457		input:  []byte{0x22, 0xa},
5458		output: [][]byte{[]byte{0x22}, []byte{0xa}},
5459	},
5460	{
5461		input:  []byte{0x22, 0xcc, 0x88, 0xa},
5462		output: [][]byte{[]byte{0x22, 0xcc, 0x88}, []byte{0xa}},
5463	},
5464	{
5465		input:  []byte{0x22, 0xb},
5466		output: [][]byte{[]byte{0x22}, []byte{0xb}},
5467	},
5468	{
5469		input:  []byte{0x22, 0xcc, 0x88, 0xb},
5470		output: [][]byte{[]byte{0x22, 0xcc, 0x88}, []byte{0xb}},
5471	},
5472	{
5473		input:  []byte{0x22, 0xe3, 0x80, 0xb1},
5474		output: [][]byte{[]byte{0x22}, []byte{0xe3, 0x80, 0xb1}},
5475	},
5476	{
5477		input:  []byte{0x22, 0xcc, 0x88, 0xe3, 0x80, 0xb1},
5478		output: [][]byte{[]byte{0x22, 0xcc, 0x88}, []byte{0xe3, 0x80, 0xb1}},
5479	},
5480	{
5481		input:  []byte{0x22, 0x41},
5482		output: [][]byte{[]byte{0x22}, []byte{0x41}},
5483	},
5484	{
5485		input:  []byte{0x22, 0xcc, 0x88, 0x41},
5486		output: [][]byte{[]byte{0x22, 0xcc, 0x88}, []byte{0x41}},
5487	},
5488	{
5489		input:  []byte{0x22, 0x3a},
5490		output: [][]byte{[]byte{0x22}, []byte{0x3a}},
5491	},
5492	{
5493		input:  []byte{0x22, 0xcc, 0x88, 0x3a},
5494		output: [][]byte{[]byte{0x22, 0xcc, 0x88}, []byte{0x3a}},
5495	},
5496	{
5497		input:  []byte{0x22, 0x2c},
5498		output: [][]byte{[]byte{0x22}, []byte{0x2c}},
5499	},
5500	{
5501		input:  []byte{0x22, 0xcc, 0x88, 0x2c},
5502		output: [][]byte{[]byte{0x22, 0xcc, 0x88}, []byte{0x2c}},
5503	},
5504	{
5505		input:  []byte{0x22, 0x2e},
5506		output: [][]byte{[]byte{0x22}, []byte{0x2e}},
5507	},
5508	{
5509		input:  []byte{0x22, 0xcc, 0x88, 0x2e},
5510		output: [][]byte{[]byte{0x22, 0xcc, 0x88}, []byte{0x2e}},
5511	},
5512	{
5513		input:  []byte{0x22, 0x30},
5514		output: [][]byte{[]byte{0x22}, []byte{0x30}},
5515	},
5516	{
5517		input:  []byte{0x22, 0xcc, 0x88, 0x30},
5518		output: [][]byte{[]byte{0x22, 0xcc, 0x88}, []byte{0x30}},
5519	},
5520	{
5521		input:  []byte{0x22, 0x5f},
5522		output: [][]byte{[]byte{0x22}, []byte{0x5f}},
5523	},
5524	{
5525		input:  []byte{0x22, 0xcc, 0x88, 0x5f},
5526		output: [][]byte{[]byte{0x22, 0xcc, 0x88}, []byte{0x5f}},
5527	},
5528	{
5529		input:  []byte{0x22, 0xf0, 0x9f, 0x87, 0xa6},
5530		output: [][]byte{[]byte{0x22}, []byte{0xf0, 0x9f, 0x87, 0xa6}},
5531	},
5532	{
5533		input:  []byte{0x22, 0xcc, 0x88, 0xf0, 0x9f, 0x87, 0xa6},
5534		output: [][]byte{[]byte{0x22, 0xcc, 0x88}, []byte{0xf0, 0x9f, 0x87, 0xa6}},
5535	},
5536	{
5537		input:  []byte{0x22, 0xd7, 0x90},
5538		output: [][]byte{[]byte{0x22}, []byte{0xd7, 0x90}},
5539	},
5540	{
5541		input:  []byte{0x22, 0xcc, 0x88, 0xd7, 0x90},
5542		output: [][]byte{[]byte{0x22, 0xcc, 0x88}, []byte{0xd7, 0x90}},
5543	},
5544	{
5545		input:  []byte{0x22, 0x22},
5546		output: [][]byte{[]byte{0x22}, []byte{0x22}},
5547	},
5548	{
5549		input:  []byte{0x22, 0xcc, 0x88, 0x22},
5550		output: [][]byte{[]byte{0x22, 0xcc, 0x88}, []byte{0x22}},
5551	},
5552	{
5553		input:  []byte{0x22, 0x27},
5554		output: [][]byte{[]byte{0x22}, []byte{0x27}},
5555	},
5556	{
5557		input:  []byte{0x22, 0xcc, 0x88, 0x27},
5558		output: [][]byte{[]byte{0x22, 0xcc, 0x88}, []byte{0x27}},
5559	},
5560	{
5561		input:  []byte{0x22, 0xe2, 0x8c, 0x9a},
5562		output: [][]byte{[]byte{0x22}, []byte{0xe2, 0x8c, 0x9a}},
5563	},
5564	{
5565		input:  []byte{0x22, 0xcc, 0x88, 0xe2, 0x8c, 0x9a},
5566		output: [][]byte{[]byte{0x22, 0xcc, 0x88}, []byte{0xe2, 0x8c, 0x9a}},
5567	},
5568	{
5569		input:  []byte{0x22, 0x20},
5570		output: [][]byte{[]byte{0x22}, []byte{0x20}},
5571	},
5572	{
5573		input:  []byte{0x22, 0xcc, 0x88, 0x20},
5574		output: [][]byte{[]byte{0x22, 0xcc, 0x88}, []byte{0x20}},
5575	},
5576	{
5577		input:  []byte{0x22, 0xc2, 0xad},
5578		output: [][]byte{[]byte{0x22, 0xc2, 0xad}},
5579	},
5580	{
5581		input:  []byte{0x22, 0xcc, 0x88, 0xc2, 0xad},
5582		output: [][]byte{[]byte{0x22, 0xcc, 0x88, 0xc2, 0xad}},
5583	},
5584	{
5585		input:  []byte{0x22, 0xcc, 0x80},
5586		output: [][]byte{[]byte{0x22, 0xcc, 0x80}},
5587	},
5588	{
5589		input:  []byte{0x22, 0xcc, 0x88, 0xcc, 0x80},
5590		output: [][]byte{[]byte{0x22, 0xcc, 0x88, 0xcc, 0x80}},
5591	},
5592	{
5593		input:  []byte{0x22, 0xe2, 0x80, 0x8d},
5594		output: [][]byte{[]byte{0x22, 0xe2, 0x80, 0x8d}},
5595	},
5596	{
5597		input:  []byte{0x22, 0xcc, 0x88, 0xe2, 0x80, 0x8d},
5598		output: [][]byte{[]byte{0x22, 0xcc, 0x88, 0xe2, 0x80, 0x8d}},
5599	},
5600	{
5601		input:  []byte{0x22, 0x61, 0xe2, 0x81, 0xa0},
5602		output: [][]byte{[]byte{0x22}, []byte{0x61, 0xe2, 0x81, 0xa0}},
5603	},
5604	{
5605		input:  []byte{0x22, 0xcc, 0x88, 0x61, 0xe2, 0x81, 0xa0},
5606		output: [][]byte{[]byte{0x22, 0xcc, 0x88}, []byte{0x61, 0xe2, 0x81, 0xa0}},
5607	},
5608	{
5609		input:  []byte{0x22, 0x61, 0x3a},
5610		output: [][]byte{[]byte{0x22}, []byte{0x61}, []byte{0x3a}},
5611	},
5612	{
5613		input:  []byte{0x22, 0xcc, 0x88, 0x61, 0x3a},
5614		output: [][]byte{[]byte{0x22, 0xcc, 0x88}, []byte{0x61}, []byte{0x3a}},
5615	},
5616	{
5617		input:  []byte{0x22, 0x61, 0x27},
5618		output: [][]byte{[]byte{0x22}, []byte{0x61}, []byte{0x27}},
5619	},
5620	{
5621		input:  []byte{0x22, 0xcc, 0x88, 0x61, 0x27},
5622		output: [][]byte{[]byte{0x22, 0xcc, 0x88}, []byte{0x61}, []byte{0x27}},
5623	},
5624	{
5625		input:  []byte{0x22, 0x61, 0x27, 0xe2, 0x81, 0xa0},
5626		output: [][]byte{[]byte{0x22}, []byte{0x61}, []byte{0x27, 0xe2, 0x81, 0xa0}},
5627	},
5628	{
5629		input:  []byte{0x22, 0xcc, 0x88, 0x61, 0x27, 0xe2, 0x81, 0xa0},
5630		output: [][]byte{[]byte{0x22, 0xcc, 0x88}, []byte{0x61}, []byte{0x27, 0xe2, 0x81, 0xa0}},
5631	},
5632	{
5633		input:  []byte{0x22, 0x61, 0x2c},
5634		output: [][]byte{[]byte{0x22}, []byte{0x61}, []byte{0x2c}},
5635	},
5636	{
5637		input:  []byte{0x22, 0xcc, 0x88, 0x61, 0x2c},
5638		output: [][]byte{[]byte{0x22, 0xcc, 0x88}, []byte{0x61}, []byte{0x2c}},
5639	},
5640	{
5641		input:  []byte{0x22, 0x31, 0x3a},
5642		output: [][]byte{[]byte{0x22}, []byte{0x31}, []byte{0x3a}},
5643	},
5644	{
5645		input:  []byte{0x22, 0xcc, 0x88, 0x31, 0x3a},
5646		output: [][]byte{[]byte{0x22, 0xcc, 0x88}, []byte{0x31}, []byte{0x3a}},
5647	},
5648	{
5649		input:  []byte{0x22, 0x31, 0x27},
5650		output: [][]byte{[]byte{0x22}, []byte{0x31}, []byte{0x27}},
5651	},
5652	{
5653		input:  []byte{0x22, 0xcc, 0x88, 0x31, 0x27},
5654		output: [][]byte{[]byte{0x22, 0xcc, 0x88}, []byte{0x31}, []byte{0x27}},
5655	},
5656	{
5657		input:  []byte{0x22, 0x31, 0x2c},
5658		output: [][]byte{[]byte{0x22}, []byte{0x31}, []byte{0x2c}},
5659	},
5660	{
5661		input:  []byte{0x22, 0xcc, 0x88, 0x31, 0x2c},
5662		output: [][]byte{[]byte{0x22, 0xcc, 0x88}, []byte{0x31}, []byte{0x2c}},
5663	},
5664	{
5665		input:  []byte{0x22, 0x31, 0x2e, 0xe2, 0x81, 0xa0},
5666		output: [][]byte{[]byte{0x22}, []byte{0x31}, []byte{0x2e, 0xe2, 0x81, 0xa0}},
5667	},
5668	{
5669		input:  []byte{0x22, 0xcc, 0x88, 0x31, 0x2e, 0xe2, 0x81, 0xa0},
5670		output: [][]byte{[]byte{0x22, 0xcc, 0x88}, []byte{0x31}, []byte{0x2e, 0xe2, 0x81, 0xa0}},
5671	},
5672	{
5673		input:  []byte{0x27, 0x1},
5674		output: [][]byte{[]byte{0x27}, []byte{0x1}},
5675	},
5676	{
5677		input:  []byte{0x27, 0xcc, 0x88, 0x1},
5678		output: [][]byte{[]byte{0x27, 0xcc, 0x88}, []byte{0x1}},
5679	},
5680	{
5681		input:  []byte{0x27, 0xd},
5682		output: [][]byte{[]byte{0x27}, []byte{0xd}},
5683	},
5684	{
5685		input:  []byte{0x27, 0xcc, 0x88, 0xd},
5686		output: [][]byte{[]byte{0x27, 0xcc, 0x88}, []byte{0xd}},
5687	},
5688	{
5689		input:  []byte{0x27, 0xa},
5690		output: [][]byte{[]byte{0x27}, []byte{0xa}},
5691	},
5692	{
5693		input:  []byte{0x27, 0xcc, 0x88, 0xa},
5694		output: [][]byte{[]byte{0x27, 0xcc, 0x88}, []byte{0xa}},
5695	},
5696	{
5697		input:  []byte{0x27, 0xb},
5698		output: [][]byte{[]byte{0x27}, []byte{0xb}},
5699	},
5700	{
5701		input:  []byte{0x27, 0xcc, 0x88, 0xb},
5702		output: [][]byte{[]byte{0x27, 0xcc, 0x88}, []byte{0xb}},
5703	},
5704	{
5705		input:  []byte{0x27, 0xe3, 0x80, 0xb1},
5706		output: [][]byte{[]byte{0x27}, []byte{0xe3, 0x80, 0xb1}},
5707	},
5708	{
5709		input:  []byte{0x27, 0xcc, 0x88, 0xe3, 0x80, 0xb1},
5710		output: [][]byte{[]byte{0x27, 0xcc, 0x88}, []byte{0xe3, 0x80, 0xb1}},
5711	},
5712	{
5713		input:  []byte{0x27, 0x41},
5714		output: [][]byte{[]byte{0x27}, []byte{0x41}},
5715	},
5716	{
5717		input:  []byte{0x27, 0xcc, 0x88, 0x41},
5718		output: [][]byte{[]byte{0x27, 0xcc, 0x88}, []byte{0x41}},
5719	},
5720	{
5721		input:  []byte{0x27, 0x3a},
5722		output: [][]byte{[]byte{0x27}, []byte{0x3a}},
5723	},
5724	{
5725		input:  []byte{0x27, 0xcc, 0x88, 0x3a},
5726		output: [][]byte{[]byte{0x27, 0xcc, 0x88}, []byte{0x3a}},
5727	},
5728	{
5729		input:  []byte{0x27, 0x2c},
5730		output: [][]byte{[]byte{0x27}, []byte{0x2c}},
5731	},
5732	{
5733		input:  []byte{0x27, 0xcc, 0x88, 0x2c},
5734		output: [][]byte{[]byte{0x27, 0xcc, 0x88}, []byte{0x2c}},
5735	},
5736	{
5737		input:  []byte{0x27, 0x2e},
5738		output: [][]byte{[]byte{0x27}, []byte{0x2e}},
5739	},
5740	{
5741		input:  []byte{0x27, 0xcc, 0x88, 0x2e},
5742		output: [][]byte{[]byte{0x27, 0xcc, 0x88}, []byte{0x2e}},
5743	},
5744	{
5745		input:  []byte{0x27, 0x30},
5746		output: [][]byte{[]byte{0x27}, []byte{0x30}},
5747	},
5748	{
5749		input:  []byte{0x27, 0xcc, 0x88, 0x30},
5750		output: [][]byte{[]byte{0x27, 0xcc, 0x88}, []byte{0x30}},
5751	},
5752	{
5753		input:  []byte{0x27, 0x5f},
5754		output: [][]byte{[]byte{0x27}, []byte{0x5f}},
5755	},
5756	{
5757		input:  []byte{0x27, 0xcc, 0x88, 0x5f},
5758		output: [][]byte{[]byte{0x27, 0xcc, 0x88}, []byte{0x5f}},
5759	},
5760	{
5761		input:  []byte{0x27, 0xf0, 0x9f, 0x87, 0xa6},
5762		output: [][]byte{[]byte{0x27}, []byte{0xf0, 0x9f, 0x87, 0xa6}},
5763	},
5764	{
5765		input:  []byte{0x27, 0xcc, 0x88, 0xf0, 0x9f, 0x87, 0xa6},
5766		output: [][]byte{[]byte{0x27, 0xcc, 0x88}, []byte{0xf0, 0x9f, 0x87, 0xa6}},
5767	},
5768	{
5769		input:  []byte{0x27, 0xd7, 0x90},
5770		output: [][]byte{[]byte{0x27}, []byte{0xd7, 0x90}},
5771	},
5772	{
5773		input:  []byte{0x27, 0xcc, 0x88, 0xd7, 0x90},
5774		output: [][]byte{[]byte{0x27, 0xcc, 0x88}, []byte{0xd7, 0x90}},
5775	},
5776	{
5777		input:  []byte{0x27, 0x22},
5778		output: [][]byte{[]byte{0x27}, []byte{0x22}},
5779	},
5780	{
5781		input:  []byte{0x27, 0xcc, 0x88, 0x22},
5782		output: [][]byte{[]byte{0x27, 0xcc, 0x88}, []byte{0x22}},
5783	},
5784	{
5785		input:  []byte{0x27, 0x27},
5786		output: [][]byte{[]byte{0x27}, []byte{0x27}},
5787	},
5788	{
5789		input:  []byte{0x27, 0xcc, 0x88, 0x27},
5790		output: [][]byte{[]byte{0x27, 0xcc, 0x88}, []byte{0x27}},
5791	},
5792	{
5793		input:  []byte{0x27, 0xe2, 0x8c, 0x9a},
5794		output: [][]byte{[]byte{0x27}, []byte{0xe2, 0x8c, 0x9a}},
5795	},
5796	{
5797		input:  []byte{0x27, 0xcc, 0x88, 0xe2, 0x8c, 0x9a},
5798		output: [][]byte{[]byte{0x27, 0xcc, 0x88}, []byte{0xe2, 0x8c, 0x9a}},
5799	},
5800	{
5801		input:  []byte{0x27, 0x20},
5802		output: [][]byte{[]byte{0x27}, []byte{0x20}},
5803	},
5804	{
5805		input:  []byte{0x27, 0xcc, 0x88, 0x20},
5806		output: [][]byte{[]byte{0x27, 0xcc, 0x88}, []byte{0x20}},
5807	},
5808	{
5809		input:  []byte{0x27, 0xc2, 0xad},
5810		output: [][]byte{[]byte{0x27, 0xc2, 0xad}},
5811	},
5812	{
5813		input:  []byte{0x27, 0xcc, 0x88, 0xc2, 0xad},
5814		output: [][]byte{[]byte{0x27, 0xcc, 0x88, 0xc2, 0xad}},
5815	},
5816	{
5817		input:  []byte{0x27, 0xcc, 0x80},
5818		output: [][]byte{[]byte{0x27, 0xcc, 0x80}},
5819	},
5820	{
5821		input:  []byte{0x27, 0xcc, 0x88, 0xcc, 0x80},
5822		output: [][]byte{[]byte{0x27, 0xcc, 0x88, 0xcc, 0x80}},
5823	},
5824	{
5825		input:  []byte{0x27, 0xe2, 0x80, 0x8d},
5826		output: [][]byte{[]byte{0x27, 0xe2, 0x80, 0x8d}},
5827	},
5828	{
5829		input:  []byte{0x27, 0xcc, 0x88, 0xe2, 0x80, 0x8d},
5830		output: [][]byte{[]byte{0x27, 0xcc, 0x88, 0xe2, 0x80, 0x8d}},
5831	},
5832	{
5833		input:  []byte{0x27, 0x61, 0xe2, 0x81, 0xa0},
5834		output: [][]byte{[]byte{0x27}, []byte{0x61, 0xe2, 0x81, 0xa0}},
5835	},
5836	{
5837		input:  []byte{0x27, 0xcc, 0x88, 0x61, 0xe2, 0x81, 0xa0},
5838		output: [][]byte{[]byte{0x27, 0xcc, 0x88}, []byte{0x61, 0xe2, 0x81, 0xa0}},
5839	},
5840	{
5841		input:  []byte{0x27, 0x61, 0x3a},
5842		output: [][]byte{[]byte{0x27}, []byte{0x61}, []byte{0x3a}},
5843	},
5844	{
5845		input:  []byte{0x27, 0xcc, 0x88, 0x61, 0x3a},
5846		output: [][]byte{[]byte{0x27, 0xcc, 0x88}, []byte{0x61}, []byte{0x3a}},
5847	},
5848	{
5849		input:  []byte{0x27, 0x61, 0x27},
5850		output: [][]byte{[]byte{0x27}, []byte{0x61}, []byte{0x27}},
5851	},
5852	{
5853		input:  []byte{0x27, 0xcc, 0x88, 0x61, 0x27},
5854		output: [][]byte{[]byte{0x27, 0xcc, 0x88}, []byte{0x61}, []byte{0x27}},
5855	},
5856	{
5857		input:  []byte{0x27, 0x61, 0x27, 0xe2, 0x81, 0xa0},
5858		output: [][]byte{[]byte{0x27}, []byte{0x61}, []byte{0x27, 0xe2, 0x81, 0xa0}},
5859	},
5860	{
5861		input:  []byte{0x27, 0xcc, 0x88, 0x61, 0x27, 0xe2, 0x81, 0xa0},
5862		output: [][]byte{[]byte{0x27, 0xcc, 0x88}, []byte{0x61}, []byte{0x27, 0xe2, 0x81, 0xa0}},
5863	},
5864	{
5865		input:  []byte{0x27, 0x61, 0x2c},
5866		output: [][]byte{[]byte{0x27}, []byte{0x61}, []byte{0x2c}},
5867	},
5868	{
5869		input:  []byte{0x27, 0xcc, 0x88, 0x61, 0x2c},
5870		output: [][]byte{[]byte{0x27, 0xcc, 0x88}, []byte{0x61}, []byte{0x2c}},
5871	},
5872	{
5873		input:  []byte{0x27, 0x31, 0x3a},
5874		output: [][]byte{[]byte{0x27}, []byte{0x31}, []byte{0x3a}},
5875	},
5876	{
5877		input:  []byte{0x27, 0xcc, 0x88, 0x31, 0x3a},
5878		output: [][]byte{[]byte{0x27, 0xcc, 0x88}, []byte{0x31}, []byte{0x3a}},
5879	},
5880	{
5881		input:  []byte{0x27, 0x31, 0x27},
5882		output: [][]byte{[]byte{0x27}, []byte{0x31}, []byte{0x27}},
5883	},
5884	{
5885		input:  []byte{0x27, 0xcc, 0x88, 0x31, 0x27},
5886		output: [][]byte{[]byte{0x27, 0xcc, 0x88}, []byte{0x31}, []byte{0x27}},
5887	},
5888	{
5889		input:  []byte{0x27, 0x31, 0x2c},
5890		output: [][]byte{[]byte{0x27}, []byte{0x31}, []byte{0x2c}},
5891	},
5892	{
5893		input:  []byte{0x27, 0xcc, 0x88, 0x31, 0x2c},
5894		output: [][]byte{[]byte{0x27, 0xcc, 0x88}, []byte{0x31}, []byte{0x2c}},
5895	},
5896	{
5897		input:  []byte{0x27, 0x31, 0x2e, 0xe2, 0x81, 0xa0},
5898		output: [][]byte{[]byte{0x27}, []byte{0x31}, []byte{0x2e, 0xe2, 0x81, 0xa0}},
5899	},
5900	{
5901		input:  []byte{0x27, 0xcc, 0x88, 0x31, 0x2e, 0xe2, 0x81, 0xa0},
5902		output: [][]byte{[]byte{0x27, 0xcc, 0x88}, []byte{0x31}, []byte{0x2e, 0xe2, 0x81, 0xa0}},
5903	},
5904	{
5905		input:  []byte{0xe2, 0x8c, 0x9a, 0x1},
5906		output: [][]byte{[]byte{0xe2, 0x8c, 0x9a}, []byte{0x1}},
5907	},
5908	{
5909		input:  []byte{0xe2, 0x8c, 0x9a, 0xcc, 0x88, 0x1},
5910		output: [][]byte{[]byte{0xe2, 0x8c, 0x9a, 0xcc, 0x88}, []byte{0x1}},
5911	},
5912	{
5913		input:  []byte{0xe2, 0x8c, 0x9a, 0xd},
5914		output: [][]byte{[]byte{0xe2, 0x8c, 0x9a}, []byte{0xd}},
5915	},
5916	{
5917		input:  []byte{0xe2, 0x8c, 0x9a, 0xcc, 0x88, 0xd},
5918		output: [][]byte{[]byte{0xe2, 0x8c, 0x9a, 0xcc, 0x88}, []byte{0xd}},
5919	},
5920	{
5921		input:  []byte{0xe2, 0x8c, 0x9a, 0xa},
5922		output: [][]byte{[]byte{0xe2, 0x8c, 0x9a}, []byte{0xa}},
5923	},
5924	{
5925		input:  []byte{0xe2, 0x8c, 0x9a, 0xcc, 0x88, 0xa},
5926		output: [][]byte{[]byte{0xe2, 0x8c, 0x9a, 0xcc, 0x88}, []byte{0xa}},
5927	},
5928	{
5929		input:  []byte{0xe2, 0x8c, 0x9a, 0xb},
5930		output: [][]byte{[]byte{0xe2, 0x8c, 0x9a}, []byte{0xb}},
5931	},
5932	{
5933		input:  []byte{0xe2, 0x8c, 0x9a, 0xcc, 0x88, 0xb},
5934		output: [][]byte{[]byte{0xe2, 0x8c, 0x9a, 0xcc, 0x88}, []byte{0xb}},
5935	},
5936	{
5937		input:  []byte{0xe2, 0x8c, 0x9a, 0xe3, 0x80, 0xb1},
5938		output: [][]byte{[]byte{0xe2, 0x8c, 0x9a}, []byte{0xe3, 0x80, 0xb1}},
5939	},
5940	{
5941		input:  []byte{0xe2, 0x8c, 0x9a, 0xcc, 0x88, 0xe3, 0x80, 0xb1},
5942		output: [][]byte{[]byte{0xe2, 0x8c, 0x9a, 0xcc, 0x88}, []byte{0xe3, 0x80, 0xb1}},
5943	},
5944	{
5945		input:  []byte{0xe2, 0x8c, 0x9a, 0x41},
5946		output: [][]byte{[]byte{0xe2, 0x8c, 0x9a}, []byte{0x41}},
5947	},
5948	{
5949		input:  []byte{0xe2, 0x8c, 0x9a, 0xcc, 0x88, 0x41},
5950		output: [][]byte{[]byte{0xe2, 0x8c, 0x9a, 0xcc, 0x88}, []byte{0x41}},
5951	},
5952	{
5953		input:  []byte{0xe2, 0x8c, 0x9a, 0x3a},
5954		output: [][]byte{[]byte{0xe2, 0x8c, 0x9a}, []byte{0x3a}},
5955	},
5956	{
5957		input:  []byte{0xe2, 0x8c, 0x9a, 0xcc, 0x88, 0x3a},
5958		output: [][]byte{[]byte{0xe2, 0x8c, 0x9a, 0xcc, 0x88}, []byte{0x3a}},
5959	},
5960	{
5961		input:  []byte{0xe2, 0x8c, 0x9a, 0x2c},
5962		output: [][]byte{[]byte{0xe2, 0x8c, 0x9a}, []byte{0x2c}},
5963	},
5964	{
5965		input:  []byte{0xe2, 0x8c, 0x9a, 0xcc, 0x88, 0x2c},
5966		output: [][]byte{[]byte{0xe2, 0x8c, 0x9a, 0xcc, 0x88}, []byte{0x2c}},
5967	},
5968	{
5969		input:  []byte{0xe2, 0x8c, 0x9a, 0x2e},
5970		output: [][]byte{[]byte{0xe2, 0x8c, 0x9a}, []byte{0x2e}},
5971	},
5972	{
5973		input:  []byte{0xe2, 0x8c, 0x9a, 0xcc, 0x88, 0x2e},
5974		output: [][]byte{[]byte{0xe2, 0x8c, 0x9a, 0xcc, 0x88}, []byte{0x2e}},
5975	},
5976	{
5977		input:  []byte{0xe2, 0x8c, 0x9a, 0x30},
5978		output: [][]byte{[]byte{0xe2, 0x8c, 0x9a}, []byte{0x30}},
5979	},
5980	{
5981		input:  []byte{0xe2, 0x8c, 0x9a, 0xcc, 0x88, 0x30},
5982		output: [][]byte{[]byte{0xe2, 0x8c, 0x9a, 0xcc, 0x88}, []byte{0x30}},
5983	},
5984	{
5985		input:  []byte{0xe2, 0x8c, 0x9a, 0x5f},
5986		output: [][]byte{[]byte{0xe2, 0x8c, 0x9a}, []byte{0x5f}},
5987	},
5988	{
5989		input:  []byte{0xe2, 0x8c, 0x9a, 0xcc, 0x88, 0x5f},
5990		output: [][]byte{[]byte{0xe2, 0x8c, 0x9a, 0xcc, 0x88}, []byte{0x5f}},
5991	},
5992	{
5993		input:  []byte{0xe2, 0x8c, 0x9a, 0xf0, 0x9f, 0x87, 0xa6},
5994		output: [][]byte{[]byte{0xe2, 0x8c, 0x9a}, []byte{0xf0, 0x9f, 0x87, 0xa6}},
5995	},
5996	{
5997		input:  []byte{0xe2, 0x8c, 0x9a, 0xcc, 0x88, 0xf0, 0x9f, 0x87, 0xa6},
5998		output: [][]byte{[]byte{0xe2, 0x8c, 0x9a, 0xcc, 0x88}, []byte{0xf0, 0x9f, 0x87, 0xa6}},
5999	},
6000	{
6001		input:  []byte{0xe2, 0x8c, 0x9a, 0xd7, 0x90},
6002		output: [][]byte{[]byte{0xe2, 0x8c, 0x9a}, []byte{0xd7, 0x90}},
6003	},
6004	{
6005		input:  []byte{0xe2, 0x8c, 0x9a, 0xcc, 0x88, 0xd7, 0x90},
6006		output: [][]byte{[]byte{0xe2, 0x8c, 0x9a, 0xcc, 0x88}, []byte{0xd7, 0x90}},
6007	},
6008	{
6009		input:  []byte{0xe2, 0x8c, 0x9a, 0x22},
6010		output: [][]byte{[]byte{0xe2, 0x8c, 0x9a}, []byte{0x22}},
6011	},
6012	{
6013		input:  []byte{0xe2, 0x8c, 0x9a, 0xcc, 0x88, 0x22},
6014		output: [][]byte{[]byte{0xe2, 0x8c, 0x9a, 0xcc, 0x88}, []byte{0x22}},
6015	},
6016	{
6017		input:  []byte{0xe2, 0x8c, 0x9a, 0x27},
6018		output: [][]byte{[]byte{0xe2, 0x8c, 0x9a}, []byte{0x27}},
6019	},
6020	{
6021		input:  []byte{0xe2, 0x8c, 0x9a, 0xcc, 0x88, 0x27},
6022		output: [][]byte{[]byte{0xe2, 0x8c, 0x9a, 0xcc, 0x88}, []byte{0x27}},
6023	},
6024	{
6025		input:  []byte{0xe2, 0x8c, 0x9a, 0xe2, 0x8c, 0x9a},
6026		output: [][]byte{[]byte{0xe2, 0x8c, 0x9a}, []byte{0xe2, 0x8c, 0x9a}},
6027	},
6028	{
6029		input:  []byte{0xe2, 0x8c, 0x9a, 0xcc, 0x88, 0xe2, 0x8c, 0x9a},
6030		output: [][]byte{[]byte{0xe2, 0x8c, 0x9a, 0xcc, 0x88}, []byte{0xe2, 0x8c, 0x9a}},
6031	},
6032	{
6033		input:  []byte{0xe2, 0x8c, 0x9a, 0x20},
6034		output: [][]byte{[]byte{0xe2, 0x8c, 0x9a}, []byte{0x20}},
6035	},
6036	{
6037		input:  []byte{0xe2, 0x8c, 0x9a, 0xcc, 0x88, 0x20},
6038		output: [][]byte{[]byte{0xe2, 0x8c, 0x9a, 0xcc, 0x88}, []byte{0x20}},
6039	},
6040	{
6041		input:  []byte{0xe2, 0x8c, 0x9a, 0xc2, 0xad},
6042		output: [][]byte{[]byte{0xe2, 0x8c, 0x9a, 0xc2, 0xad}},
6043	},
6044	{
6045		input:  []byte{0xe2, 0x8c, 0x9a, 0xcc, 0x88, 0xc2, 0xad},
6046		output: [][]byte{[]byte{0xe2, 0x8c, 0x9a, 0xcc, 0x88, 0xc2, 0xad}},
6047	},
6048	{
6049		input:  []byte{0xe2, 0x8c, 0x9a, 0xcc, 0x80},
6050		output: [][]byte{[]byte{0xe2, 0x8c, 0x9a, 0xcc, 0x80}},
6051	},
6052	{
6053		input:  []byte{0xe2, 0x8c, 0x9a, 0xcc, 0x88, 0xcc, 0x80},
6054		output: [][]byte{[]byte{0xe2, 0x8c, 0x9a, 0xcc, 0x88, 0xcc, 0x80}},
6055	},
6056	{
6057		input:  []byte{0xe2, 0x8c, 0x9a, 0xe2, 0x80, 0x8d},
6058		output: [][]byte{[]byte{0xe2, 0x8c, 0x9a, 0xe2, 0x80, 0x8d}},
6059	},
6060	{
6061		input:  []byte{0xe2, 0x8c, 0x9a, 0xcc, 0x88, 0xe2, 0x80, 0x8d},
6062		output: [][]byte{[]byte{0xe2, 0x8c, 0x9a, 0xcc, 0x88, 0xe2, 0x80, 0x8d}},
6063	},
6064	{
6065		input:  []byte{0xe2, 0x8c, 0x9a, 0x61, 0xe2, 0x81, 0xa0},
6066		output: [][]byte{[]byte{0xe2, 0x8c, 0x9a}, []byte{0x61, 0xe2, 0x81, 0xa0}},
6067	},
6068	{
6069		input:  []byte{0xe2, 0x8c, 0x9a, 0xcc, 0x88, 0x61, 0xe2, 0x81, 0xa0},
6070		output: [][]byte{[]byte{0xe2, 0x8c, 0x9a, 0xcc, 0x88}, []byte{0x61, 0xe2, 0x81, 0xa0}},
6071	},
6072	{
6073		input:  []byte{0xe2, 0x8c, 0x9a, 0x61, 0x3a},
6074		output: [][]byte{[]byte{0xe2, 0x8c, 0x9a}, []byte{0x61}, []byte{0x3a}},
6075	},
6076	{
6077		input:  []byte{0xe2, 0x8c, 0x9a, 0xcc, 0x88, 0x61, 0x3a},
6078		output: [][]byte{[]byte{0xe2, 0x8c, 0x9a, 0xcc, 0x88}, []byte{0x61}, []byte{0x3a}},
6079	},
6080	{
6081		input:  []byte{0xe2, 0x8c, 0x9a, 0x61, 0x27},
6082		output: [][]byte{[]byte{0xe2, 0x8c, 0x9a}, []byte{0x61}, []byte{0x27}},
6083	},
6084	{
6085		input:  []byte{0xe2, 0x8c, 0x9a, 0xcc, 0x88, 0x61, 0x27},
6086		output: [][]byte{[]byte{0xe2, 0x8c, 0x9a, 0xcc, 0x88}, []byte{0x61}, []byte{0x27}},
6087	},
6088	{
6089		input:  []byte{0xe2, 0x8c, 0x9a, 0x61, 0x27, 0xe2, 0x81, 0xa0},
6090		output: [][]byte{[]byte{0xe2, 0x8c, 0x9a}, []byte{0x61}, []byte{0x27, 0xe2, 0x81, 0xa0}},
6091	},
6092	{
6093		input:  []byte{0xe2, 0x8c, 0x9a, 0xcc, 0x88, 0x61, 0x27, 0xe2, 0x81, 0xa0},
6094		output: [][]byte{[]byte{0xe2, 0x8c, 0x9a, 0xcc, 0x88}, []byte{0x61}, []byte{0x27, 0xe2, 0x81, 0xa0}},
6095	},
6096	{
6097		input:  []byte{0xe2, 0x8c, 0x9a, 0x61, 0x2c},
6098		output: [][]byte{[]byte{0xe2, 0x8c, 0x9a}, []byte{0x61}, []byte{0x2c}},
6099	},
6100	{
6101		input:  []byte{0xe2, 0x8c, 0x9a, 0xcc, 0x88, 0x61, 0x2c},
6102		output: [][]byte{[]byte{0xe2, 0x8c, 0x9a, 0xcc, 0x88}, []byte{0x61}, []byte{0x2c}},
6103	},
6104	{
6105		input:  []byte{0xe2, 0x8c, 0x9a, 0x31, 0x3a},
6106		output: [][]byte{[]byte{0xe2, 0x8c, 0x9a}, []byte{0x31}, []byte{0x3a}},
6107	},
6108	{
6109		input:  []byte{0xe2, 0x8c, 0x9a, 0xcc, 0x88, 0x31, 0x3a},
6110		output: [][]byte{[]byte{0xe2, 0x8c, 0x9a, 0xcc, 0x88}, []byte{0x31}, []byte{0x3a}},
6111	},
6112	{
6113		input:  []byte{0xe2, 0x8c, 0x9a, 0x31, 0x27},
6114		output: [][]byte{[]byte{0xe2, 0x8c, 0x9a}, []byte{0x31}, []byte{0x27}},
6115	},
6116	{
6117		input:  []byte{0xe2, 0x8c, 0x9a, 0xcc, 0x88, 0x31, 0x27},
6118		output: [][]byte{[]byte{0xe2, 0x8c, 0x9a, 0xcc, 0x88}, []byte{0x31}, []byte{0x27}},
6119	},
6120	{
6121		input:  []byte{0xe2, 0x8c, 0x9a, 0x31, 0x2c},
6122		output: [][]byte{[]byte{0xe2, 0x8c, 0x9a}, []byte{0x31}, []byte{0x2c}},
6123	},
6124	{
6125		input:  []byte{0xe2, 0x8c, 0x9a, 0xcc, 0x88, 0x31, 0x2c},
6126		output: [][]byte{[]byte{0xe2, 0x8c, 0x9a, 0xcc, 0x88}, []byte{0x31}, []byte{0x2c}},
6127	},
6128	{
6129		input:  []byte{0xe2, 0x8c, 0x9a, 0x31, 0x2e, 0xe2, 0x81, 0xa0},
6130		output: [][]byte{[]byte{0xe2, 0x8c, 0x9a}, []byte{0x31}, []byte{0x2e, 0xe2, 0x81, 0xa0}},
6131	},
6132	{
6133		input:  []byte{0xe2, 0x8c, 0x9a, 0xcc, 0x88, 0x31, 0x2e, 0xe2, 0x81, 0xa0},
6134		output: [][]byte{[]byte{0xe2, 0x8c, 0x9a, 0xcc, 0x88}, []byte{0x31}, []byte{0x2e, 0xe2, 0x81, 0xa0}},
6135	},
6136	{
6137		input:  []byte{0x20, 0x1},
6138		output: [][]byte{[]byte{0x20}, []byte{0x1}},
6139	},
6140	{
6141		input:  []byte{0x20, 0xcc, 0x88, 0x1},
6142		output: [][]byte{[]byte{0x20, 0xcc, 0x88}, []byte{0x1}},
6143	},
6144	{
6145		input:  []byte{0x20, 0xd},
6146		output: [][]byte{[]byte{0x20}, []byte{0xd}},
6147	},
6148	{
6149		input:  []byte{0x20, 0xcc, 0x88, 0xd},
6150		output: [][]byte{[]byte{0x20, 0xcc, 0x88}, []byte{0xd}},
6151	},
6152	{
6153		input:  []byte{0x20, 0xa},
6154		output: [][]byte{[]byte{0x20}, []byte{0xa}},
6155	},
6156	{
6157		input:  []byte{0x20, 0xcc, 0x88, 0xa},
6158		output: [][]byte{[]byte{0x20, 0xcc, 0x88}, []byte{0xa}},
6159	},
6160	{
6161		input:  []byte{0x20, 0xb},
6162		output: [][]byte{[]byte{0x20}, []byte{0xb}},
6163	},
6164	{
6165		input:  []byte{0x20, 0xcc, 0x88, 0xb},
6166		output: [][]byte{[]byte{0x20, 0xcc, 0x88}, []byte{0xb}},
6167	},
6168	{
6169		input:  []byte{0x20, 0xe3, 0x80, 0xb1},
6170		output: [][]byte{[]byte{0x20}, []byte{0xe3, 0x80, 0xb1}},
6171	},
6172	{
6173		input:  []byte{0x20, 0xcc, 0x88, 0xe3, 0x80, 0xb1},
6174		output: [][]byte{[]byte{0x20, 0xcc, 0x88}, []byte{0xe3, 0x80, 0xb1}},
6175	},
6176	{
6177		input:  []byte{0x20, 0x41},
6178		output: [][]byte{[]byte{0x20}, []byte{0x41}},
6179	},
6180	{
6181		input:  []byte{0x20, 0xcc, 0x88, 0x41},
6182		output: [][]byte{[]byte{0x20, 0xcc, 0x88}, []byte{0x41}},
6183	},
6184	{
6185		input:  []byte{0x20, 0x3a},
6186		output: [][]byte{[]byte{0x20}, []byte{0x3a}},
6187	},
6188	{
6189		input:  []byte{0x20, 0xcc, 0x88, 0x3a},
6190		output: [][]byte{[]byte{0x20, 0xcc, 0x88}, []byte{0x3a}},
6191	},
6192	{
6193		input:  []byte{0x20, 0x2c},
6194		output: [][]byte{[]byte{0x20}, []byte{0x2c}},
6195	},
6196	{
6197		input:  []byte{0x20, 0xcc, 0x88, 0x2c},
6198		output: [][]byte{[]byte{0x20, 0xcc, 0x88}, []byte{0x2c}},
6199	},
6200	{
6201		input:  []byte{0x20, 0x2e},
6202		output: [][]byte{[]byte{0x20}, []byte{0x2e}},
6203	},
6204	{
6205		input:  []byte{0x20, 0xcc, 0x88, 0x2e},
6206		output: [][]byte{[]byte{0x20, 0xcc, 0x88}, []byte{0x2e}},
6207	},
6208	{
6209		input:  []byte{0x20, 0x30},
6210		output: [][]byte{[]byte{0x20}, []byte{0x30}},
6211	},
6212	{
6213		input:  []byte{0x20, 0xcc, 0x88, 0x30},
6214		output: [][]byte{[]byte{0x20, 0xcc, 0x88}, []byte{0x30}},
6215	},
6216	{
6217		input:  []byte{0x20, 0x5f},
6218		output: [][]byte{[]byte{0x20}, []byte{0x5f}},
6219	},
6220	{
6221		input:  []byte{0x20, 0xcc, 0x88, 0x5f},
6222		output: [][]byte{[]byte{0x20, 0xcc, 0x88}, []byte{0x5f}},
6223	},
6224	{
6225		input:  []byte{0x20, 0xf0, 0x9f, 0x87, 0xa6},
6226		output: [][]byte{[]byte{0x20}, []byte{0xf0, 0x9f, 0x87, 0xa6}},
6227	},
6228	{
6229		input:  []byte{0x20, 0xcc, 0x88, 0xf0, 0x9f, 0x87, 0xa6},
6230		output: [][]byte{[]byte{0x20, 0xcc, 0x88}, []byte{0xf0, 0x9f, 0x87, 0xa6}},
6231	},
6232	{
6233		input:  []byte{0x20, 0xd7, 0x90},
6234		output: [][]byte{[]byte{0x20}, []byte{0xd7, 0x90}},
6235	},
6236	{
6237		input:  []byte{0x20, 0xcc, 0x88, 0xd7, 0x90},
6238		output: [][]byte{[]byte{0x20, 0xcc, 0x88}, []byte{0xd7, 0x90}},
6239	},
6240	{
6241		input:  []byte{0x20, 0x22},
6242		output: [][]byte{[]byte{0x20}, []byte{0x22}},
6243	},
6244	{
6245		input:  []byte{0x20, 0xcc, 0x88, 0x22},
6246		output: [][]byte{[]byte{0x20, 0xcc, 0x88}, []byte{0x22}},
6247	},
6248	{
6249		input:  []byte{0x20, 0x27},
6250		output: [][]byte{[]byte{0x20}, []byte{0x27}},
6251	},
6252	{
6253		input:  []byte{0x20, 0xcc, 0x88, 0x27},
6254		output: [][]byte{[]byte{0x20, 0xcc, 0x88}, []byte{0x27}},
6255	},
6256	{
6257		input:  []byte{0x20, 0xe2, 0x8c, 0x9a},
6258		output: [][]byte{[]byte{0x20}, []byte{0xe2, 0x8c, 0x9a}},
6259	},
6260	{
6261		input:  []byte{0x20, 0xcc, 0x88, 0xe2, 0x8c, 0x9a},
6262		output: [][]byte{[]byte{0x20, 0xcc, 0x88}, []byte{0xe2, 0x8c, 0x9a}},
6263	},
6264	{
6265		input:  []byte{0x20, 0x20},
6266		output: [][]byte{[]byte{0x20, 0x20}},
6267	},
6268	{
6269		input:  []byte{0x20, 0xcc, 0x88, 0x20},
6270		output: [][]byte{[]byte{0x20, 0xcc, 0x88}, []byte{0x20}},
6271	},
6272	{
6273		input:  []byte{0x20, 0xc2, 0xad},
6274		output: [][]byte{[]byte{0x20, 0xc2, 0xad}},
6275	},
6276	{
6277		input:  []byte{0x20, 0xcc, 0x88, 0xc2, 0xad},
6278		output: [][]byte{[]byte{0x20, 0xcc, 0x88, 0xc2, 0xad}},
6279	},
6280	{
6281		input:  []byte{0x20, 0xcc, 0x80},
6282		output: [][]byte{[]byte{0x20, 0xcc, 0x80}},
6283	},
6284	{
6285		input:  []byte{0x20, 0xcc, 0x88, 0xcc, 0x80},
6286		output: [][]byte{[]byte{0x20, 0xcc, 0x88, 0xcc, 0x80}},
6287	},
6288	{
6289		input:  []byte{0x20, 0xe2, 0x80, 0x8d},
6290		output: [][]byte{[]byte{0x20, 0xe2, 0x80, 0x8d}},
6291	},
6292	{
6293		input:  []byte{0x20, 0xcc, 0x88, 0xe2, 0x80, 0x8d},
6294		output: [][]byte{[]byte{0x20, 0xcc, 0x88, 0xe2, 0x80, 0x8d}},
6295	},
6296	{
6297		input:  []byte{0x20, 0x61, 0xe2, 0x81, 0xa0},
6298		output: [][]byte{[]byte{0x20}, []byte{0x61, 0xe2, 0x81, 0xa0}},
6299	},
6300	{
6301		input:  []byte{0x20, 0xcc, 0x88, 0x61, 0xe2, 0x81, 0xa0},
6302		output: [][]byte{[]byte{0x20, 0xcc, 0x88}, []byte{0x61, 0xe2, 0x81, 0xa0}},
6303	},
6304	{
6305		input:  []byte{0x20, 0x61, 0x3a},
6306		output: [][]byte{[]byte{0x20}, []byte{0x61}, []byte{0x3a}},
6307	},
6308	{
6309		input:  []byte{0x20, 0xcc, 0x88, 0x61, 0x3a},
6310		output: [][]byte{[]byte{0x20, 0xcc, 0x88}, []byte{0x61}, []byte{0x3a}},
6311	},
6312	{
6313		input:  []byte{0x20, 0x61, 0x27},
6314		output: [][]byte{[]byte{0x20}, []byte{0x61}, []byte{0x27}},
6315	},
6316	{
6317		input:  []byte{0x20, 0xcc, 0x88, 0x61, 0x27},
6318		output: [][]byte{[]byte{0x20, 0xcc, 0x88}, []byte{0x61}, []byte{0x27}},
6319	},
6320	{
6321		input:  []byte{0x20, 0x61, 0x27, 0xe2, 0x81, 0xa0},
6322		output: [][]byte{[]byte{0x20}, []byte{0x61}, []byte{0x27, 0xe2, 0x81, 0xa0}},
6323	},
6324	{
6325		input:  []byte{0x20, 0xcc, 0x88, 0x61, 0x27, 0xe2, 0x81, 0xa0},
6326		output: [][]byte{[]byte{0x20, 0xcc, 0x88}, []byte{0x61}, []byte{0x27, 0xe2, 0x81, 0xa0}},
6327	},
6328	{
6329		input:  []byte{0x20, 0x61, 0x2c},
6330		output: [][]byte{[]byte{0x20}, []byte{0x61}, []byte{0x2c}},
6331	},
6332	{
6333		input:  []byte{0x20, 0xcc, 0x88, 0x61, 0x2c},
6334		output: [][]byte{[]byte{0x20, 0xcc, 0x88}, []byte{0x61}, []byte{0x2c}},
6335	},
6336	{
6337		input:  []byte{0x20, 0x31, 0x3a},
6338		output: [][]byte{[]byte{0x20}, []byte{0x31}, []byte{0x3a}},
6339	},
6340	{
6341		input:  []byte{0x20, 0xcc, 0x88, 0x31, 0x3a},
6342		output: [][]byte{[]byte{0x20, 0xcc, 0x88}, []byte{0x31}, []byte{0x3a}},
6343	},
6344	{
6345		input:  []byte{0x20, 0x31, 0x27},
6346		output: [][]byte{[]byte{0x20}, []byte{0x31}, []byte{0x27}},
6347	},
6348	{
6349		input:  []byte{0x20, 0xcc, 0x88, 0x31, 0x27},
6350		output: [][]byte{[]byte{0x20, 0xcc, 0x88}, []byte{0x31}, []byte{0x27}},
6351	},
6352	{
6353		input:  []byte{0x20, 0x31, 0x2c},
6354		output: [][]byte{[]byte{0x20}, []byte{0x31}, []byte{0x2c}},
6355	},
6356	{
6357		input:  []byte{0x20, 0xcc, 0x88, 0x31, 0x2c},
6358		output: [][]byte{[]byte{0x20, 0xcc, 0x88}, []byte{0x31}, []byte{0x2c}},
6359	},
6360	{
6361		input:  []byte{0x20, 0x31, 0x2e, 0xe2, 0x81, 0xa0},
6362		output: [][]byte{[]byte{0x20}, []byte{0x31}, []byte{0x2e, 0xe2, 0x81, 0xa0}},
6363	},
6364	{
6365		input:  []byte{0x20, 0xcc, 0x88, 0x31, 0x2e, 0xe2, 0x81, 0xa0},
6366		output: [][]byte{[]byte{0x20, 0xcc, 0x88}, []byte{0x31}, []byte{0x2e, 0xe2, 0x81, 0xa0}},
6367	},
6368	{
6369		input:  []byte{0xc2, 0xad, 0x1},
6370		output: [][]byte{[]byte{0xc2, 0xad}, []byte{0x1}},
6371	},
6372	{
6373		input:  []byte{0xc2, 0xad, 0xcc, 0x88, 0x1},
6374		output: [][]byte{[]byte{0xc2, 0xad, 0xcc, 0x88}, []byte{0x1}},
6375	},
6376	{
6377		input:  []byte{0xc2, 0xad, 0xd},
6378		output: [][]byte{[]byte{0xc2, 0xad}, []byte{0xd}},
6379	},
6380	{
6381		input:  []byte{0xc2, 0xad, 0xcc, 0x88, 0xd},
6382		output: [][]byte{[]byte{0xc2, 0xad, 0xcc, 0x88}, []byte{0xd}},
6383	},
6384	{
6385		input:  []byte{0xc2, 0xad, 0xa},
6386		output: [][]byte{[]byte{0xc2, 0xad}, []byte{0xa}},
6387	},
6388	{
6389		input:  []byte{0xc2, 0xad, 0xcc, 0x88, 0xa},
6390		output: [][]byte{[]byte{0xc2, 0xad, 0xcc, 0x88}, []byte{0xa}},
6391	},
6392	{
6393		input:  []byte{0xc2, 0xad, 0xb},
6394		output: [][]byte{[]byte{0xc2, 0xad}, []byte{0xb}},
6395	},
6396	{
6397		input:  []byte{0xc2, 0xad, 0xcc, 0x88, 0xb},
6398		output: [][]byte{[]byte{0xc2, 0xad, 0xcc, 0x88}, []byte{0xb}},
6399	},
6400	{
6401		input:  []byte{0xc2, 0xad, 0xe3, 0x80, 0xb1},
6402		output: [][]byte{[]byte{0xc2, 0xad}, []byte{0xe3, 0x80, 0xb1}},
6403	},
6404	{
6405		input:  []byte{0xc2, 0xad, 0xcc, 0x88, 0xe3, 0x80, 0xb1},
6406		output: [][]byte{[]byte{0xc2, 0xad, 0xcc, 0x88}, []byte{0xe3, 0x80, 0xb1}},
6407	},
6408	{
6409		input:  []byte{0xc2, 0xad, 0x41},
6410		output: [][]byte{[]byte{0xc2, 0xad}, []byte{0x41}},
6411	},
6412	{
6413		input:  []byte{0xc2, 0xad, 0xcc, 0x88, 0x41},
6414		output: [][]byte{[]byte{0xc2, 0xad, 0xcc, 0x88}, []byte{0x41}},
6415	},
6416	{
6417		input:  []byte{0xc2, 0xad, 0x3a},
6418		output: [][]byte{[]byte{0xc2, 0xad}, []byte{0x3a}},
6419	},
6420	{
6421		input:  []byte{0xc2, 0xad, 0xcc, 0x88, 0x3a},
6422		output: [][]byte{[]byte{0xc2, 0xad, 0xcc, 0x88}, []byte{0x3a}},
6423	},
6424	{
6425		input:  []byte{0xc2, 0xad, 0x2c},
6426		output: [][]byte{[]byte{0xc2, 0xad}, []byte{0x2c}},
6427	},
6428	{
6429		input:  []byte{0xc2, 0xad, 0xcc, 0x88, 0x2c},
6430		output: [][]byte{[]byte{0xc2, 0xad, 0xcc, 0x88}, []byte{0x2c}},
6431	},
6432	{
6433		input:  []byte{0xc2, 0xad, 0x2e},
6434		output: [][]byte{[]byte{0xc2, 0xad}, []byte{0x2e}},
6435	},
6436	{
6437		input:  []byte{0xc2, 0xad, 0xcc, 0x88, 0x2e},
6438		output: [][]byte{[]byte{0xc2, 0xad, 0xcc, 0x88}, []byte{0x2e}},
6439	},
6440	{
6441		input:  []byte{0xc2, 0xad, 0x30},
6442		output: [][]byte{[]byte{0xc2, 0xad}, []byte{0x30}},
6443	},
6444	{
6445		input:  []byte{0xc2, 0xad, 0xcc, 0x88, 0x30},
6446		output: [][]byte{[]byte{0xc2, 0xad, 0xcc, 0x88}, []byte{0x30}},
6447	},
6448	{
6449		input:  []byte{0xc2, 0xad, 0x5f},
6450		output: [][]byte{[]byte{0xc2, 0xad}, []byte{0x5f}},
6451	},
6452	{
6453		input:  []byte{0xc2, 0xad, 0xcc, 0x88, 0x5f},
6454		output: [][]byte{[]byte{0xc2, 0xad, 0xcc, 0x88}, []byte{0x5f}},
6455	},
6456	{
6457		input:  []byte{0xc2, 0xad, 0xf0, 0x9f, 0x87, 0xa6},
6458		output: [][]byte{[]byte{0xc2, 0xad}, []byte{0xf0, 0x9f, 0x87, 0xa6}},
6459	},
6460	{
6461		input:  []byte{0xc2, 0xad, 0xcc, 0x88, 0xf0, 0x9f, 0x87, 0xa6},
6462		output: [][]byte{[]byte{0xc2, 0xad, 0xcc, 0x88}, []byte{0xf0, 0x9f, 0x87, 0xa6}},
6463	},
6464	{
6465		input:  []byte{0xc2, 0xad, 0xd7, 0x90},
6466		output: [][]byte{[]byte{0xc2, 0xad}, []byte{0xd7, 0x90}},
6467	},
6468	{
6469		input:  []byte{0xc2, 0xad, 0xcc, 0x88, 0xd7, 0x90},
6470		output: [][]byte{[]byte{0xc2, 0xad, 0xcc, 0x88}, []byte{0xd7, 0x90}},
6471	},
6472	{
6473		input:  []byte{0xc2, 0xad, 0x22},
6474		output: [][]byte{[]byte{0xc2, 0xad}, []byte{0x22}},
6475	},
6476	{
6477		input:  []byte{0xc2, 0xad, 0xcc, 0x88, 0x22},
6478		output: [][]byte{[]byte{0xc2, 0xad, 0xcc, 0x88}, []byte{0x22}},
6479	},
6480	{
6481		input:  []byte{0xc2, 0xad, 0x27},
6482		output: [][]byte{[]byte{0xc2, 0xad}, []byte{0x27}},
6483	},
6484	{
6485		input:  []byte{0xc2, 0xad, 0xcc, 0x88, 0x27},
6486		output: [][]byte{[]byte{0xc2, 0xad, 0xcc, 0x88}, []byte{0x27}},
6487	},
6488	{
6489		input:  []byte{0xc2, 0xad, 0xe2, 0x8c, 0x9a},
6490		output: [][]byte{[]byte{0xc2, 0xad}, []byte{0xe2, 0x8c, 0x9a}},
6491	},
6492	{
6493		input:  []byte{0xc2, 0xad, 0xcc, 0x88, 0xe2, 0x8c, 0x9a},
6494		output: [][]byte{[]byte{0xc2, 0xad, 0xcc, 0x88}, []byte{0xe2, 0x8c, 0x9a}},
6495	},
6496	{
6497		input:  []byte{0xc2, 0xad, 0x20},
6498		output: [][]byte{[]byte{0xc2, 0xad}, []byte{0x20}},
6499	},
6500	{
6501		input:  []byte{0xc2, 0xad, 0xcc, 0x88, 0x20},
6502		output: [][]byte{[]byte{0xc2, 0xad, 0xcc, 0x88}, []byte{0x20}},
6503	},
6504	{
6505		input:  []byte{0xc2, 0xad, 0xc2, 0xad},
6506		output: [][]byte{[]byte{0xc2, 0xad, 0xc2, 0xad}},
6507	},
6508	{
6509		input:  []byte{0xc2, 0xad, 0xcc, 0x88, 0xc2, 0xad},
6510		output: [][]byte{[]byte{0xc2, 0xad, 0xcc, 0x88, 0xc2, 0xad}},
6511	},
6512	{
6513		input:  []byte{0xc2, 0xad, 0xcc, 0x80},
6514		output: [][]byte{[]byte{0xc2, 0xad, 0xcc, 0x80}},
6515	},
6516	{
6517		input:  []byte{0xc2, 0xad, 0xcc, 0x88, 0xcc, 0x80},
6518		output: [][]byte{[]byte{0xc2, 0xad, 0xcc, 0x88, 0xcc, 0x80}},
6519	},
6520	{
6521		input:  []byte{0xc2, 0xad, 0xe2, 0x80, 0x8d},
6522		output: [][]byte{[]byte{0xc2, 0xad, 0xe2, 0x80, 0x8d}},
6523	},
6524	{
6525		input:  []byte{0xc2, 0xad, 0xcc, 0x88, 0xe2, 0x80, 0x8d},
6526		output: [][]byte{[]byte{0xc2, 0xad, 0xcc, 0x88, 0xe2, 0x80, 0x8d}},
6527	},
6528	{
6529		input:  []byte{0xc2, 0xad, 0x61, 0xe2, 0x81, 0xa0},
6530		output: [][]byte{[]byte{0xc2, 0xad}, []byte{0x61, 0xe2, 0x81, 0xa0}},
6531	},
6532	{
6533		input:  []byte{0xc2, 0xad, 0xcc, 0x88, 0x61, 0xe2, 0x81, 0xa0},
6534		output: [][]byte{[]byte{0xc2, 0xad, 0xcc, 0x88}, []byte{0x61, 0xe2, 0x81, 0xa0}},
6535	},
6536	{
6537		input:  []byte{0xc2, 0xad, 0x61, 0x3a},
6538		output: [][]byte{[]byte{0xc2, 0xad}, []byte{0x61}, []byte{0x3a}},
6539	},
6540	{
6541		input:  []byte{0xc2, 0xad, 0xcc, 0x88, 0x61, 0x3a},
6542		output: [][]byte{[]byte{0xc2, 0xad, 0xcc, 0x88}, []byte{0x61}, []byte{0x3a}},
6543	},
6544	{
6545		input:  []byte{0xc2, 0xad, 0x61, 0x27},
6546		output: [][]byte{[]byte{0xc2, 0xad}, []byte{0x61}, []byte{0x27}},
6547	},
6548	{
6549		input:  []byte{0xc2, 0xad, 0xcc, 0x88, 0x61, 0x27},
6550		output: [][]byte{[]byte{0xc2, 0xad, 0xcc, 0x88}, []byte{0x61}, []byte{0x27}},
6551	},
6552	{
6553		input:  []byte{0xc2, 0xad, 0x61, 0x27, 0xe2, 0x81, 0xa0},
6554		output: [][]byte{[]byte{0xc2, 0xad}, []byte{0x61}, []byte{0x27, 0xe2, 0x81, 0xa0}},
6555	},
6556	{
6557		input:  []byte{0xc2, 0xad, 0xcc, 0x88, 0x61, 0x27, 0xe2, 0x81, 0xa0},
6558		output: [][]byte{[]byte{0xc2, 0xad, 0xcc, 0x88}, []byte{0x61}, []byte{0x27, 0xe2, 0x81, 0xa0}},
6559	},
6560	{
6561		input:  []byte{0xc2, 0xad, 0x61, 0x2c},
6562		output: [][]byte{[]byte{0xc2, 0xad}, []byte{0x61}, []byte{0x2c}},
6563	},
6564	{
6565		input:  []byte{0xc2, 0xad, 0xcc, 0x88, 0x61, 0x2c},
6566		output: [][]byte{[]byte{0xc2, 0xad, 0xcc, 0x88}, []byte{0x61}, []byte{0x2c}},
6567	},
6568	{
6569		input:  []byte{0xc2, 0xad, 0x31, 0x3a},
6570		output: [][]byte{[]byte{0xc2, 0xad}, []byte{0x31}, []byte{0x3a}},
6571	},
6572	{
6573		input:  []byte{0xc2, 0xad, 0xcc, 0x88, 0x31, 0x3a},
6574		output: [][]byte{[]byte{0xc2, 0xad, 0xcc, 0x88}, []byte{0x31}, []byte{0x3a}},
6575	},
6576	{
6577		input:  []byte{0xc2, 0xad, 0x31, 0x27},
6578		output: [][]byte{[]byte{0xc2, 0xad}, []byte{0x31}, []byte{0x27}},
6579	},
6580	{
6581		input:  []byte{0xc2, 0xad, 0xcc, 0x88, 0x31, 0x27},
6582		output: [][]byte{[]byte{0xc2, 0xad, 0xcc, 0x88}, []byte{0x31}, []byte{0x27}},
6583	},
6584	{
6585		input:  []byte{0xc2, 0xad, 0x31, 0x2c},
6586		output: [][]byte{[]byte{0xc2, 0xad}, []byte{0x31}, []byte{0x2c}},
6587	},
6588	{
6589		input:  []byte{0xc2, 0xad, 0xcc, 0x88, 0x31, 0x2c},
6590		output: [][]byte{[]byte{0xc2, 0xad, 0xcc, 0x88}, []byte{0x31}, []byte{0x2c}},
6591	},
6592	{
6593		input:  []byte{0xc2, 0xad, 0x31, 0x2e, 0xe2, 0x81, 0xa0},
6594		output: [][]byte{[]byte{0xc2, 0xad}, []byte{0x31}, []byte{0x2e, 0xe2, 0x81, 0xa0}},
6595	},
6596	{
6597		input:  []byte{0xc2, 0xad, 0xcc, 0x88, 0x31, 0x2e, 0xe2, 0x81, 0xa0},
6598		output: [][]byte{[]byte{0xc2, 0xad, 0xcc, 0x88}, []byte{0x31}, []byte{0x2e, 0xe2, 0x81, 0xa0}},
6599	},
6600	{
6601		input:  []byte{0xcc, 0x80, 0x1},
6602		output: [][]byte{[]byte{0xcc, 0x80}, []byte{0x1}},
6603	},
6604	{
6605		input:  []byte{0xcc, 0x80, 0xcc, 0x88, 0x1},
6606		output: [][]byte{[]byte{0xcc, 0x80, 0xcc, 0x88}, []byte{0x1}},
6607	},
6608	{
6609		input:  []byte{0xcc, 0x80, 0xd},
6610		output: [][]byte{[]byte{0xcc, 0x80}, []byte{0xd}},
6611	},
6612	{
6613		input:  []byte{0xcc, 0x80, 0xcc, 0x88, 0xd},
6614		output: [][]byte{[]byte{0xcc, 0x80, 0xcc, 0x88}, []byte{0xd}},
6615	},
6616	{
6617		input:  []byte{0xcc, 0x80, 0xa},
6618		output: [][]byte{[]byte{0xcc, 0x80}, []byte{0xa}},
6619	},
6620	{
6621		input:  []byte{0xcc, 0x80, 0xcc, 0x88, 0xa},
6622		output: [][]byte{[]byte{0xcc, 0x80, 0xcc, 0x88}, []byte{0xa}},
6623	},
6624	{
6625		input:  []byte{0xcc, 0x80, 0xb},
6626		output: [][]byte{[]byte{0xcc, 0x80}, []byte{0xb}},
6627	},
6628	{
6629		input:  []byte{0xcc, 0x80, 0xcc, 0x88, 0xb},
6630		output: [][]byte{[]byte{0xcc, 0x80, 0xcc, 0x88}, []byte{0xb}},
6631	},
6632	{
6633		input:  []byte{0xcc, 0x80, 0xe3, 0x80, 0xb1},
6634		output: [][]byte{[]byte{0xcc, 0x80}, []byte{0xe3, 0x80, 0xb1}},
6635	},
6636	{
6637		input:  []byte{0xcc, 0x80, 0xcc, 0x88, 0xe3, 0x80, 0xb1},
6638		output: [][]byte{[]byte{0xcc, 0x80, 0xcc, 0x88}, []byte{0xe3, 0x80, 0xb1}},
6639	},
6640	{
6641		input:  []byte{0xcc, 0x80, 0x41},
6642		output: [][]byte{[]byte{0xcc, 0x80}, []byte{0x41}},
6643	},
6644	{
6645		input:  []byte{0xcc, 0x80, 0xcc, 0x88, 0x41},
6646		output: [][]byte{[]byte{0xcc, 0x80, 0xcc, 0x88}, []byte{0x41}},
6647	},
6648	{
6649		input:  []byte{0xcc, 0x80, 0x3a},
6650		output: [][]byte{[]byte{0xcc, 0x80}, []byte{0x3a}},
6651	},
6652	{
6653		input:  []byte{0xcc, 0x80, 0xcc, 0x88, 0x3a},
6654		output: [][]byte{[]byte{0xcc, 0x80, 0xcc, 0x88}, []byte{0x3a}},
6655	},
6656	{
6657		input:  []byte{0xcc, 0x80, 0x2c},
6658		output: [][]byte{[]byte{0xcc, 0x80}, []byte{0x2c}},
6659	},
6660	{
6661		input:  []byte{0xcc, 0x80, 0xcc, 0x88, 0x2c},
6662		output: [][]byte{[]byte{0xcc, 0x80, 0xcc, 0x88}, []byte{0x2c}},
6663	},
6664	{
6665		input:  []byte{0xcc, 0x80, 0x2e},
6666		output: [][]byte{[]byte{0xcc, 0x80}, []byte{0x2e}},
6667	},
6668	{
6669		input:  []byte{0xcc, 0x80, 0xcc, 0x88, 0x2e},
6670		output: [][]byte{[]byte{0xcc, 0x80, 0xcc, 0x88}, []byte{0x2e}},
6671	},
6672	{
6673		input:  []byte{0xcc, 0x80, 0x30},
6674		output: [][]byte{[]byte{0xcc, 0x80}, []byte{0x30}},
6675	},
6676	{
6677		input:  []byte{0xcc, 0x80, 0xcc, 0x88, 0x30},
6678		output: [][]byte{[]byte{0xcc, 0x80, 0xcc, 0x88}, []byte{0x30}},
6679	},
6680	{
6681		input:  []byte{0xcc, 0x80, 0x5f},
6682		output: [][]byte{[]byte{0xcc, 0x80}, []byte{0x5f}},
6683	},
6684	{
6685		input:  []byte{0xcc, 0x80, 0xcc, 0x88, 0x5f},
6686		output: [][]byte{[]byte{0xcc, 0x80, 0xcc, 0x88}, []byte{0x5f}},
6687	},
6688	{
6689		input:  []byte{0xcc, 0x80, 0xf0, 0x9f, 0x87, 0xa6},
6690		output: [][]byte{[]byte{0xcc, 0x80}, []byte{0xf0, 0x9f, 0x87, 0xa6}},
6691	},
6692	{
6693		input:  []byte{0xcc, 0x80, 0xcc, 0x88, 0xf0, 0x9f, 0x87, 0xa6},
6694		output: [][]byte{[]byte{0xcc, 0x80, 0xcc, 0x88}, []byte{0xf0, 0x9f, 0x87, 0xa6}},
6695	},
6696	{
6697		input:  []byte{0xcc, 0x80, 0xd7, 0x90},
6698		output: [][]byte{[]byte{0xcc, 0x80}, []byte{0xd7, 0x90}},
6699	},
6700	{
6701		input:  []byte{0xcc, 0x80, 0xcc, 0x88, 0xd7, 0x90},
6702		output: [][]byte{[]byte{0xcc, 0x80, 0xcc, 0x88}, []byte{0xd7, 0x90}},
6703	},
6704	{
6705		input:  []byte{0xcc, 0x80, 0x22},
6706		output: [][]byte{[]byte{0xcc, 0x80}, []byte{0x22}},
6707	},
6708	{
6709		input:  []byte{0xcc, 0x80, 0xcc, 0x88, 0x22},
6710		output: [][]byte{[]byte{0xcc, 0x80, 0xcc, 0x88}, []byte{0x22}},
6711	},
6712	{
6713		input:  []byte{0xcc, 0x80, 0x27},
6714		output: [][]byte{[]byte{0xcc, 0x80}, []byte{0x27}},
6715	},
6716	{
6717		input:  []byte{0xcc, 0x80, 0xcc, 0x88, 0x27},
6718		output: [][]byte{[]byte{0xcc, 0x80, 0xcc, 0x88}, []byte{0x27}},
6719	},
6720	{
6721		input:  []byte{0xcc, 0x80, 0xe2, 0x8c, 0x9a},
6722		output: [][]byte{[]byte{0xcc, 0x80}, []byte{0xe2, 0x8c, 0x9a}},
6723	},
6724	{
6725		input:  []byte{0xcc, 0x80, 0xcc, 0x88, 0xe2, 0x8c, 0x9a},
6726		output: [][]byte{[]byte{0xcc, 0x80, 0xcc, 0x88}, []byte{0xe2, 0x8c, 0x9a}},
6727	},
6728	{
6729		input:  []byte{0xcc, 0x80, 0x20},
6730		output: [][]byte{[]byte{0xcc, 0x80}, []byte{0x20}},
6731	},
6732	{
6733		input:  []byte{0xcc, 0x80, 0xcc, 0x88, 0x20},
6734		output: [][]byte{[]byte{0xcc, 0x80, 0xcc, 0x88}, []byte{0x20}},
6735	},
6736	{
6737		input:  []byte{0xcc, 0x80, 0xc2, 0xad},
6738		output: [][]byte{[]byte{0xcc, 0x80, 0xc2, 0xad}},
6739	},
6740	{
6741		input:  []byte{0xcc, 0x80, 0xcc, 0x88, 0xc2, 0xad},
6742		output: [][]byte{[]byte{0xcc, 0x80, 0xcc, 0x88, 0xc2, 0xad}},
6743	},
6744	{
6745		input:  []byte{0xcc, 0x80, 0xcc, 0x80},
6746		output: [][]byte{[]byte{0xcc, 0x80, 0xcc, 0x80}},
6747	},
6748	{
6749		input:  []byte{0xcc, 0x80, 0xcc, 0x88, 0xcc, 0x80},
6750		output: [][]byte{[]byte{0xcc, 0x80, 0xcc, 0x88, 0xcc, 0x80}},
6751	},
6752	{
6753		input:  []byte{0xcc, 0x80, 0xe2, 0x80, 0x8d},
6754		output: [][]byte{[]byte{0xcc, 0x80, 0xe2, 0x80, 0x8d}},
6755	},
6756	{
6757		input:  []byte{0xcc, 0x80, 0xcc, 0x88, 0xe2, 0x80, 0x8d},
6758		output: [][]byte{[]byte{0xcc, 0x80, 0xcc, 0x88, 0xe2, 0x80, 0x8d}},
6759	},
6760	{
6761		input:  []byte{0xcc, 0x80, 0x61, 0xe2, 0x81, 0xa0},
6762		output: [][]byte{[]byte{0xcc, 0x80}, []byte{0x61, 0xe2, 0x81, 0xa0}},
6763	},
6764	{
6765		input:  []byte{0xcc, 0x80, 0xcc, 0x88, 0x61, 0xe2, 0x81, 0xa0},
6766		output: [][]byte{[]byte{0xcc, 0x80, 0xcc, 0x88}, []byte{0x61, 0xe2, 0x81, 0xa0}},
6767	},
6768	{
6769		input:  []byte{0xcc, 0x80, 0x61, 0x3a},
6770		output: [][]byte{[]byte{0xcc, 0x80}, []byte{0x61}, []byte{0x3a}},
6771	},
6772	{
6773		input:  []byte{0xcc, 0x80, 0xcc, 0x88, 0x61, 0x3a},
6774		output: [][]byte{[]byte{0xcc, 0x80, 0xcc, 0x88}, []byte{0x61}, []byte{0x3a}},
6775	},
6776	{
6777		input:  []byte{0xcc, 0x80, 0x61, 0x27},
6778		output: [][]byte{[]byte{0xcc, 0x80}, []byte{0x61}, []byte{0x27}},
6779	},
6780	{
6781		input:  []byte{0xcc, 0x80, 0xcc, 0x88, 0x61, 0x27},
6782		output: [][]byte{[]byte{0xcc, 0x80, 0xcc, 0x88}, []byte{0x61}, []byte{0x27}},
6783	},
6784	{
6785		input:  []byte{0xcc, 0x80, 0x61, 0x27, 0xe2, 0x81, 0xa0},
6786		output: [][]byte{[]byte{0xcc, 0x80}, []byte{0x61}, []byte{0x27, 0xe2, 0x81, 0xa0}},
6787	},
6788	{
6789		input:  []byte{0xcc, 0x80, 0xcc, 0x88, 0x61, 0x27, 0xe2, 0x81, 0xa0},
6790		output: [][]byte{[]byte{0xcc, 0x80, 0xcc, 0x88}, []byte{0x61}, []byte{0x27, 0xe2, 0x81, 0xa0}},
6791	},
6792	{
6793		input:  []byte{0xcc, 0x80, 0x61, 0x2c},
6794		output: [][]byte{[]byte{0xcc, 0x80}, []byte{0x61}, []byte{0x2c}},
6795	},
6796	{
6797		input:  []byte{0xcc, 0x80, 0xcc, 0x88, 0x61, 0x2c},
6798		output: [][]byte{[]byte{0xcc, 0x80, 0xcc, 0x88}, []byte{0x61}, []byte{0x2c}},
6799	},
6800	{
6801		input:  []byte{0xcc, 0x80, 0x31, 0x3a},
6802		output: [][]byte{[]byte{0xcc, 0x80}, []byte{0x31}, []byte{0x3a}},
6803	},
6804	{
6805		input:  []byte{0xcc, 0x80, 0xcc, 0x88, 0x31, 0x3a},
6806		output: [][]byte{[]byte{0xcc, 0x80, 0xcc, 0x88}, []byte{0x31}, []byte{0x3a}},
6807	},
6808	{
6809		input:  []byte{0xcc, 0x80, 0x31, 0x27},
6810		output: [][]byte{[]byte{0xcc, 0x80}, []byte{0x31}, []byte{0x27}},
6811	},
6812	{
6813		input:  []byte{0xcc, 0x80, 0xcc, 0x88, 0x31, 0x27},
6814		output: [][]byte{[]byte{0xcc, 0x80, 0xcc, 0x88}, []byte{0x31}, []byte{0x27}},
6815	},
6816	{
6817		input:  []byte{0xcc, 0x80, 0x31, 0x2c},
6818		output: [][]byte{[]byte{0xcc, 0x80}, []byte{0x31}, []byte{0x2c}},
6819	},
6820	{
6821		input:  []byte{0xcc, 0x80, 0xcc, 0x88, 0x31, 0x2c},
6822		output: [][]byte{[]byte{0xcc, 0x80, 0xcc, 0x88}, []byte{0x31}, []byte{0x2c}},
6823	},
6824	{
6825		input:  []byte{0xcc, 0x80, 0x31, 0x2e, 0xe2, 0x81, 0xa0},
6826		output: [][]byte{[]byte{0xcc, 0x80}, []byte{0x31}, []byte{0x2e, 0xe2, 0x81, 0xa0}},
6827	},
6828	{
6829		input:  []byte{0xcc, 0x80, 0xcc, 0x88, 0x31, 0x2e, 0xe2, 0x81, 0xa0},
6830		output: [][]byte{[]byte{0xcc, 0x80, 0xcc, 0x88}, []byte{0x31}, []byte{0x2e, 0xe2, 0x81, 0xa0}},
6831	},
6832	{
6833		input:  []byte{0xe2, 0x80, 0x8d, 0x1},
6834		output: [][]byte{[]byte{0xe2, 0x80, 0x8d}, []byte{0x1}},
6835	},
6836	{
6837		input:  []byte{0xe2, 0x80, 0x8d, 0xcc, 0x88, 0x1},
6838		output: [][]byte{[]byte{0xe2, 0x80, 0x8d, 0xcc, 0x88}, []byte{0x1}},
6839	},
6840	{
6841		input:  []byte{0xe2, 0x80, 0x8d, 0xd},
6842		output: [][]byte{[]byte{0xe2, 0x80, 0x8d}, []byte{0xd}},
6843	},
6844	{
6845		input:  []byte{0xe2, 0x80, 0x8d, 0xcc, 0x88, 0xd},
6846		output: [][]byte{[]byte{0xe2, 0x80, 0x8d, 0xcc, 0x88}, []byte{0xd}},
6847	},
6848	{
6849		input:  []byte{0xe2, 0x80, 0x8d, 0xa},
6850		output: [][]byte{[]byte{0xe2, 0x80, 0x8d}, []byte{0xa}},
6851	},
6852	{
6853		input:  []byte{0xe2, 0x80, 0x8d, 0xcc, 0x88, 0xa},
6854		output: [][]byte{[]byte{0xe2, 0x80, 0x8d, 0xcc, 0x88}, []byte{0xa}},
6855	},
6856	{
6857		input:  []byte{0xe2, 0x80, 0x8d, 0xb},
6858		output: [][]byte{[]byte{0xe2, 0x80, 0x8d}, []byte{0xb}},
6859	},
6860	{
6861		input:  []byte{0xe2, 0x80, 0x8d, 0xcc, 0x88, 0xb},
6862		output: [][]byte{[]byte{0xe2, 0x80, 0x8d, 0xcc, 0x88}, []byte{0xb}},
6863	},
6864	{
6865		input:  []byte{0xe2, 0x80, 0x8d, 0xe3, 0x80, 0xb1},
6866		output: [][]byte{[]byte{0xe2, 0x80, 0x8d}, []byte{0xe3, 0x80, 0xb1}},
6867	},
6868	{
6869		input:  []byte{0xe2, 0x80, 0x8d, 0xcc, 0x88, 0xe3, 0x80, 0xb1},
6870		output: [][]byte{[]byte{0xe2, 0x80, 0x8d, 0xcc, 0x88}, []byte{0xe3, 0x80, 0xb1}},
6871	},
6872	{
6873		input:  []byte{0xe2, 0x80, 0x8d, 0x41},
6874		output: [][]byte{[]byte{0xe2, 0x80, 0x8d}, []byte{0x41}},
6875	},
6876	{
6877		input:  []byte{0xe2, 0x80, 0x8d, 0xcc, 0x88, 0x41},
6878		output: [][]byte{[]byte{0xe2, 0x80, 0x8d, 0xcc, 0x88}, []byte{0x41}},
6879	},
6880	{
6881		input:  []byte{0xe2, 0x80, 0x8d, 0x3a},
6882		output: [][]byte{[]byte{0xe2, 0x80, 0x8d}, []byte{0x3a}},
6883	},
6884	{
6885		input:  []byte{0xe2, 0x80, 0x8d, 0xcc, 0x88, 0x3a},
6886		output: [][]byte{[]byte{0xe2, 0x80, 0x8d, 0xcc, 0x88}, []byte{0x3a}},
6887	},
6888	{
6889		input:  []byte{0xe2, 0x80, 0x8d, 0x2c},
6890		output: [][]byte{[]byte{0xe2, 0x80, 0x8d}, []byte{0x2c}},
6891	},
6892	{
6893		input:  []byte{0xe2, 0x80, 0x8d, 0xcc, 0x88, 0x2c},
6894		output: [][]byte{[]byte{0xe2, 0x80, 0x8d, 0xcc, 0x88}, []byte{0x2c}},
6895	},
6896	{
6897		input:  []byte{0xe2, 0x80, 0x8d, 0x2e},
6898		output: [][]byte{[]byte{0xe2, 0x80, 0x8d}, []byte{0x2e}},
6899	},
6900	{
6901		input:  []byte{0xe2, 0x80, 0x8d, 0xcc, 0x88, 0x2e},
6902		output: [][]byte{[]byte{0xe2, 0x80, 0x8d, 0xcc, 0x88}, []byte{0x2e}},
6903	},
6904	{
6905		input:  []byte{0xe2, 0x80, 0x8d, 0x30},
6906		output: [][]byte{[]byte{0xe2, 0x80, 0x8d}, []byte{0x30}},
6907	},
6908	{
6909		input:  []byte{0xe2, 0x80, 0x8d, 0xcc, 0x88, 0x30},
6910		output: [][]byte{[]byte{0xe2, 0x80, 0x8d, 0xcc, 0x88}, []byte{0x30}},
6911	},
6912	{
6913		input:  []byte{0xe2, 0x80, 0x8d, 0x5f},
6914		output: [][]byte{[]byte{0xe2, 0x80, 0x8d}, []byte{0x5f}},
6915	},
6916	{
6917		input:  []byte{0xe2, 0x80, 0x8d, 0xcc, 0x88, 0x5f},
6918		output: [][]byte{[]byte{0xe2, 0x80, 0x8d, 0xcc, 0x88}, []byte{0x5f}},
6919	},
6920	{
6921		input:  []byte{0xe2, 0x80, 0x8d, 0xf0, 0x9f, 0x87, 0xa6},
6922		output: [][]byte{[]byte{0xe2, 0x80, 0x8d}, []byte{0xf0, 0x9f, 0x87, 0xa6}},
6923	},
6924	{
6925		input:  []byte{0xe2, 0x80, 0x8d, 0xcc, 0x88, 0xf0, 0x9f, 0x87, 0xa6},
6926		output: [][]byte{[]byte{0xe2, 0x80, 0x8d, 0xcc, 0x88}, []byte{0xf0, 0x9f, 0x87, 0xa6}},
6927	},
6928	{
6929		input:  []byte{0xe2, 0x80, 0x8d, 0xd7, 0x90},
6930		output: [][]byte{[]byte{0xe2, 0x80, 0x8d}, []byte{0xd7, 0x90}},
6931	},
6932	{
6933		input:  []byte{0xe2, 0x80, 0x8d, 0xcc, 0x88, 0xd7, 0x90},
6934		output: [][]byte{[]byte{0xe2, 0x80, 0x8d, 0xcc, 0x88}, []byte{0xd7, 0x90}},
6935	},
6936	{
6937		input:  []byte{0xe2, 0x80, 0x8d, 0x22},
6938		output: [][]byte{[]byte{0xe2, 0x80, 0x8d}, []byte{0x22}},
6939	},
6940	{
6941		input:  []byte{0xe2, 0x80, 0x8d, 0xcc, 0x88, 0x22},
6942		output: [][]byte{[]byte{0xe2, 0x80, 0x8d, 0xcc, 0x88}, []byte{0x22}},
6943	},
6944	{
6945		input:  []byte{0xe2, 0x80, 0x8d, 0x27},
6946		output: [][]byte{[]byte{0xe2, 0x80, 0x8d}, []byte{0x27}},
6947	},
6948	{
6949		input:  []byte{0xe2, 0x80, 0x8d, 0xcc, 0x88, 0x27},
6950		output: [][]byte{[]byte{0xe2, 0x80, 0x8d, 0xcc, 0x88}, []byte{0x27}},
6951	},
6952	{
6953		input:  []byte{0xe2, 0x80, 0x8d, 0xe2, 0x8c, 0x9a},
6954		output: [][]byte{[]byte{0xe2, 0x80, 0x8d, 0xe2, 0x8c, 0x9a}},
6955	},
6956	{
6957		input:  []byte{0xe2, 0x80, 0x8d, 0xcc, 0x88, 0xe2, 0x8c, 0x9a},
6958		output: [][]byte{[]byte{0xe2, 0x80, 0x8d, 0xcc, 0x88}, []byte{0xe2, 0x8c, 0x9a}},
6959	},
6960	{
6961		input:  []byte{0xe2, 0x80, 0x8d, 0x20},
6962		output: [][]byte{[]byte{0xe2, 0x80, 0x8d}, []byte{0x20}},
6963	},
6964	{
6965		input:  []byte{0xe2, 0x80, 0x8d, 0xcc, 0x88, 0x20},
6966		output: [][]byte{[]byte{0xe2, 0x80, 0x8d, 0xcc, 0x88}, []byte{0x20}},
6967	},
6968	{
6969		input:  []byte{0xe2, 0x80, 0x8d, 0xc2, 0xad},
6970		output: [][]byte{[]byte{0xe2, 0x80, 0x8d, 0xc2, 0xad}},
6971	},
6972	{
6973		input:  []byte{0xe2, 0x80, 0x8d, 0xcc, 0x88, 0xc2, 0xad},
6974		output: [][]byte{[]byte{0xe2, 0x80, 0x8d, 0xcc, 0x88, 0xc2, 0xad}},
6975	},
6976	{
6977		input:  []byte{0xe2, 0x80, 0x8d, 0xcc, 0x80},
6978		output: [][]byte{[]byte{0xe2, 0x80, 0x8d, 0xcc, 0x80}},
6979	},
6980	{
6981		input:  []byte{0xe2, 0x80, 0x8d, 0xcc, 0x88, 0xcc, 0x80},
6982		output: [][]byte{[]byte{0xe2, 0x80, 0x8d, 0xcc, 0x88, 0xcc, 0x80}},
6983	},
6984	{
6985		input:  []byte{0xe2, 0x80, 0x8d, 0xe2, 0x80, 0x8d},
6986		output: [][]byte{[]byte{0xe2, 0x80, 0x8d, 0xe2, 0x80, 0x8d}},
6987	},
6988	{
6989		input:  []byte{0xe2, 0x80, 0x8d, 0xcc, 0x88, 0xe2, 0x80, 0x8d},
6990		output: [][]byte{[]byte{0xe2, 0x80, 0x8d, 0xcc, 0x88, 0xe2, 0x80, 0x8d}},
6991	},
6992	{
6993		input:  []byte{0xe2, 0x80, 0x8d, 0x61, 0xe2, 0x81, 0xa0},
6994		output: [][]byte{[]byte{0xe2, 0x80, 0x8d}, []byte{0x61, 0xe2, 0x81, 0xa0}},
6995	},
6996	{
6997		input:  []byte{0xe2, 0x80, 0x8d, 0xcc, 0x88, 0x61, 0xe2, 0x81, 0xa0},
6998		output: [][]byte{[]byte{0xe2, 0x80, 0x8d, 0xcc, 0x88}, []byte{0x61, 0xe2, 0x81, 0xa0}},
6999	},
7000	{
7001		input:  []byte{0xe2, 0x80, 0x8d, 0x61, 0x3a},
7002		output: [][]byte{[]byte{0xe2, 0x80, 0x8d}, []byte{0x61}, []byte{0x3a}},
7003	},
7004	{
7005		input:  []byte{0xe2, 0x80, 0x8d, 0xcc, 0x88, 0x61, 0x3a},
7006		output: [][]byte{[]byte{0xe2, 0x80, 0x8d, 0xcc, 0x88}, []byte{0x61}, []byte{0x3a}},
7007	},
7008	{
7009		input:  []byte{0xe2, 0x80, 0x8d, 0x61, 0x27},
7010		output: [][]byte{[]byte{0xe2, 0x80, 0x8d}, []byte{0x61}, []byte{0x27}},
7011	},
7012	{
7013		input:  []byte{0xe2, 0x80, 0x8d, 0xcc, 0x88, 0x61, 0x27},
7014		output: [][]byte{[]byte{0xe2, 0x80, 0x8d, 0xcc, 0x88}, []byte{0x61}, []byte{0x27}},
7015	},
7016	{
7017		input:  []byte{0xe2, 0x80, 0x8d, 0x61, 0x27, 0xe2, 0x81, 0xa0},
7018		output: [][]byte{[]byte{0xe2, 0x80, 0x8d}, []byte{0x61}, []byte{0x27, 0xe2, 0x81, 0xa0}},
7019	},
7020	{
7021		input:  []byte{0xe2, 0x80, 0x8d, 0xcc, 0x88, 0x61, 0x27, 0xe2, 0x81, 0xa0},
7022		output: [][]byte{[]byte{0xe2, 0x80, 0x8d, 0xcc, 0x88}, []byte{0x61}, []byte{0x27, 0xe2, 0x81, 0xa0}},
7023	},
7024	{
7025		input:  []byte{0xe2, 0x80, 0x8d, 0x61, 0x2c},
7026		output: [][]byte{[]byte{0xe2, 0x80, 0x8d}, []byte{0x61}, []byte{0x2c}},
7027	},
7028	{
7029		input:  []byte{0xe2, 0x80, 0x8d, 0xcc, 0x88, 0x61, 0x2c},
7030		output: [][]byte{[]byte{0xe2, 0x80, 0x8d, 0xcc, 0x88}, []byte{0x61}, []byte{0x2c}},
7031	},
7032	{
7033		input:  []byte{0xe2, 0x80, 0x8d, 0x31, 0x3a},
7034		output: [][]byte{[]byte{0xe2, 0x80, 0x8d}, []byte{0x31}, []byte{0x3a}},
7035	},
7036	{
7037		input:  []byte{0xe2, 0x80, 0x8d, 0xcc, 0x88, 0x31, 0x3a},
7038		output: [][]byte{[]byte{0xe2, 0x80, 0x8d, 0xcc, 0x88}, []byte{0x31}, []byte{0x3a}},
7039	},
7040	{
7041		input:  []byte{0xe2, 0x80, 0x8d, 0x31, 0x27},
7042		output: [][]byte{[]byte{0xe2, 0x80, 0x8d}, []byte{0x31}, []byte{0x27}},
7043	},
7044	{
7045		input:  []byte{0xe2, 0x80, 0x8d, 0xcc, 0x88, 0x31, 0x27},
7046		output: [][]byte{[]byte{0xe2, 0x80, 0x8d, 0xcc, 0x88}, []byte{0x31}, []byte{0x27}},
7047	},
7048	{
7049		input:  []byte{0xe2, 0x80, 0x8d, 0x31, 0x2c},
7050		output: [][]byte{[]byte{0xe2, 0x80, 0x8d}, []byte{0x31}, []byte{0x2c}},
7051	},
7052	{
7053		input:  []byte{0xe2, 0x80, 0x8d, 0xcc, 0x88, 0x31, 0x2c},
7054		output: [][]byte{[]byte{0xe2, 0x80, 0x8d, 0xcc, 0x88}, []byte{0x31}, []byte{0x2c}},
7055	},
7056	{
7057		input:  []byte{0xe2, 0x80, 0x8d, 0x31, 0x2e, 0xe2, 0x81, 0xa0},
7058		output: [][]byte{[]byte{0xe2, 0x80, 0x8d}, []byte{0x31}, []byte{0x2e, 0xe2, 0x81, 0xa0}},
7059	},
7060	{
7061		input:  []byte{0xe2, 0x80, 0x8d, 0xcc, 0x88, 0x31, 0x2e, 0xe2, 0x81, 0xa0},
7062		output: [][]byte{[]byte{0xe2, 0x80, 0x8d, 0xcc, 0x88}, []byte{0x31}, []byte{0x2e, 0xe2, 0x81, 0xa0}},
7063	},
7064	{
7065		input:  []byte{0x61, 0xe2, 0x81, 0xa0, 0x1},
7066		output: [][]byte{[]byte{0x61, 0xe2, 0x81, 0xa0}, []byte{0x1}},
7067	},
7068	{
7069		input:  []byte{0x61, 0xe2, 0x81, 0xa0, 0xcc, 0x88, 0x1},
7070		output: [][]byte{[]byte{0x61, 0xe2, 0x81, 0xa0, 0xcc, 0x88}, []byte{0x1}},
7071	},
7072	{
7073		input:  []byte{0x61, 0xe2, 0x81, 0xa0, 0xd},
7074		output: [][]byte{[]byte{0x61, 0xe2, 0x81, 0xa0}, []byte{0xd}},
7075	},
7076	{
7077		input:  []byte{0x61, 0xe2, 0x81, 0xa0, 0xcc, 0x88, 0xd},
7078		output: [][]byte{[]byte{0x61, 0xe2, 0x81, 0xa0, 0xcc, 0x88}, []byte{0xd}},
7079	},
7080	{
7081		input:  []byte{0x61, 0xe2, 0x81, 0xa0, 0xa},
7082		output: [][]byte{[]byte{0x61, 0xe2, 0x81, 0xa0}, []byte{0xa}},
7083	},
7084	{
7085		input:  []byte{0x61, 0xe2, 0x81, 0xa0, 0xcc, 0x88, 0xa},
7086		output: [][]byte{[]byte{0x61, 0xe2, 0x81, 0xa0, 0xcc, 0x88}, []byte{0xa}},
7087	},
7088	{
7089		input:  []byte{0x61, 0xe2, 0x81, 0xa0, 0xb},
7090		output: [][]byte{[]byte{0x61, 0xe2, 0x81, 0xa0}, []byte{0xb}},
7091	},
7092	{
7093		input:  []byte{0x61, 0xe2, 0x81, 0xa0, 0xcc, 0x88, 0xb},
7094		output: [][]byte{[]byte{0x61, 0xe2, 0x81, 0xa0, 0xcc, 0x88}, []byte{0xb}},
7095	},
7096	{
7097		input:  []byte{0x61, 0xe2, 0x81, 0xa0, 0xe3, 0x80, 0xb1},
7098		output: [][]byte{[]byte{0x61, 0xe2, 0x81, 0xa0}, []byte{0xe3, 0x80, 0xb1}},
7099	},
7100	{
7101		input:  []byte{0x61, 0xe2, 0x81, 0xa0, 0xcc, 0x88, 0xe3, 0x80, 0xb1},
7102		output: [][]byte{[]byte{0x61, 0xe2, 0x81, 0xa0, 0xcc, 0x88}, []byte{0xe3, 0x80, 0xb1}},
7103	},
7104	{
7105		input:  []byte{0x61, 0xe2, 0x81, 0xa0, 0x41},
7106		output: [][]byte{[]byte{0x61, 0xe2, 0x81, 0xa0, 0x41}},
7107	},
7108	{
7109		input:  []byte{0x61, 0xe2, 0x81, 0xa0, 0xcc, 0x88, 0x41},
7110		output: [][]byte{[]byte{0x61, 0xe2, 0x81, 0xa0, 0xcc, 0x88, 0x41}},
7111	},
7112	{
7113		input:  []byte{0x61, 0xe2, 0x81, 0xa0, 0x3a},
7114		output: [][]byte{[]byte{0x61, 0xe2, 0x81, 0xa0}, []byte{0x3a}},
7115	},
7116	{
7117		input:  []byte{0x61, 0xe2, 0x81, 0xa0, 0xcc, 0x88, 0x3a},
7118		output: [][]byte{[]byte{0x61, 0xe2, 0x81, 0xa0, 0xcc, 0x88}, []byte{0x3a}},
7119	},
7120	{
7121		input:  []byte{0x61, 0xe2, 0x81, 0xa0, 0x2c},
7122		output: [][]byte{[]byte{0x61, 0xe2, 0x81, 0xa0}, []byte{0x2c}},
7123	},
7124	{
7125		input:  []byte{0x61, 0xe2, 0x81, 0xa0, 0xcc, 0x88, 0x2c},
7126		output: [][]byte{[]byte{0x61, 0xe2, 0x81, 0xa0, 0xcc, 0x88}, []byte{0x2c}},
7127	},
7128	{
7129		input:  []byte{0x61, 0xe2, 0x81, 0xa0, 0x2e},
7130		output: [][]byte{[]byte{0x61, 0xe2, 0x81, 0xa0}, []byte{0x2e}},
7131	},
7132	{
7133		input:  []byte{0x61, 0xe2, 0x81, 0xa0, 0xcc, 0x88, 0x2e},
7134		output: [][]byte{[]byte{0x61, 0xe2, 0x81, 0xa0, 0xcc, 0x88}, []byte{0x2e}},
7135	},
7136	{
7137		input:  []byte{0x61, 0xe2, 0x81, 0xa0, 0x30},
7138		output: [][]byte{[]byte{0x61, 0xe2, 0x81, 0xa0, 0x30}},
7139	},
7140	{
7141		input:  []byte{0x61, 0xe2, 0x81, 0xa0, 0xcc, 0x88, 0x30},
7142		output: [][]byte{[]byte{0x61, 0xe2, 0x81, 0xa0, 0xcc, 0x88, 0x30}},
7143	},
7144	{
7145		input:  []byte{0x61, 0xe2, 0x81, 0xa0, 0x5f},
7146		output: [][]byte{[]byte{0x61, 0xe2, 0x81, 0xa0, 0x5f}},
7147	},
7148	{
7149		input:  []byte{0x61, 0xe2, 0x81, 0xa0, 0xcc, 0x88, 0x5f},
7150		output: [][]byte{[]byte{0x61, 0xe2, 0x81, 0xa0, 0xcc, 0x88, 0x5f}},
7151	},
7152	{
7153		input:  []byte{0x61, 0xe2, 0x81, 0xa0, 0xf0, 0x9f, 0x87, 0xa6},
7154		output: [][]byte{[]byte{0x61, 0xe2, 0x81, 0xa0}, []byte{0xf0, 0x9f, 0x87, 0xa6}},
7155	},
7156	{
7157		input:  []byte{0x61, 0xe2, 0x81, 0xa0, 0xcc, 0x88, 0xf0, 0x9f, 0x87, 0xa6},
7158		output: [][]byte{[]byte{0x61, 0xe2, 0x81, 0xa0, 0xcc, 0x88}, []byte{0xf0, 0x9f, 0x87, 0xa6}},
7159	},
7160	{
7161		input:  []byte{0x61, 0xe2, 0x81, 0xa0, 0xd7, 0x90},
7162		output: [][]byte{[]byte{0x61, 0xe2, 0x81, 0xa0, 0xd7, 0x90}},
7163	},
7164	{
7165		input:  []byte{0x61, 0xe2, 0x81, 0xa0, 0xcc, 0x88, 0xd7, 0x90},
7166		output: [][]byte{[]byte{0x61, 0xe2, 0x81, 0xa0, 0xcc, 0x88, 0xd7, 0x90}},
7167	},
7168	{
7169		input:  []byte{0x61, 0xe2, 0x81, 0xa0, 0x22},
7170		output: [][]byte{[]byte{0x61, 0xe2, 0x81, 0xa0}, []byte{0x22}},
7171	},
7172	{
7173		input:  []byte{0x61, 0xe2, 0x81, 0xa0, 0xcc, 0x88, 0x22},
7174		output: [][]byte{[]byte{0x61, 0xe2, 0x81, 0xa0, 0xcc, 0x88}, []byte{0x22}},
7175	},
7176	{
7177		input:  []byte{0x61, 0xe2, 0x81, 0xa0, 0x27},
7178		output: [][]byte{[]byte{0x61, 0xe2, 0x81, 0xa0}, []byte{0x27}},
7179	},
7180	{
7181		input:  []byte{0x61, 0xe2, 0x81, 0xa0, 0xcc, 0x88, 0x27},
7182		output: [][]byte{[]byte{0x61, 0xe2, 0x81, 0xa0, 0xcc, 0x88}, []byte{0x27}},
7183	},
7184	{
7185		input:  []byte{0x61, 0xe2, 0x81, 0xa0, 0xe2, 0x8c, 0x9a},
7186		output: [][]byte{[]byte{0x61, 0xe2, 0x81, 0xa0}, []byte{0xe2, 0x8c, 0x9a}},
7187	},
7188	{
7189		input:  []byte{0x61, 0xe2, 0x81, 0xa0, 0xcc, 0x88, 0xe2, 0x8c, 0x9a},
7190		output: [][]byte{[]byte{0x61, 0xe2, 0x81, 0xa0, 0xcc, 0x88}, []byte{0xe2, 0x8c, 0x9a}},
7191	},
7192	{
7193		input:  []byte{0x61, 0xe2, 0x81, 0xa0, 0x20},
7194		output: [][]byte{[]byte{0x61, 0xe2, 0x81, 0xa0}, []byte{0x20}},
7195	},
7196	{
7197		input:  []byte{0x61, 0xe2, 0x81, 0xa0, 0xcc, 0x88, 0x20},
7198		output: [][]byte{[]byte{0x61, 0xe2, 0x81, 0xa0, 0xcc, 0x88}, []byte{0x20}},
7199	},
7200	{
7201		input:  []byte{0x61, 0xe2, 0x81, 0xa0, 0xc2, 0xad},
7202		output: [][]byte{[]byte{0x61, 0xe2, 0x81, 0xa0, 0xc2, 0xad}},
7203	},
7204	{
7205		input:  []byte{0x61, 0xe2, 0x81, 0xa0, 0xcc, 0x88, 0xc2, 0xad},
7206		output: [][]byte{[]byte{0x61, 0xe2, 0x81, 0xa0, 0xcc, 0x88, 0xc2, 0xad}},
7207	},
7208	{
7209		input:  []byte{0x61, 0xe2, 0x81, 0xa0, 0xcc, 0x80},
7210		output: [][]byte{[]byte{0x61, 0xe2, 0x81, 0xa0, 0xcc, 0x80}},
7211	},
7212	{
7213		input:  []byte{0x61, 0xe2, 0x81, 0xa0, 0xcc, 0x88, 0xcc, 0x80},
7214		output: [][]byte{[]byte{0x61, 0xe2, 0x81, 0xa0, 0xcc, 0x88, 0xcc, 0x80}},
7215	},
7216	{
7217		input:  []byte{0x61, 0xe2, 0x81, 0xa0, 0xe2, 0x80, 0x8d},
7218		output: [][]byte{[]byte{0x61, 0xe2, 0x81, 0xa0, 0xe2, 0x80, 0x8d}},
7219	},
7220	{
7221		input:  []byte{0x61, 0xe2, 0x81, 0xa0, 0xcc, 0x88, 0xe2, 0x80, 0x8d},
7222		output: [][]byte{[]byte{0x61, 0xe2, 0x81, 0xa0, 0xcc, 0x88, 0xe2, 0x80, 0x8d}},
7223	},
7224	{
7225		input:  []byte{0x61, 0xe2, 0x81, 0xa0, 0x61, 0xe2, 0x81, 0xa0},
7226		output: [][]byte{[]byte{0x61, 0xe2, 0x81, 0xa0, 0x61, 0xe2, 0x81, 0xa0}},
7227	},
7228	{
7229		input:  []byte{0x61, 0xe2, 0x81, 0xa0, 0xcc, 0x88, 0x61, 0xe2, 0x81, 0xa0},
7230		output: [][]byte{[]byte{0x61, 0xe2, 0x81, 0xa0, 0xcc, 0x88, 0x61, 0xe2, 0x81, 0xa0}},
7231	},
7232	{
7233		input:  []byte{0x61, 0xe2, 0x81, 0xa0, 0x61, 0x3a},
7234		output: [][]byte{[]byte{0x61, 0xe2, 0x81, 0xa0, 0x61}, []byte{0x3a}},
7235	},
7236	{
7237		input:  []byte{0x61, 0xe2, 0x81, 0xa0, 0xcc, 0x88, 0x61, 0x3a},
7238		output: [][]byte{[]byte{0x61, 0xe2, 0x81, 0xa0, 0xcc, 0x88, 0x61}, []byte{0x3a}},
7239	},
7240	{
7241		input:  []byte{0x61, 0xe2, 0x81, 0xa0, 0x61, 0x27},
7242		output: [][]byte{[]byte{0x61, 0xe2, 0x81, 0xa0, 0x61}, []byte{0x27}},
7243	},
7244	{
7245		input:  []byte{0x61, 0xe2, 0x81, 0xa0, 0xcc, 0x88, 0x61, 0x27},
7246		output: [][]byte{[]byte{0x61, 0xe2, 0x81, 0xa0, 0xcc, 0x88, 0x61}, []byte{0x27}},
7247	},
7248	{
7249		input:  []byte{0x61, 0xe2, 0x81, 0xa0, 0x61, 0x27, 0xe2, 0x81, 0xa0},
7250		output: [][]byte{[]byte{0x61, 0xe2, 0x81, 0xa0, 0x61}, []byte{0x27, 0xe2, 0x81, 0xa0}},
7251	},
7252	{
7253		input:  []byte{0x61, 0xe2, 0x81, 0xa0, 0xcc, 0x88, 0x61, 0x27, 0xe2, 0x81, 0xa0},
7254		output: [][]byte{[]byte{0x61, 0xe2, 0x81, 0xa0, 0xcc, 0x88, 0x61}, []byte{0x27, 0xe2, 0x81, 0xa0}},
7255	},
7256	{
7257		input:  []byte{0x61, 0xe2, 0x81, 0xa0, 0x61, 0x2c},
7258		output: [][]byte{[]byte{0x61, 0xe2, 0x81, 0xa0, 0x61}, []byte{0x2c}},
7259	},
7260	{
7261		input:  []byte{0x61, 0xe2, 0x81, 0xa0, 0xcc, 0x88, 0x61, 0x2c},
7262		output: [][]byte{[]byte{0x61, 0xe2, 0x81, 0xa0, 0xcc, 0x88, 0x61}, []byte{0x2c}},
7263	},
7264	{
7265		input:  []byte{0x61, 0xe2, 0x81, 0xa0, 0x31, 0x3a},
7266		output: [][]byte{[]byte{0x61, 0xe2, 0x81, 0xa0, 0x31}, []byte{0x3a}},
7267	},
7268	{
7269		input:  []byte{0x61, 0xe2, 0x81, 0xa0, 0xcc, 0x88, 0x31, 0x3a},
7270		output: [][]byte{[]byte{0x61, 0xe2, 0x81, 0xa0, 0xcc, 0x88, 0x31}, []byte{0x3a}},
7271	},
7272	{
7273		input:  []byte{0x61, 0xe2, 0x81, 0xa0, 0x31, 0x27},
7274		output: [][]byte{[]byte{0x61, 0xe2, 0x81, 0xa0, 0x31}, []byte{0x27}},
7275	},
7276	{
7277		input:  []byte{0x61, 0xe2, 0x81, 0xa0, 0xcc, 0x88, 0x31, 0x27},
7278		output: [][]byte{[]byte{0x61, 0xe2, 0x81, 0xa0, 0xcc, 0x88, 0x31}, []byte{0x27}},
7279	},
7280	{
7281		input:  []byte{0x61, 0xe2, 0x81, 0xa0, 0x31, 0x2c},
7282		output: [][]byte{[]byte{0x61, 0xe2, 0x81, 0xa0, 0x31}, []byte{0x2c}},
7283	},
7284	{
7285		input:  []byte{0x61, 0xe2, 0x81, 0xa0, 0xcc, 0x88, 0x31, 0x2c},
7286		output: [][]byte{[]byte{0x61, 0xe2, 0x81, 0xa0, 0xcc, 0x88, 0x31}, []byte{0x2c}},
7287	},
7288	{
7289		input:  []byte{0x61, 0xe2, 0x81, 0xa0, 0x31, 0x2e, 0xe2, 0x81, 0xa0},
7290		output: [][]byte{[]byte{0x61, 0xe2, 0x81, 0xa0, 0x31}, []byte{0x2e, 0xe2, 0x81, 0xa0}},
7291	},
7292	{
7293		input:  []byte{0x61, 0xe2, 0x81, 0xa0, 0xcc, 0x88, 0x31, 0x2e, 0xe2, 0x81, 0xa0},
7294		output: [][]byte{[]byte{0x61, 0xe2, 0x81, 0xa0, 0xcc, 0x88, 0x31}, []byte{0x2e, 0xe2, 0x81, 0xa0}},
7295	},
7296	{
7297		input:  []byte{0x61, 0x3a, 0x1},
7298		output: [][]byte{[]byte{0x61}, []byte{0x3a}, []byte{0x1}},
7299	},
7300	{
7301		input:  []byte{0x61, 0x3a, 0xcc, 0x88, 0x1},
7302		output: [][]byte{[]byte{0x61}, []byte{0x3a, 0xcc, 0x88}, []byte{0x1}},
7303	},
7304	{
7305		input:  []byte{0x61, 0x3a, 0xd},
7306		output: [][]byte{[]byte{0x61}, []byte{0x3a}, []byte{0xd}},
7307	},
7308	{
7309		input:  []byte{0x61, 0x3a, 0xcc, 0x88, 0xd},
7310		output: [][]byte{[]byte{0x61}, []byte{0x3a, 0xcc, 0x88}, []byte{0xd}},
7311	},
7312	{
7313		input:  []byte{0x61, 0x3a, 0xa},
7314		output: [][]byte{[]byte{0x61}, []byte{0x3a}, []byte{0xa}},
7315	},
7316	{
7317		input:  []byte{0x61, 0x3a, 0xcc, 0x88, 0xa},
7318		output: [][]byte{[]byte{0x61}, []byte{0x3a, 0xcc, 0x88}, []byte{0xa}},
7319	},
7320	{
7321		input:  []byte{0x61, 0x3a, 0xb},
7322		output: [][]byte{[]byte{0x61}, []byte{0x3a}, []byte{0xb}},
7323	},
7324	{
7325		input:  []byte{0x61, 0x3a, 0xcc, 0x88, 0xb},
7326		output: [][]byte{[]byte{0x61}, []byte{0x3a, 0xcc, 0x88}, []byte{0xb}},
7327	},
7328	{
7329		input:  []byte{0x61, 0x3a, 0xe3, 0x80, 0xb1},
7330		output: [][]byte{[]byte{0x61}, []byte{0x3a}, []byte{0xe3, 0x80, 0xb1}},
7331	},
7332	{
7333		input:  []byte{0x61, 0x3a, 0xcc, 0x88, 0xe3, 0x80, 0xb1},
7334		output: [][]byte{[]byte{0x61}, []byte{0x3a, 0xcc, 0x88}, []byte{0xe3, 0x80, 0xb1}},
7335	},
7336	{
7337		input:  []byte{0x61, 0x3a, 0x41},
7338		output: [][]byte{[]byte{0x61, 0x3a, 0x41}},
7339	},
7340	{
7341		input:  []byte{0x61, 0x3a, 0xcc, 0x88, 0x41},
7342		output: [][]byte{[]byte{0x61, 0x3a, 0xcc, 0x88, 0x41}},
7343	},
7344	{
7345		input:  []byte{0x61, 0x3a, 0x3a},
7346		output: [][]byte{[]byte{0x61}, []byte{0x3a}, []byte{0x3a}},
7347	},
7348	{
7349		input:  []byte{0x61, 0x3a, 0xcc, 0x88, 0x3a},
7350		output: [][]byte{[]byte{0x61}, []byte{0x3a, 0xcc, 0x88}, []byte{0x3a}},
7351	},
7352	{
7353		input:  []byte{0x61, 0x3a, 0x2c},
7354		output: [][]byte{[]byte{0x61}, []byte{0x3a}, []byte{0x2c}},
7355	},
7356	{
7357		input:  []byte{0x61, 0x3a, 0xcc, 0x88, 0x2c},
7358		output: [][]byte{[]byte{0x61}, []byte{0x3a, 0xcc, 0x88}, []byte{0x2c}},
7359	},
7360	{
7361		input:  []byte{0x61, 0x3a, 0x2e},
7362		output: [][]byte{[]byte{0x61}, []byte{0x3a}, []byte{0x2e}},
7363	},
7364	{
7365		input:  []byte{0x61, 0x3a, 0xcc, 0x88, 0x2e},
7366		output: [][]byte{[]byte{0x61}, []byte{0x3a, 0xcc, 0x88}, []byte{0x2e}},
7367	},
7368	{
7369		input:  []byte{0x61, 0x3a, 0x30},
7370		output: [][]byte{[]byte{0x61}, []byte{0x3a}, []byte{0x30}},
7371	},
7372	{
7373		input:  []byte{0x61, 0x3a, 0xcc, 0x88, 0x30},
7374		output: [][]byte{[]byte{0x61}, []byte{0x3a, 0xcc, 0x88}, []byte{0x30}},
7375	},
7376	{
7377		input:  []byte{0x61, 0x3a, 0x5f},
7378		output: [][]byte{[]byte{0x61}, []byte{0x3a}, []byte{0x5f}},
7379	},
7380	{
7381		input:  []byte{0x61, 0x3a, 0xcc, 0x88, 0x5f},
7382		output: [][]byte{[]byte{0x61}, []byte{0x3a, 0xcc, 0x88}, []byte{0x5f}},
7383	},
7384	{
7385		input:  []byte{0x61, 0x3a, 0xf0, 0x9f, 0x87, 0xa6},
7386		output: [][]byte{[]byte{0x61}, []byte{0x3a}, []byte{0xf0, 0x9f, 0x87, 0xa6}},
7387	},
7388	{
7389		input:  []byte{0x61, 0x3a, 0xcc, 0x88, 0xf0, 0x9f, 0x87, 0xa6},
7390		output: [][]byte{[]byte{0x61}, []byte{0x3a, 0xcc, 0x88}, []byte{0xf0, 0x9f, 0x87, 0xa6}},
7391	},
7392	{
7393		input:  []byte{0x61, 0x3a, 0xd7, 0x90},
7394		output: [][]byte{[]byte{0x61, 0x3a, 0xd7, 0x90}},
7395	},
7396	{
7397		input:  []byte{0x61, 0x3a, 0xcc, 0x88, 0xd7, 0x90},
7398		output: [][]byte{[]byte{0x61, 0x3a, 0xcc, 0x88, 0xd7, 0x90}},
7399	},
7400	{
7401		input:  []byte{0x61, 0x3a, 0x22},
7402		output: [][]byte{[]byte{0x61}, []byte{0x3a}, []byte{0x22}},
7403	},
7404	{
7405		input:  []byte{0x61, 0x3a, 0xcc, 0x88, 0x22},
7406		output: [][]byte{[]byte{0x61}, []byte{0x3a, 0xcc, 0x88}, []byte{0x22}},
7407	},
7408	{
7409		input:  []byte{0x61, 0x3a, 0x27},
7410		output: [][]byte{[]byte{0x61}, []byte{0x3a}, []byte{0x27}},
7411	},
7412	{
7413		input:  []byte{0x61, 0x3a, 0xcc, 0x88, 0x27},
7414		output: [][]byte{[]byte{0x61}, []byte{0x3a, 0xcc, 0x88}, []byte{0x27}},
7415	},
7416	{
7417		input:  []byte{0x61, 0x3a, 0xe2, 0x8c, 0x9a},
7418		output: [][]byte{[]byte{0x61}, []byte{0x3a}, []byte{0xe2, 0x8c, 0x9a}},
7419	},
7420	{
7421		input:  []byte{0x61, 0x3a, 0xcc, 0x88, 0xe2, 0x8c, 0x9a},
7422		output: [][]byte{[]byte{0x61}, []byte{0x3a, 0xcc, 0x88}, []byte{0xe2, 0x8c, 0x9a}},
7423	},
7424	{
7425		input:  []byte{0x61, 0x3a, 0x20},
7426		output: [][]byte{[]byte{0x61}, []byte{0x3a}, []byte{0x20}},
7427	},
7428	{
7429		input:  []byte{0x61, 0x3a, 0xcc, 0x88, 0x20},
7430		output: [][]byte{[]byte{0x61}, []byte{0x3a, 0xcc, 0x88}, []byte{0x20}},
7431	},
7432	{
7433		input:  []byte{0x61, 0x3a, 0xc2, 0xad},
7434		output: [][]byte{[]byte{0x61}, []byte{0x3a, 0xc2, 0xad}},
7435	},
7436	{
7437		input:  []byte{0x61, 0x3a, 0xcc, 0x88, 0xc2, 0xad},
7438		output: [][]byte{[]byte{0x61}, []byte{0x3a, 0xcc, 0x88, 0xc2, 0xad}},
7439	},
7440	{
7441		input:  []byte{0x61, 0x3a, 0xcc, 0x80},
7442		output: [][]byte{[]byte{0x61}, []byte{0x3a, 0xcc, 0x80}},
7443	},
7444	{
7445		input:  []byte{0x61, 0x3a, 0xcc, 0x88, 0xcc, 0x80},
7446		output: [][]byte{[]byte{0x61}, []byte{0x3a, 0xcc, 0x88, 0xcc, 0x80}},
7447	},
7448	{
7449		input:  []byte{0x61, 0x3a, 0xe2, 0x80, 0x8d},
7450		output: [][]byte{[]byte{0x61}, []byte{0x3a, 0xe2, 0x80, 0x8d}},
7451	},
7452	{
7453		input:  []byte{0x61, 0x3a, 0xcc, 0x88, 0xe2, 0x80, 0x8d},
7454		output: [][]byte{[]byte{0x61}, []byte{0x3a, 0xcc, 0x88, 0xe2, 0x80, 0x8d}},
7455	},
7456	{
7457		input:  []byte{0x61, 0x3a, 0x61, 0xe2, 0x81, 0xa0},
7458		output: [][]byte{[]byte{0x61, 0x3a, 0x61, 0xe2, 0x81, 0xa0}},
7459	},
7460	{
7461		input:  []byte{0x61, 0x3a, 0xcc, 0x88, 0x61, 0xe2, 0x81, 0xa0},
7462		output: [][]byte{[]byte{0x61, 0x3a, 0xcc, 0x88, 0x61, 0xe2, 0x81, 0xa0}},
7463	},
7464	{
7465		input:  []byte{0x61, 0x3a, 0x61, 0x3a},
7466		output: [][]byte{[]byte{0x61, 0x3a, 0x61}, []byte{0x3a}},
7467	},
7468	{
7469		input:  []byte{0x61, 0x3a, 0xcc, 0x88, 0x61, 0x3a},
7470		output: [][]byte{[]byte{0x61, 0x3a, 0xcc, 0x88, 0x61}, []byte{0x3a}},
7471	},
7472	{
7473		input:  []byte{0x61, 0x3a, 0x61, 0x27},
7474		output: [][]byte{[]byte{0x61, 0x3a, 0x61}, []byte{0x27}},
7475	},
7476	{
7477		input:  []byte{0x61, 0x3a, 0xcc, 0x88, 0x61, 0x27},
7478		output: [][]byte{[]byte{0x61, 0x3a, 0xcc, 0x88, 0x61}, []byte{0x27}},
7479	},
7480	{
7481		input:  []byte{0x61, 0x3a, 0x61, 0x27, 0xe2, 0x81, 0xa0},
7482		output: [][]byte{[]byte{0x61, 0x3a, 0x61}, []byte{0x27, 0xe2, 0x81, 0xa0}},
7483	},
7484	{
7485		input:  []byte{0x61, 0x3a, 0xcc, 0x88, 0x61, 0x27, 0xe2, 0x81, 0xa0},
7486		output: [][]byte{[]byte{0x61, 0x3a, 0xcc, 0x88, 0x61}, []byte{0x27, 0xe2, 0x81, 0xa0}},
7487	},
7488	{
7489		input:  []byte{0x61, 0x3a, 0x61, 0x2c},
7490		output: [][]byte{[]byte{0x61, 0x3a, 0x61}, []byte{0x2c}},
7491	},
7492	{
7493		input:  []byte{0x61, 0x3a, 0xcc, 0x88, 0x61, 0x2c},
7494		output: [][]byte{[]byte{0x61, 0x3a, 0xcc, 0x88, 0x61}, []byte{0x2c}},
7495	},
7496	{
7497		input:  []byte{0x61, 0x3a, 0x31, 0x3a},
7498		output: [][]byte{[]byte{0x61}, []byte{0x3a}, []byte{0x31}, []byte{0x3a}},
7499	},
7500	{
7501		input:  []byte{0x61, 0x3a, 0xcc, 0x88, 0x31, 0x3a},
7502		output: [][]byte{[]byte{0x61}, []byte{0x3a, 0xcc, 0x88}, []byte{0x31}, []byte{0x3a}},
7503	},
7504	{
7505		input:  []byte{0x61, 0x3a, 0x31, 0x27},
7506		output: [][]byte{[]byte{0x61}, []byte{0x3a}, []byte{0x31}, []byte{0x27}},
7507	},
7508	{
7509		input:  []byte{0x61, 0x3a, 0xcc, 0x88, 0x31, 0x27},
7510		output: [][]byte{[]byte{0x61}, []byte{0x3a, 0xcc, 0x88}, []byte{0x31}, []byte{0x27}},
7511	},
7512	{
7513		input:  []byte{0x61, 0x3a, 0x31, 0x2c},
7514		output: [][]byte{[]byte{0x61}, []byte{0x3a}, []byte{0x31}, []byte{0x2c}},
7515	},
7516	{
7517		input:  []byte{0x61, 0x3a, 0xcc, 0x88, 0x31, 0x2c},
7518		output: [][]byte{[]byte{0x61}, []byte{0x3a, 0xcc, 0x88}, []byte{0x31}, []byte{0x2c}},
7519	},
7520	{
7521		input:  []byte{0x61, 0x3a, 0x31, 0x2e, 0xe2, 0x81, 0xa0},
7522		output: [][]byte{[]byte{0x61}, []byte{0x3a}, []byte{0x31}, []byte{0x2e, 0xe2, 0x81, 0xa0}},
7523	},
7524	{
7525		input:  []byte{0x61, 0x3a, 0xcc, 0x88, 0x31, 0x2e, 0xe2, 0x81, 0xa0},
7526		output: [][]byte{[]byte{0x61}, []byte{0x3a, 0xcc, 0x88}, []byte{0x31}, []byte{0x2e, 0xe2, 0x81, 0xa0}},
7527	},
7528	{
7529		input:  []byte{0x61, 0x27, 0x1},
7530		output: [][]byte{[]byte{0x61}, []byte{0x27}, []byte{0x1}},
7531	},
7532	{
7533		input:  []byte{0x61, 0x27, 0xcc, 0x88, 0x1},
7534		output: [][]byte{[]byte{0x61}, []byte{0x27, 0xcc, 0x88}, []byte{0x1}},
7535	},
7536	{
7537		input:  []byte{0x61, 0x27, 0xd},
7538		output: [][]byte{[]byte{0x61}, []byte{0x27}, []byte{0xd}},
7539	},
7540	{
7541		input:  []byte{0x61, 0x27, 0xcc, 0x88, 0xd},
7542		output: [][]byte{[]byte{0x61}, []byte{0x27, 0xcc, 0x88}, []byte{0xd}},
7543	},
7544	{
7545		input:  []byte{0x61, 0x27, 0xa},
7546		output: [][]byte{[]byte{0x61}, []byte{0x27}, []byte{0xa}},
7547	},
7548	{
7549		input:  []byte{0x61, 0x27, 0xcc, 0x88, 0xa},
7550		output: [][]byte{[]byte{0x61}, []byte{0x27, 0xcc, 0x88}, []byte{0xa}},
7551	},
7552	{
7553		input:  []byte{0x61, 0x27, 0xb},
7554		output: [][]byte{[]byte{0x61}, []byte{0x27}, []byte{0xb}},
7555	},
7556	{
7557		input:  []byte{0x61, 0x27, 0xcc, 0x88, 0xb},
7558		output: [][]byte{[]byte{0x61}, []byte{0x27, 0xcc, 0x88}, []byte{0xb}},
7559	},
7560	{
7561		input:  []byte{0x61, 0x27, 0xe3, 0x80, 0xb1},
7562		output: [][]byte{[]byte{0x61}, []byte{0x27}, []byte{0xe3, 0x80, 0xb1}},
7563	},
7564	{
7565		input:  []byte{0x61, 0x27, 0xcc, 0x88, 0xe3, 0x80, 0xb1},
7566		output: [][]byte{[]byte{0x61}, []byte{0x27, 0xcc, 0x88}, []byte{0xe3, 0x80, 0xb1}},
7567	},
7568	{
7569		input:  []byte{0x61, 0x27, 0x41},
7570		output: [][]byte{[]byte{0x61, 0x27, 0x41}},
7571	},
7572	{
7573		input:  []byte{0x61, 0x27, 0xcc, 0x88, 0x41},
7574		output: [][]byte{[]byte{0x61, 0x27, 0xcc, 0x88, 0x41}},
7575	},
7576	{
7577		input:  []byte{0x61, 0x27, 0x3a},
7578		output: [][]byte{[]byte{0x61}, []byte{0x27}, []byte{0x3a}},
7579	},
7580	{
7581		input:  []byte{0x61, 0x27, 0xcc, 0x88, 0x3a},
7582		output: [][]byte{[]byte{0x61}, []byte{0x27, 0xcc, 0x88}, []byte{0x3a}},
7583	},
7584	{
7585		input:  []byte{0x61, 0x27, 0x2c},
7586		output: [][]byte{[]byte{0x61}, []byte{0x27}, []byte{0x2c}},
7587	},
7588	{
7589		input:  []byte{0x61, 0x27, 0xcc, 0x88, 0x2c},
7590		output: [][]byte{[]byte{0x61}, []byte{0x27, 0xcc, 0x88}, []byte{0x2c}},
7591	},
7592	{
7593		input:  []byte{0x61, 0x27, 0x2e},
7594		output: [][]byte{[]byte{0x61}, []byte{0x27}, []byte{0x2e}},
7595	},
7596	{
7597		input:  []byte{0x61, 0x27, 0xcc, 0x88, 0x2e},
7598		output: [][]byte{[]byte{0x61}, []byte{0x27, 0xcc, 0x88}, []byte{0x2e}},
7599	},
7600	{
7601		input:  []byte{0x61, 0x27, 0x30},
7602		output: [][]byte{[]byte{0x61}, []byte{0x27}, []byte{0x30}},
7603	},
7604	{
7605		input:  []byte{0x61, 0x27, 0xcc, 0x88, 0x30},
7606		output: [][]byte{[]byte{0x61}, []byte{0x27, 0xcc, 0x88}, []byte{0x30}},
7607	},
7608	{
7609		input:  []byte{0x61, 0x27, 0x5f},
7610		output: [][]byte{[]byte{0x61}, []byte{0x27}, []byte{0x5f}},
7611	},
7612	{
7613		input:  []byte{0x61, 0x27, 0xcc, 0x88, 0x5f},
7614		output: [][]byte{[]byte{0x61}, []byte{0x27, 0xcc, 0x88}, []byte{0x5f}},
7615	},
7616	{
7617		input:  []byte{0x61, 0x27, 0xf0, 0x9f, 0x87, 0xa6},
7618		output: [][]byte{[]byte{0x61}, []byte{0x27}, []byte{0xf0, 0x9f, 0x87, 0xa6}},
7619	},
7620	{
7621		input:  []byte{0x61, 0x27, 0xcc, 0x88, 0xf0, 0x9f, 0x87, 0xa6},
7622		output: [][]byte{[]byte{0x61}, []byte{0x27, 0xcc, 0x88}, []byte{0xf0, 0x9f, 0x87, 0xa6}},
7623	},
7624	{
7625		input:  []byte{0x61, 0x27, 0xd7, 0x90},
7626		output: [][]byte{[]byte{0x61, 0x27, 0xd7, 0x90}},
7627	},
7628	{
7629		input:  []byte{0x61, 0x27, 0xcc, 0x88, 0xd7, 0x90},
7630		output: [][]byte{[]byte{0x61, 0x27, 0xcc, 0x88, 0xd7, 0x90}},
7631	},
7632	{
7633		input:  []byte{0x61, 0x27, 0x22},
7634		output: [][]byte{[]byte{0x61}, []byte{0x27}, []byte{0x22}},
7635	},
7636	{
7637		input:  []byte{0x61, 0x27, 0xcc, 0x88, 0x22},
7638		output: [][]byte{[]byte{0x61}, []byte{0x27, 0xcc, 0x88}, []byte{0x22}},
7639	},
7640	{
7641		input:  []byte{0x61, 0x27, 0x27},
7642		output: [][]byte{[]byte{0x61}, []byte{0x27}, []byte{0x27}},
7643	},
7644	{
7645		input:  []byte{0x61, 0x27, 0xcc, 0x88, 0x27},
7646		output: [][]byte{[]byte{0x61}, []byte{0x27, 0xcc, 0x88}, []byte{0x27}},
7647	},
7648	{
7649		input:  []byte{0x61, 0x27, 0xe2, 0x8c, 0x9a},
7650		output: [][]byte{[]byte{0x61}, []byte{0x27}, []byte{0xe2, 0x8c, 0x9a}},
7651	},
7652	{
7653		input:  []byte{0x61, 0x27, 0xcc, 0x88, 0xe2, 0x8c, 0x9a},
7654		output: [][]byte{[]byte{0x61}, []byte{0x27, 0xcc, 0x88}, []byte{0xe2, 0x8c, 0x9a}},
7655	},
7656	{
7657		input:  []byte{0x61, 0x27, 0x20},
7658		output: [][]byte{[]byte{0x61}, []byte{0x27}, []byte{0x20}},
7659	},
7660	{
7661		input:  []byte{0x61, 0x27, 0xcc, 0x88, 0x20},
7662		output: [][]byte{[]byte{0x61}, []byte{0x27, 0xcc, 0x88}, []byte{0x20}},
7663	},
7664	{
7665		input:  []byte{0x61, 0x27, 0xc2, 0xad},
7666		output: [][]byte{[]byte{0x61}, []byte{0x27, 0xc2, 0xad}},
7667	},
7668	{
7669		input:  []byte{0x61, 0x27, 0xcc, 0x88, 0xc2, 0xad},
7670		output: [][]byte{[]byte{0x61}, []byte{0x27, 0xcc, 0x88, 0xc2, 0xad}},
7671	},
7672	{
7673		input:  []byte{0x61, 0x27, 0xcc, 0x80},
7674		output: [][]byte{[]byte{0x61}, []byte{0x27, 0xcc, 0x80}},
7675	},
7676	{
7677		input:  []byte{0x61, 0x27, 0xcc, 0x88, 0xcc, 0x80},
7678		output: [][]byte{[]byte{0x61}, []byte{0x27, 0xcc, 0x88, 0xcc, 0x80}},
7679	},
7680	{
7681		input:  []byte{0x61, 0x27, 0xe2, 0x80, 0x8d},
7682		output: [][]byte{[]byte{0x61}, []byte{0x27, 0xe2, 0x80, 0x8d}},
7683	},
7684	{
7685		input:  []byte{0x61, 0x27, 0xcc, 0x88, 0xe2, 0x80, 0x8d},
7686		output: [][]byte{[]byte{0x61}, []byte{0x27, 0xcc, 0x88, 0xe2, 0x80, 0x8d}},
7687	},
7688	{
7689		input:  []byte{0x61, 0x27, 0x61, 0xe2, 0x81, 0xa0},
7690		output: [][]byte{[]byte{0x61, 0x27, 0x61, 0xe2, 0x81, 0xa0}},
7691	},
7692	{
7693		input:  []byte{0x61, 0x27, 0xcc, 0x88, 0x61, 0xe2, 0x81, 0xa0},
7694		output: [][]byte{[]byte{0x61, 0x27, 0xcc, 0x88, 0x61, 0xe2, 0x81, 0xa0}},
7695	},
7696	{
7697		input:  []byte{0x61, 0x27, 0x61, 0x3a},
7698		output: [][]byte{[]byte{0x61, 0x27, 0x61}, []byte{0x3a}},
7699	},
7700	{
7701		input:  []byte{0x61, 0x27, 0xcc, 0x88, 0x61, 0x3a},
7702		output: [][]byte{[]byte{0x61, 0x27, 0xcc, 0x88, 0x61}, []byte{0x3a}},
7703	},
7704	{
7705		input:  []byte{0x61, 0x27, 0x61, 0x27},
7706		output: [][]byte{[]byte{0x61, 0x27, 0x61}, []byte{0x27}},
7707	},
7708	{
7709		input:  []byte{0x61, 0x27, 0xcc, 0x88, 0x61, 0x27},
7710		output: [][]byte{[]byte{0x61, 0x27, 0xcc, 0x88, 0x61}, []byte{0x27}},
7711	},
7712	{
7713		input:  []byte{0x61, 0x27, 0x61, 0x27, 0xe2, 0x81, 0xa0},
7714		output: [][]byte{[]byte{0x61, 0x27, 0x61}, []byte{0x27, 0xe2, 0x81, 0xa0}},
7715	},
7716	{
7717		input:  []byte{0x61, 0x27, 0xcc, 0x88, 0x61, 0x27, 0xe2, 0x81, 0xa0},
7718		output: [][]byte{[]byte{0x61, 0x27, 0xcc, 0x88, 0x61}, []byte{0x27, 0xe2, 0x81, 0xa0}},
7719	},
7720	{
7721		input:  []byte{0x61, 0x27, 0x61, 0x2c},
7722		output: [][]byte{[]byte{0x61, 0x27, 0x61}, []byte{0x2c}},
7723	},
7724	{
7725		input:  []byte{0x61, 0x27, 0xcc, 0x88, 0x61, 0x2c},
7726		output: [][]byte{[]byte{0x61, 0x27, 0xcc, 0x88, 0x61}, []byte{0x2c}},
7727	},
7728	{
7729		input:  []byte{0x61, 0x27, 0x31, 0x3a},
7730		output: [][]byte{[]byte{0x61}, []byte{0x27}, []byte{0x31}, []byte{0x3a}},
7731	},
7732	{
7733		input:  []byte{0x61, 0x27, 0xcc, 0x88, 0x31, 0x3a},
7734		output: [][]byte{[]byte{0x61}, []byte{0x27, 0xcc, 0x88}, []byte{0x31}, []byte{0x3a}},
7735	},
7736	{
7737		input:  []byte{0x61, 0x27, 0x31, 0x27},
7738		output: [][]byte{[]byte{0x61}, []byte{0x27}, []byte{0x31}, []byte{0x27}},
7739	},
7740	{
7741		input:  []byte{0x61, 0x27, 0xcc, 0x88, 0x31, 0x27},
7742		output: [][]byte{[]byte{0x61}, []byte{0x27, 0xcc, 0x88}, []byte{0x31}, []byte{0x27}},
7743	},
7744	{
7745		input:  []byte{0x61, 0x27, 0x31, 0x2c},
7746		output: [][]byte{[]byte{0x61}, []byte{0x27}, []byte{0x31}, []byte{0x2c}},
7747	},
7748	{
7749		input:  []byte{0x61, 0x27, 0xcc, 0x88, 0x31, 0x2c},
7750		output: [][]byte{[]byte{0x61}, []byte{0x27, 0xcc, 0x88}, []byte{0x31}, []byte{0x2c}},
7751	},
7752	{
7753		input:  []byte{0x61, 0x27, 0x31, 0x2e, 0xe2, 0x81, 0xa0},
7754		output: [][]byte{[]byte{0x61}, []byte{0x27}, []byte{0x31}, []byte{0x2e, 0xe2, 0x81, 0xa0}},
7755	},
7756	{
7757		input:  []byte{0x61, 0x27, 0xcc, 0x88, 0x31, 0x2e, 0xe2, 0x81, 0xa0},
7758		output: [][]byte{[]byte{0x61}, []byte{0x27, 0xcc, 0x88}, []byte{0x31}, []byte{0x2e, 0xe2, 0x81, 0xa0}},
7759	},
7760	{
7761		input:  []byte{0x61, 0x27, 0xe2, 0x81, 0xa0, 0x1},
7762		output: [][]byte{[]byte{0x61}, []byte{0x27, 0xe2, 0x81, 0xa0}, []byte{0x1}},
7763	},
7764	{
7765		input:  []byte{0x61, 0x27, 0xe2, 0x81, 0xa0, 0xcc, 0x88, 0x1},
7766		output: [][]byte{[]byte{0x61}, []byte{0x27, 0xe2, 0x81, 0xa0, 0xcc, 0x88}, []byte{0x1}},
7767	},
7768	{
7769		input:  []byte{0x61, 0x27, 0xe2, 0x81, 0xa0, 0xd},
7770		output: [][]byte{[]byte{0x61}, []byte{0x27, 0xe2, 0x81, 0xa0}, []byte{0xd}},
7771	},
7772	{
7773		input:  []byte{0x61, 0x27, 0xe2, 0x81, 0xa0, 0xcc, 0x88, 0xd},
7774		output: [][]byte{[]byte{0x61}, []byte{0x27, 0xe2, 0x81, 0xa0, 0xcc, 0x88}, []byte{0xd}},
7775	},
7776	{
7777		input:  []byte{0x61, 0x27, 0xe2, 0x81, 0xa0, 0xa},
7778		output: [][]byte{[]byte{0x61}, []byte{0x27, 0xe2, 0x81, 0xa0}, []byte{0xa}},
7779	},
7780	{
7781		input:  []byte{0x61, 0x27, 0xe2, 0x81, 0xa0, 0xcc, 0x88, 0xa},
7782		output: [][]byte{[]byte{0x61}, []byte{0x27, 0xe2, 0x81, 0xa0, 0xcc, 0x88}, []byte{0xa}},
7783	},
7784	{
7785		input:  []byte{0x61, 0x27, 0xe2, 0x81, 0xa0, 0xb},
7786		output: [][]byte{[]byte{0x61}, []byte{0x27, 0xe2, 0x81, 0xa0}, []byte{0xb}},
7787	},
7788	{
7789		input:  []byte{0x61, 0x27, 0xe2, 0x81, 0xa0, 0xcc, 0x88, 0xb},
7790		output: [][]byte{[]byte{0x61}, []byte{0x27, 0xe2, 0x81, 0xa0, 0xcc, 0x88}, []byte{0xb}},
7791	},
7792	{
7793		input:  []byte{0x61, 0x27, 0xe2, 0x81, 0xa0, 0xe3, 0x80, 0xb1},
7794		output: [][]byte{[]byte{0x61}, []byte{0x27, 0xe2, 0x81, 0xa0}, []byte{0xe3, 0x80, 0xb1}},
7795	},
7796	{
7797		input:  []byte{0x61, 0x27, 0xe2, 0x81, 0xa0, 0xcc, 0x88, 0xe3, 0x80, 0xb1},
7798		output: [][]byte{[]byte{0x61}, []byte{0x27, 0xe2, 0x81, 0xa0, 0xcc, 0x88}, []byte{0xe3, 0x80, 0xb1}},
7799	},
7800	{
7801		input:  []byte{0x61, 0x27, 0xe2, 0x81, 0xa0, 0x41},
7802		output: [][]byte{[]byte{0x61, 0x27, 0xe2, 0x81, 0xa0, 0x41}},
7803	},
7804	{
7805		input:  []byte{0x61, 0x27, 0xe2, 0x81, 0xa0, 0xcc, 0x88, 0x41},
7806		output: [][]byte{[]byte{0x61, 0x27, 0xe2, 0x81, 0xa0, 0xcc, 0x88, 0x41}},
7807	},
7808	{
7809		input:  []byte{0x61, 0x27, 0xe2, 0x81, 0xa0, 0x3a},
7810		output: [][]byte{[]byte{0x61}, []byte{0x27, 0xe2, 0x81, 0xa0}, []byte{0x3a}},
7811	},
7812	{
7813		input:  []byte{0x61, 0x27, 0xe2, 0x81, 0xa0, 0xcc, 0x88, 0x3a},
7814		output: [][]byte{[]byte{0x61}, []byte{0x27, 0xe2, 0x81, 0xa0, 0xcc, 0x88}, []byte{0x3a}},
7815	},
7816	{
7817		input:  []byte{0x61, 0x27, 0xe2, 0x81, 0xa0, 0x2c},
7818		output: [][]byte{[]byte{0x61}, []byte{0x27, 0xe2, 0x81, 0xa0}, []byte{0x2c}},
7819	},
7820	{
7821		input:  []byte{0x61, 0x27, 0xe2, 0x81, 0xa0, 0xcc, 0x88, 0x2c},
7822		output: [][]byte{[]byte{0x61}, []byte{0x27, 0xe2, 0x81, 0xa0, 0xcc, 0x88}, []byte{0x2c}},
7823	},
7824	{
7825		input:  []byte{0x61, 0x27, 0xe2, 0x81, 0xa0, 0x2e},
7826		output: [][]byte{[]byte{0x61}, []byte{0x27, 0xe2, 0x81, 0xa0}, []byte{0x2e}},
7827	},
7828	{
7829		input:  []byte{0x61, 0x27, 0xe2, 0x81, 0xa0, 0xcc, 0x88, 0x2e},
7830		output: [][]byte{[]byte{0x61}, []byte{0x27, 0xe2, 0x81, 0xa0, 0xcc, 0x88}, []byte{0x2e}},
7831	},
7832	{
7833		input:  []byte{0x61, 0x27, 0xe2, 0x81, 0xa0, 0x30},
7834		output: [][]byte{[]byte{0x61}, []byte{0x27, 0xe2, 0x81, 0xa0}, []byte{0x30}},
7835	},
7836	{
7837		input:  []byte{0x61, 0x27, 0xe2, 0x81, 0xa0, 0xcc, 0x88, 0x30},
7838		output: [][]byte{[]byte{0x61}, []byte{0x27, 0xe2, 0x81, 0xa0, 0xcc, 0x88}, []byte{0x30}},
7839	},
7840	{
7841		input:  []byte{0x61, 0x27, 0xe2, 0x81, 0xa0, 0x5f},
7842		output: [][]byte{[]byte{0x61}, []byte{0x27, 0xe2, 0x81, 0xa0}, []byte{0x5f}},
7843	},
7844	{
7845		input:  []byte{0x61, 0x27, 0xe2, 0x81, 0xa0, 0xcc, 0x88, 0x5f},
7846		output: [][]byte{[]byte{0x61}, []byte{0x27, 0xe2, 0x81, 0xa0, 0xcc, 0x88}, []byte{0x5f}},
7847	},
7848	{
7849		input:  []byte{0x61, 0x27, 0xe2, 0x81, 0xa0, 0xf0, 0x9f, 0x87, 0xa6},
7850		output: [][]byte{[]byte{0x61}, []byte{0x27, 0xe2, 0x81, 0xa0}, []byte{0xf0, 0x9f, 0x87, 0xa6}},
7851	},
7852	{
7853		input:  []byte{0x61, 0x27, 0xe2, 0x81, 0xa0, 0xcc, 0x88, 0xf0, 0x9f, 0x87, 0xa6},
7854		output: [][]byte{[]byte{0x61}, []byte{0x27, 0xe2, 0x81, 0xa0, 0xcc, 0x88}, []byte{0xf0, 0x9f, 0x87, 0xa6}},
7855	},
7856	{
7857		input:  []byte{0x61, 0x27, 0xe2, 0x81, 0xa0, 0xd7, 0x90},
7858		output: [][]byte{[]byte{0x61, 0x27, 0xe2, 0x81, 0xa0, 0xd7, 0x90}},
7859	},
7860	{
7861		input:  []byte{0x61, 0x27, 0xe2, 0x81, 0xa0, 0xcc, 0x88, 0xd7, 0x90},
7862		output: [][]byte{[]byte{0x61, 0x27, 0xe2, 0x81, 0xa0, 0xcc, 0x88, 0xd7, 0x90}},
7863	},
7864	{
7865		input:  []byte{0x61, 0x27, 0xe2, 0x81, 0xa0, 0x22},
7866		output: [][]byte{[]byte{0x61}, []byte{0x27, 0xe2, 0x81, 0xa0}, []byte{0x22}},
7867	},
7868	{
7869		input:  []byte{0x61, 0x27, 0xe2, 0x81, 0xa0, 0xcc, 0x88, 0x22},
7870		output: [][]byte{[]byte{0x61}, []byte{0x27, 0xe2, 0x81, 0xa0, 0xcc, 0x88}, []byte{0x22}},
7871	},
7872	{
7873		input:  []byte{0x61, 0x27, 0xe2, 0x81, 0xa0, 0x27},
7874		output: [][]byte{[]byte{0x61}, []byte{0x27, 0xe2, 0x81, 0xa0}, []byte{0x27}},
7875	},
7876	{
7877		input:  []byte{0x61, 0x27, 0xe2, 0x81, 0xa0, 0xcc, 0x88, 0x27},
7878		output: [][]byte{[]byte{0x61}, []byte{0x27, 0xe2, 0x81, 0xa0, 0xcc, 0x88}, []byte{0x27}},
7879	},
7880	{
7881		input:  []byte{0x61, 0x27, 0xe2, 0x81, 0xa0, 0xe2, 0x8c, 0x9a},
7882		output: [][]byte{[]byte{0x61}, []byte{0x27, 0xe2, 0x81, 0xa0}, []byte{0xe2, 0x8c, 0x9a}},
7883	},
7884	{
7885		input:  []byte{0x61, 0x27, 0xe2, 0x81, 0xa0, 0xcc, 0x88, 0xe2, 0x8c, 0x9a},
7886		output: [][]byte{[]byte{0x61}, []byte{0x27, 0xe2, 0x81, 0xa0, 0xcc, 0x88}, []byte{0xe2, 0x8c, 0x9a}},
7887	},
7888	{
7889		input:  []byte{0x61, 0x27, 0xe2, 0x81, 0xa0, 0x20},
7890		output: [][]byte{[]byte{0x61}, []byte{0x27, 0xe2, 0x81, 0xa0}, []byte{0x20}},
7891	},
7892	{
7893		input:  []byte{0x61, 0x27, 0xe2, 0x81, 0xa0, 0xcc, 0x88, 0x20},
7894		output: [][]byte{[]byte{0x61}, []byte{0x27, 0xe2, 0x81, 0xa0, 0xcc, 0x88}, []byte{0x20}},
7895	},
7896	{
7897		input:  []byte{0x61, 0x27, 0xe2, 0x81, 0xa0, 0xc2, 0xad},
7898		output: [][]byte{[]byte{0x61}, []byte{0x27, 0xe2, 0x81, 0xa0, 0xc2, 0xad}},
7899	},
7900	{
7901		input:  []byte{0x61, 0x27, 0xe2, 0x81, 0xa0, 0xcc, 0x88, 0xc2, 0xad},
7902		output: [][]byte{[]byte{0x61}, []byte{0x27, 0xe2, 0x81, 0xa0, 0xcc, 0x88, 0xc2, 0xad}},
7903	},
7904	{
7905		input:  []byte{0x61, 0x27, 0xe2, 0x81, 0xa0, 0xcc, 0x80},
7906		output: [][]byte{[]byte{0x61}, []byte{0x27, 0xe2, 0x81, 0xa0, 0xcc, 0x80}},
7907	},
7908	{
7909		input:  []byte{0x61, 0x27, 0xe2, 0x81, 0xa0, 0xcc, 0x88, 0xcc, 0x80},
7910		output: [][]byte{[]byte{0x61}, []byte{0x27, 0xe2, 0x81, 0xa0, 0xcc, 0x88, 0xcc, 0x80}},
7911	},
7912	{
7913		input:  []byte{0x61, 0x27, 0xe2, 0x81, 0xa0, 0xe2, 0x80, 0x8d},
7914		output: [][]byte{[]byte{0x61}, []byte{0x27, 0xe2, 0x81, 0xa0, 0xe2, 0x80, 0x8d}},
7915	},
7916	{
7917		input:  []byte{0x61, 0x27, 0xe2, 0x81, 0xa0, 0xcc, 0x88, 0xe2, 0x80, 0x8d},
7918		output: [][]byte{[]byte{0x61}, []byte{0x27, 0xe2, 0x81, 0xa0, 0xcc, 0x88, 0xe2, 0x80, 0x8d}},
7919	},
7920	{
7921		input:  []byte{0x61, 0x27, 0xe2, 0x81, 0xa0, 0x61, 0xe2, 0x81, 0xa0},
7922		output: [][]byte{[]byte{0x61, 0x27, 0xe2, 0x81, 0xa0, 0x61, 0xe2, 0x81, 0xa0}},
7923	},
7924	{
7925		input:  []byte{0x61, 0x27, 0xe2, 0x81, 0xa0, 0xcc, 0x88, 0x61, 0xe2, 0x81, 0xa0},
7926		output: [][]byte{[]byte{0x61, 0x27, 0xe2, 0x81, 0xa0, 0xcc, 0x88, 0x61, 0xe2, 0x81, 0xa0}},
7927	},
7928	{
7929		input:  []byte{0x61, 0x27, 0xe2, 0x81, 0xa0, 0x61, 0x3a},
7930		output: [][]byte{[]byte{0x61, 0x27, 0xe2, 0x81, 0xa0, 0x61}, []byte{0x3a}},
7931	},
7932	{
7933		input:  []byte{0x61, 0x27, 0xe2, 0x81, 0xa0, 0xcc, 0x88, 0x61, 0x3a},
7934		output: [][]byte{[]byte{0x61, 0x27, 0xe2, 0x81, 0xa0, 0xcc, 0x88, 0x61}, []byte{0x3a}},
7935	},
7936	{
7937		input:  []byte{0x61, 0x27, 0xe2, 0x81, 0xa0, 0x61, 0x27},
7938		output: [][]byte{[]byte{0x61, 0x27, 0xe2, 0x81, 0xa0, 0x61}, []byte{0x27}},
7939	},
7940	{
7941		input:  []byte{0x61, 0x27, 0xe2, 0x81, 0xa0, 0xcc, 0x88, 0x61, 0x27},
7942		output: [][]byte{[]byte{0x61, 0x27, 0xe2, 0x81, 0xa0, 0xcc, 0x88, 0x61}, []byte{0x27}},
7943	},
7944	{
7945		input:  []byte{0x61, 0x27, 0xe2, 0x81, 0xa0, 0x61, 0x27, 0xe2, 0x81, 0xa0},
7946		output: [][]byte{[]byte{0x61, 0x27, 0xe2, 0x81, 0xa0, 0x61}, []byte{0x27, 0xe2, 0x81, 0xa0}},
7947	},
7948	{
7949		input:  []byte{0x61, 0x27, 0xe2, 0x81, 0xa0, 0xcc, 0x88, 0x61, 0x27, 0xe2, 0x81, 0xa0},
7950		output: [][]byte{[]byte{0x61, 0x27, 0xe2, 0x81, 0xa0, 0xcc, 0x88, 0x61}, []byte{0x27, 0xe2, 0x81, 0xa0}},
7951	},
7952	{
7953		input:  []byte{0x61, 0x27, 0xe2, 0x81, 0xa0, 0x61, 0x2c},
7954		output: [][]byte{[]byte{0x61, 0x27, 0xe2, 0x81, 0xa0, 0x61}, []byte{0x2c}},
7955	},
7956	{
7957		input:  []byte{0x61, 0x27, 0xe2, 0x81, 0xa0, 0xcc, 0x88, 0x61, 0x2c},
7958		output: [][]byte{[]byte{0x61, 0x27, 0xe2, 0x81, 0xa0, 0xcc, 0x88, 0x61}, []byte{0x2c}},
7959	},
7960	{
7961		input:  []byte{0x61, 0x27, 0xe2, 0x81, 0xa0, 0x31, 0x3a},
7962		output: [][]byte{[]byte{0x61}, []byte{0x27, 0xe2, 0x81, 0xa0}, []byte{0x31}, []byte{0x3a}},
7963	},
7964	{
7965		input:  []byte{0x61, 0x27, 0xe2, 0x81, 0xa0, 0xcc, 0x88, 0x31, 0x3a},
7966		output: [][]byte{[]byte{0x61}, []byte{0x27, 0xe2, 0x81, 0xa0, 0xcc, 0x88}, []byte{0x31}, []byte{0x3a}},
7967	},
7968	{
7969		input:  []byte{0x61, 0x27, 0xe2, 0x81, 0xa0, 0x31, 0x27},
7970		output: [][]byte{[]byte{0x61}, []byte{0x27, 0xe2, 0x81, 0xa0}, []byte{0x31}, []byte{0x27}},
7971	},
7972	{
7973		input:  []byte{0x61, 0x27, 0xe2, 0x81, 0xa0, 0xcc, 0x88, 0x31, 0x27},
7974		output: [][]byte{[]byte{0x61}, []byte{0x27, 0xe2, 0x81, 0xa0, 0xcc, 0x88}, []byte{0x31}, []byte{0x27}},
7975	},
7976	{
7977		input:  []byte{0x61, 0x27, 0xe2, 0x81, 0xa0, 0x31, 0x2c},
7978		output: [][]byte{[]byte{0x61}, []byte{0x27, 0xe2, 0x81, 0xa0}, []byte{0x31}, []byte{0x2c}},
7979	},
7980	{
7981		input:  []byte{0x61, 0x27, 0xe2, 0x81, 0xa0, 0xcc, 0x88, 0x31, 0x2c},
7982		output: [][]byte{[]byte{0x61}, []byte{0x27, 0xe2, 0x81, 0xa0, 0xcc, 0x88}, []byte{0x31}, []byte{0x2c}},
7983	},
7984	{
7985		input:  []byte{0x61, 0x27, 0xe2, 0x81, 0xa0, 0x31, 0x2e, 0xe2, 0x81, 0xa0},
7986		output: [][]byte{[]byte{0x61}, []byte{0x27, 0xe2, 0x81, 0xa0}, []byte{0x31}, []byte{0x2e, 0xe2, 0x81, 0xa0}},
7987	},
7988	{
7989		input:  []byte{0x61, 0x27, 0xe2, 0x81, 0xa0, 0xcc, 0x88, 0x31, 0x2e, 0xe2, 0x81, 0xa0},
7990		output: [][]byte{[]byte{0x61}, []byte{0x27, 0xe2, 0x81, 0xa0, 0xcc, 0x88}, []byte{0x31}, []byte{0x2e, 0xe2, 0x81, 0xa0}},
7991	},
7992	{
7993		input:  []byte{0x61, 0x2c, 0x1},
7994		output: [][]byte{[]byte{0x61}, []byte{0x2c}, []byte{0x1}},
7995	},
7996	{
7997		input:  []byte{0x61, 0x2c, 0xcc, 0x88, 0x1},
7998		output: [][]byte{[]byte{0x61}, []byte{0x2c, 0xcc, 0x88}, []byte{0x1}},
7999	},
8000	{
8001		input:  []byte{0x61, 0x2c, 0xd},
8002		output: [][]byte{[]byte{0x61}, []byte{0x2c}, []byte{0xd}},
8003	},
8004	{
8005		input:  []byte{0x61, 0x2c, 0xcc, 0x88, 0xd},
8006		output: [][]byte{[]byte{0x61}, []byte{0x2c, 0xcc, 0x88}, []byte{0xd}},
8007	},
8008	{
8009		input:  []byte{0x61, 0x2c, 0xa},
8010		output: [][]byte{[]byte{0x61}, []byte{0x2c}, []byte{0xa}},
8011	},
8012	{
8013		input:  []byte{0x61, 0x2c, 0xcc, 0x88, 0xa},
8014		output: [][]byte{[]byte{0x61}, []byte{0x2c, 0xcc, 0x88}, []byte{0xa}},
8015	},
8016	{
8017		input:  []byte{0x61, 0x2c, 0xb},
8018		output: [][]byte{[]byte{0x61}, []byte{0x2c}, []byte{0xb}},
8019	},
8020	{
8021		input:  []byte{0x61, 0x2c, 0xcc, 0x88, 0xb},
8022		output: [][]byte{[]byte{0x61}, []byte{0x2c, 0xcc, 0x88}, []byte{0xb}},
8023	},
8024	{
8025		input:  []byte{0x61, 0x2c, 0xe3, 0x80, 0xb1},
8026		output: [][]byte{[]byte{0x61}, []byte{0x2c}, []byte{0xe3, 0x80, 0xb1}},
8027	},
8028	{
8029		input:  []byte{0x61, 0x2c, 0xcc, 0x88, 0xe3, 0x80, 0xb1},
8030		output: [][]byte{[]byte{0x61}, []byte{0x2c, 0xcc, 0x88}, []byte{0xe3, 0x80, 0xb1}},
8031	},
8032	{
8033		input:  []byte{0x61, 0x2c, 0x41},
8034		output: [][]byte{[]byte{0x61}, []byte{0x2c}, []byte{0x41}},
8035	},
8036	{
8037		input:  []byte{0x61, 0x2c, 0xcc, 0x88, 0x41},
8038		output: [][]byte{[]byte{0x61}, []byte{0x2c, 0xcc, 0x88}, []byte{0x41}},
8039	},
8040	{
8041		input:  []byte{0x61, 0x2c, 0x3a},
8042		output: [][]byte{[]byte{0x61}, []byte{0x2c}, []byte{0x3a}},
8043	},
8044	{
8045		input:  []byte{0x61, 0x2c, 0xcc, 0x88, 0x3a},
8046		output: [][]byte{[]byte{0x61}, []byte{0x2c, 0xcc, 0x88}, []byte{0x3a}},
8047	},
8048	{
8049		input:  []byte{0x61, 0x2c, 0x2c},
8050		output: [][]byte{[]byte{0x61}, []byte{0x2c}, []byte{0x2c}},
8051	},
8052	{
8053		input:  []byte{0x61, 0x2c, 0xcc, 0x88, 0x2c},
8054		output: [][]byte{[]byte{0x61}, []byte{0x2c, 0xcc, 0x88}, []byte{0x2c}},
8055	},
8056	{
8057		input:  []byte{0x61, 0x2c, 0x2e},
8058		output: [][]byte{[]byte{0x61}, []byte{0x2c}, []byte{0x2e}},
8059	},
8060	{
8061		input:  []byte{0x61, 0x2c, 0xcc, 0x88, 0x2e},
8062		output: [][]byte{[]byte{0x61}, []byte{0x2c, 0xcc, 0x88}, []byte{0x2e}},
8063	},
8064	{
8065		input:  []byte{0x61, 0x2c, 0x30},
8066		output: [][]byte{[]byte{0x61}, []byte{0x2c}, []byte{0x30}},
8067	},
8068	{
8069		input:  []byte{0x61, 0x2c, 0xcc, 0x88, 0x30},
8070		output: [][]byte{[]byte{0x61}, []byte{0x2c, 0xcc, 0x88}, []byte{0x30}},
8071	},
8072	{
8073		input:  []byte{0x61, 0x2c, 0x5f},
8074		output: [][]byte{[]byte{0x61}, []byte{0x2c}, []byte{0x5f}},
8075	},
8076	{
8077		input:  []byte{0x61, 0x2c, 0xcc, 0x88, 0x5f},
8078		output: [][]byte{[]byte{0x61}, []byte{0x2c, 0xcc, 0x88}, []byte{0x5f}},
8079	},
8080	{
8081		input:  []byte{0x61, 0x2c, 0xf0, 0x9f, 0x87, 0xa6},
8082		output: [][]byte{[]byte{0x61}, []byte{0x2c}, []byte{0xf0, 0x9f, 0x87, 0xa6}},
8083	},
8084	{
8085		input:  []byte{0x61, 0x2c, 0xcc, 0x88, 0xf0, 0x9f, 0x87, 0xa6},
8086		output: [][]byte{[]byte{0x61}, []byte{0x2c, 0xcc, 0x88}, []byte{0xf0, 0x9f, 0x87, 0xa6}},
8087	},
8088	{
8089		input:  []byte{0x61, 0x2c, 0xd7, 0x90},
8090		output: [][]byte{[]byte{0x61}, []byte{0x2c}, []byte{0xd7, 0x90}},
8091	},
8092	{
8093		input:  []byte{0x61, 0x2c, 0xcc, 0x88, 0xd7, 0x90},
8094		output: [][]byte{[]byte{0x61}, []byte{0x2c, 0xcc, 0x88}, []byte{0xd7, 0x90}},
8095	},
8096	{
8097		input:  []byte{0x61, 0x2c, 0x22},
8098		output: [][]byte{[]byte{0x61}, []byte{0x2c}, []byte{0x22}},
8099	},
8100	{
8101		input:  []byte{0x61, 0x2c, 0xcc, 0x88, 0x22},
8102		output: [][]byte{[]byte{0x61}, []byte{0x2c, 0xcc, 0x88}, []byte{0x22}},
8103	},
8104	{
8105		input:  []byte{0x61, 0x2c, 0x27},
8106		output: [][]byte{[]byte{0x61}, []byte{0x2c}, []byte{0x27}},
8107	},
8108	{
8109		input:  []byte{0x61, 0x2c, 0xcc, 0x88, 0x27},
8110		output: [][]byte{[]byte{0x61}, []byte{0x2c, 0xcc, 0x88}, []byte{0x27}},
8111	},
8112	{
8113		input:  []byte{0x61, 0x2c, 0xe2, 0x8c, 0x9a},
8114		output: [][]byte{[]byte{0x61}, []byte{0x2c}, []byte{0xe2, 0x8c, 0x9a}},
8115	},
8116	{
8117		input:  []byte{0x61, 0x2c, 0xcc, 0x88, 0xe2, 0x8c, 0x9a},
8118		output: [][]byte{[]byte{0x61}, []byte{0x2c, 0xcc, 0x88}, []byte{0xe2, 0x8c, 0x9a}},
8119	},
8120	{
8121		input:  []byte{0x61, 0x2c, 0x20},
8122		output: [][]byte{[]byte{0x61}, []byte{0x2c}, []byte{0x20}},
8123	},
8124	{
8125		input:  []byte{0x61, 0x2c, 0xcc, 0x88, 0x20},
8126		output: [][]byte{[]byte{0x61}, []byte{0x2c, 0xcc, 0x88}, []byte{0x20}},
8127	},
8128	{
8129		input:  []byte{0x61, 0x2c, 0xc2, 0xad},
8130		output: [][]byte{[]byte{0x61}, []byte{0x2c, 0xc2, 0xad}},
8131	},
8132	{
8133		input:  []byte{0x61, 0x2c, 0xcc, 0x88, 0xc2, 0xad},
8134		output: [][]byte{[]byte{0x61}, []byte{0x2c, 0xcc, 0x88, 0xc2, 0xad}},
8135	},
8136	{
8137		input:  []byte{0x61, 0x2c, 0xcc, 0x80},
8138		output: [][]byte{[]byte{0x61}, []byte{0x2c, 0xcc, 0x80}},
8139	},
8140	{
8141		input:  []byte{0x61, 0x2c, 0xcc, 0x88, 0xcc, 0x80},
8142		output: [][]byte{[]byte{0x61}, []byte{0x2c, 0xcc, 0x88, 0xcc, 0x80}},
8143	},
8144	{
8145		input:  []byte{0x61, 0x2c, 0xe2, 0x80, 0x8d},
8146		output: [][]byte{[]byte{0x61}, []byte{0x2c, 0xe2, 0x80, 0x8d}},
8147	},
8148	{
8149		input:  []byte{0x61, 0x2c, 0xcc, 0x88, 0xe2, 0x80, 0x8d},
8150		output: [][]byte{[]byte{0x61}, []byte{0x2c, 0xcc, 0x88, 0xe2, 0x80, 0x8d}},
8151	},
8152	{
8153		input:  []byte{0x61, 0x2c, 0x61, 0xe2, 0x81, 0xa0},
8154		output: [][]byte{[]byte{0x61}, []byte{0x2c}, []byte{0x61, 0xe2, 0x81, 0xa0}},
8155	},
8156	{
8157		input:  []byte{0x61, 0x2c, 0xcc, 0x88, 0x61, 0xe2, 0x81, 0xa0},
8158		output: [][]byte{[]byte{0x61}, []byte{0x2c, 0xcc, 0x88}, []byte{0x61, 0xe2, 0x81, 0xa0}},
8159	},
8160	{
8161		input:  []byte{0x61, 0x2c, 0x61, 0x3a},
8162		output: [][]byte{[]byte{0x61}, []byte{0x2c}, []byte{0x61}, []byte{0x3a}},
8163	},
8164	{
8165		input:  []byte{0x61, 0x2c, 0xcc, 0x88, 0x61, 0x3a},
8166		output: [][]byte{[]byte{0x61}, []byte{0x2c, 0xcc, 0x88}, []byte{0x61}, []byte{0x3a}},
8167	},
8168	{
8169		input:  []byte{0x61, 0x2c, 0x61, 0x27},
8170		output: [][]byte{[]byte{0x61}, []byte{0x2c}, []byte{0x61}, []byte{0x27}},
8171	},
8172	{
8173		input:  []byte{0x61, 0x2c, 0xcc, 0x88, 0x61, 0x27},
8174		output: [][]byte{[]byte{0x61}, []byte{0x2c, 0xcc, 0x88}, []byte{0x61}, []byte{0x27}},
8175	},
8176	{
8177		input:  []byte{0x61, 0x2c, 0x61, 0x27, 0xe2, 0x81, 0xa0},
8178		output: [][]byte{[]byte{0x61}, []byte{0x2c}, []byte{0x61}, []byte{0x27, 0xe2, 0x81, 0xa0}},
8179	},
8180	{
8181		input:  []byte{0x61, 0x2c, 0xcc, 0x88, 0x61, 0x27, 0xe2, 0x81, 0xa0},
8182		output: [][]byte{[]byte{0x61}, []byte{0x2c, 0xcc, 0x88}, []byte{0x61}, []byte{0x27, 0xe2, 0x81, 0xa0}},
8183	},
8184	{
8185		input:  []byte{0x61, 0x2c, 0x61, 0x2c},
8186		output: [][]byte{[]byte{0x61}, []byte{0x2c}, []byte{0x61}, []byte{0x2c}},
8187	},
8188	{
8189		input:  []byte{0x61, 0x2c, 0xcc, 0x88, 0x61, 0x2c},
8190		output: [][]byte{[]byte{0x61}, []byte{0x2c, 0xcc, 0x88}, []byte{0x61}, []byte{0x2c}},
8191	},
8192	{
8193		input:  []byte{0x61, 0x2c, 0x31, 0x3a},
8194		output: [][]byte{[]byte{0x61}, []byte{0x2c}, []byte{0x31}, []byte{0x3a}},
8195	},
8196	{
8197		input:  []byte{0x61, 0x2c, 0xcc, 0x88, 0x31, 0x3a},
8198		output: [][]byte{[]byte{0x61}, []byte{0x2c, 0xcc, 0x88}, []byte{0x31}, []byte{0x3a}},
8199	},
8200	{
8201		input:  []byte{0x61, 0x2c, 0x31, 0x27},
8202		output: [][]byte{[]byte{0x61}, []byte{0x2c}, []byte{0x31}, []byte{0x27}},
8203	},
8204	{
8205		input:  []byte{0x61, 0x2c, 0xcc, 0x88, 0x31, 0x27},
8206		output: [][]byte{[]byte{0x61}, []byte{0x2c, 0xcc, 0x88}, []byte{0x31}, []byte{0x27}},
8207	},
8208	{
8209		input:  []byte{0x61, 0x2c, 0x31, 0x2c},
8210		output: [][]byte{[]byte{0x61}, []byte{0x2c}, []byte{0x31}, []byte{0x2c}},
8211	},
8212	{
8213		input:  []byte{0x61, 0x2c, 0xcc, 0x88, 0x31, 0x2c},
8214		output: [][]byte{[]byte{0x61}, []byte{0x2c, 0xcc, 0x88}, []byte{0x31}, []byte{0x2c}},
8215	},
8216	{
8217		input:  []byte{0x61, 0x2c, 0x31, 0x2e, 0xe2, 0x81, 0xa0},
8218		output: [][]byte{[]byte{0x61}, []byte{0x2c}, []byte{0x31}, []byte{0x2e, 0xe2, 0x81, 0xa0}},
8219	},
8220	{
8221		input:  []byte{0x61, 0x2c, 0xcc, 0x88, 0x31, 0x2e, 0xe2, 0x81, 0xa0},
8222		output: [][]byte{[]byte{0x61}, []byte{0x2c, 0xcc, 0x88}, []byte{0x31}, []byte{0x2e, 0xe2, 0x81, 0xa0}},
8223	},
8224	{
8225		input:  []byte{0x31, 0x3a, 0x1},
8226		output: [][]byte{[]byte{0x31}, []byte{0x3a}, []byte{0x1}},
8227	},
8228	{
8229		input:  []byte{0x31, 0x3a, 0xcc, 0x88, 0x1},
8230		output: [][]byte{[]byte{0x31}, []byte{0x3a, 0xcc, 0x88}, []byte{0x1}},
8231	},
8232	{
8233		input:  []byte{0x31, 0x3a, 0xd},
8234		output: [][]byte{[]byte{0x31}, []byte{0x3a}, []byte{0xd}},
8235	},
8236	{
8237		input:  []byte{0x31, 0x3a, 0xcc, 0x88, 0xd},
8238		output: [][]byte{[]byte{0x31}, []byte{0x3a, 0xcc, 0x88}, []byte{0xd}},
8239	},
8240	{
8241		input:  []byte{0x31, 0x3a, 0xa},
8242		output: [][]byte{[]byte{0x31}, []byte{0x3a}, []byte{0xa}},
8243	},
8244	{
8245		input:  []byte{0x31, 0x3a, 0xcc, 0x88, 0xa},
8246		output: [][]byte{[]byte{0x31}, []byte{0x3a, 0xcc, 0x88}, []byte{0xa}},
8247	},
8248	{
8249		input:  []byte{0x31, 0x3a, 0xb},
8250		output: [][]byte{[]byte{0x31}, []byte{0x3a}, []byte{0xb}},
8251	},
8252	{
8253		input:  []byte{0x31, 0x3a, 0xcc, 0x88, 0xb},
8254		output: [][]byte{[]byte{0x31}, []byte{0x3a, 0xcc, 0x88}, []byte{0xb}},
8255	},
8256	{
8257		input:  []byte{0x31, 0x3a, 0xe3, 0x80, 0xb1},
8258		output: [][]byte{[]byte{0x31}, []byte{0x3a}, []byte{0xe3, 0x80, 0xb1}},
8259	},
8260	{
8261		input:  []byte{0x31, 0x3a, 0xcc, 0x88, 0xe3, 0x80, 0xb1},
8262		output: [][]byte{[]byte{0x31}, []byte{0x3a, 0xcc, 0x88}, []byte{0xe3, 0x80, 0xb1}},
8263	},
8264	{
8265		input:  []byte{0x31, 0x3a, 0x41},
8266		output: [][]byte{[]byte{0x31}, []byte{0x3a}, []byte{0x41}},
8267	},
8268	{
8269		input:  []byte{0x31, 0x3a, 0xcc, 0x88, 0x41},
8270		output: [][]byte{[]byte{0x31}, []byte{0x3a, 0xcc, 0x88}, []byte{0x41}},
8271	},
8272	{
8273		input:  []byte{0x31, 0x3a, 0x3a},
8274		output: [][]byte{[]byte{0x31}, []byte{0x3a}, []byte{0x3a}},
8275	},
8276	{
8277		input:  []byte{0x31, 0x3a, 0xcc, 0x88, 0x3a},
8278		output: [][]byte{[]byte{0x31}, []byte{0x3a, 0xcc, 0x88}, []byte{0x3a}},
8279	},
8280	{
8281		input:  []byte{0x31, 0x3a, 0x2c},
8282		output: [][]byte{[]byte{0x31}, []byte{0x3a}, []byte{0x2c}},
8283	},
8284	{
8285		input:  []byte{0x31, 0x3a, 0xcc, 0x88, 0x2c},
8286		output: [][]byte{[]byte{0x31}, []byte{0x3a, 0xcc, 0x88}, []byte{0x2c}},
8287	},
8288	{
8289		input:  []byte{0x31, 0x3a, 0x2e},
8290		output: [][]byte{[]byte{0x31}, []byte{0x3a}, []byte{0x2e}},
8291	},
8292	{
8293		input:  []byte{0x31, 0x3a, 0xcc, 0x88, 0x2e},
8294		output: [][]byte{[]byte{0x31}, []byte{0x3a, 0xcc, 0x88}, []byte{0x2e}},
8295	},
8296	{
8297		input:  []byte{0x31, 0x3a, 0x30},
8298		output: [][]byte{[]byte{0x31}, []byte{0x3a}, []byte{0x30}},
8299	},
8300	{
8301		input:  []byte{0x31, 0x3a, 0xcc, 0x88, 0x30},
8302		output: [][]byte{[]byte{0x31}, []byte{0x3a, 0xcc, 0x88}, []byte{0x30}},
8303	},
8304	{
8305		input:  []byte{0x31, 0x3a, 0x5f},
8306		output: [][]byte{[]byte{0x31}, []byte{0x3a}, []byte{0x5f}},
8307	},
8308	{
8309		input:  []byte{0x31, 0x3a, 0xcc, 0x88, 0x5f},
8310		output: [][]byte{[]byte{0x31}, []byte{0x3a, 0xcc, 0x88}, []byte{0x5f}},
8311	},
8312	{
8313		input:  []byte{0x31, 0x3a, 0xf0, 0x9f, 0x87, 0xa6},
8314		output: [][]byte{[]byte{0x31}, []byte{0x3a}, []byte{0xf0, 0x9f, 0x87, 0xa6}},
8315	},
8316	{
8317		input:  []byte{0x31, 0x3a, 0xcc, 0x88, 0xf0, 0x9f, 0x87, 0xa6},
8318		output: [][]byte{[]byte{0x31}, []byte{0x3a, 0xcc, 0x88}, []byte{0xf0, 0x9f, 0x87, 0xa6}},
8319	},
8320	{
8321		input:  []byte{0x31, 0x3a, 0xd7, 0x90},
8322		output: [][]byte{[]byte{0x31}, []byte{0x3a}, []byte{0xd7, 0x90}},
8323	},
8324	{
8325		input:  []byte{0x31, 0x3a, 0xcc, 0x88, 0xd7, 0x90},
8326		output: [][]byte{[]byte{0x31}, []byte{0x3a, 0xcc, 0x88}, []byte{0xd7, 0x90}},
8327	},
8328	{
8329		input:  []byte{0x31, 0x3a, 0x22},
8330		output: [][]byte{[]byte{0x31}, []byte{0x3a}, []byte{0x22}},
8331	},
8332	{
8333		input:  []byte{0x31, 0x3a, 0xcc, 0x88, 0x22},
8334		output: [][]byte{[]byte{0x31}, []byte{0x3a, 0xcc, 0x88}, []byte{0x22}},
8335	},
8336	{
8337		input:  []byte{0x31, 0x3a, 0x27},
8338		output: [][]byte{[]byte{0x31}, []byte{0x3a}, []byte{0x27}},
8339	},
8340	{
8341		input:  []byte{0x31, 0x3a, 0xcc, 0x88, 0x27},
8342		output: [][]byte{[]byte{0x31}, []byte{0x3a, 0xcc, 0x88}, []byte{0x27}},
8343	},
8344	{
8345		input:  []byte{0x31, 0x3a, 0xe2, 0x8c, 0x9a},
8346		output: [][]byte{[]byte{0x31}, []byte{0x3a}, []byte{0xe2, 0x8c, 0x9a}},
8347	},
8348	{
8349		input:  []byte{0x31, 0x3a, 0xcc, 0x88, 0xe2, 0x8c, 0x9a},
8350		output: [][]byte{[]byte{0x31}, []byte{0x3a, 0xcc, 0x88}, []byte{0xe2, 0x8c, 0x9a}},
8351	},
8352	{
8353		input:  []byte{0x31, 0x3a, 0x20},
8354		output: [][]byte{[]byte{0x31}, []byte{0x3a}, []byte{0x20}},
8355	},
8356	{
8357		input:  []byte{0x31, 0x3a, 0xcc, 0x88, 0x20},
8358		output: [][]byte{[]byte{0x31}, []byte{0x3a, 0xcc, 0x88}, []byte{0x20}},
8359	},
8360	{
8361		input:  []byte{0x31, 0x3a, 0xc2, 0xad},
8362		output: [][]byte{[]byte{0x31}, []byte{0x3a, 0xc2, 0xad}},
8363	},
8364	{
8365		input:  []byte{0x31, 0x3a, 0xcc, 0x88, 0xc2, 0xad},
8366		output: [][]byte{[]byte{0x31}, []byte{0x3a, 0xcc, 0x88, 0xc2, 0xad}},
8367	},
8368	{
8369		input:  []byte{0x31, 0x3a, 0xcc, 0x80},
8370		output: [][]byte{[]byte{0x31}, []byte{0x3a, 0xcc, 0x80}},
8371	},
8372	{
8373		input:  []byte{0x31, 0x3a, 0xcc, 0x88, 0xcc, 0x80},
8374		output: [][]byte{[]byte{0x31}, []byte{0x3a, 0xcc, 0x88, 0xcc, 0x80}},
8375	},
8376	{
8377		input:  []byte{0x31, 0x3a, 0xe2, 0x80, 0x8d},
8378		output: [][]byte{[]byte{0x31}, []byte{0x3a, 0xe2, 0x80, 0x8d}},
8379	},
8380	{
8381		input:  []byte{0x31, 0x3a, 0xcc, 0x88, 0xe2, 0x80, 0x8d},
8382		output: [][]byte{[]byte{0x31}, []byte{0x3a, 0xcc, 0x88, 0xe2, 0x80, 0x8d}},
8383	},
8384	{
8385		input:  []byte{0x31, 0x3a, 0x61, 0xe2, 0x81, 0xa0},
8386		output: [][]byte{[]byte{0x31}, []byte{0x3a}, []byte{0x61, 0xe2, 0x81, 0xa0}},
8387	},
8388	{
8389		input:  []byte{0x31, 0x3a, 0xcc, 0x88, 0x61, 0xe2, 0x81, 0xa0},
8390		output: [][]byte{[]byte{0x31}, []byte{0x3a, 0xcc, 0x88}, []byte{0x61, 0xe2, 0x81, 0xa0}},
8391	},
8392	{
8393		input:  []byte{0x31, 0x3a, 0x61, 0x3a},
8394		output: [][]byte{[]byte{0x31}, []byte{0x3a}, []byte{0x61}, []byte{0x3a}},
8395	},
8396	{
8397		input:  []byte{0x31, 0x3a, 0xcc, 0x88, 0x61, 0x3a},
8398		output: [][]byte{[]byte{0x31}, []byte{0x3a, 0xcc, 0x88}, []byte{0x61}, []byte{0x3a}},
8399	},
8400	{
8401		input:  []byte{0x31, 0x3a, 0x61, 0x27},
8402		output: [][]byte{[]byte{0x31}, []byte{0x3a}, []byte{0x61}, []byte{0x27}},
8403	},
8404	{
8405		input:  []byte{0x31, 0x3a, 0xcc, 0x88, 0x61, 0x27},
8406		output: [][]byte{[]byte{0x31}, []byte{0x3a, 0xcc, 0x88}, []byte{0x61}, []byte{0x27}},
8407	},
8408	{
8409		input:  []byte{0x31, 0x3a, 0x61, 0x27, 0xe2, 0x81, 0xa0},
8410		output: [][]byte{[]byte{0x31}, []byte{0x3a}, []byte{0x61}, []byte{0x27, 0xe2, 0x81, 0xa0}},
8411	},
8412	{
8413		input:  []byte{0x31, 0x3a, 0xcc, 0x88, 0x61, 0x27, 0xe2, 0x81, 0xa0},
8414		output: [][]byte{[]byte{0x31}, []byte{0x3a, 0xcc, 0x88}, []byte{0x61}, []byte{0x27, 0xe2, 0x81, 0xa0}},
8415	},
8416	{
8417		input:  []byte{0x31, 0x3a, 0x61, 0x2c},
8418		output: [][]byte{[]byte{0x31}, []byte{0x3a}, []byte{0x61}, []byte{0x2c}},
8419	},
8420	{
8421		input:  []byte{0x31, 0x3a, 0xcc, 0x88, 0x61, 0x2c},
8422		output: [][]byte{[]byte{0x31}, []byte{0x3a, 0xcc, 0x88}, []byte{0x61}, []byte{0x2c}},
8423	},
8424	{
8425		input:  []byte{0x31, 0x3a, 0x31, 0x3a},
8426		output: [][]byte{[]byte{0x31}, []byte{0x3a}, []byte{0x31}, []byte{0x3a}},
8427	},
8428	{
8429		input:  []byte{0x31, 0x3a, 0xcc, 0x88, 0x31, 0x3a},
8430		output: [][]byte{[]byte{0x31}, []byte{0x3a, 0xcc, 0x88}, []byte{0x31}, []byte{0x3a}},
8431	},
8432	{
8433		input:  []byte{0x31, 0x3a, 0x31, 0x27},
8434		output: [][]byte{[]byte{0x31}, []byte{0x3a}, []byte{0x31}, []byte{0x27}},
8435	},
8436	{
8437		input:  []byte{0x31, 0x3a, 0xcc, 0x88, 0x31, 0x27},
8438		output: [][]byte{[]byte{0x31}, []byte{0x3a, 0xcc, 0x88}, []byte{0x31}, []byte{0x27}},
8439	},
8440	{
8441		input:  []byte{0x31, 0x3a, 0x31, 0x2c},
8442		output: [][]byte{[]byte{0x31}, []byte{0x3a}, []byte{0x31}, []byte{0x2c}},
8443	},
8444	{
8445		input:  []byte{0x31, 0x3a, 0xcc, 0x88, 0x31, 0x2c},
8446		output: [][]byte{[]byte{0x31}, []byte{0x3a, 0xcc, 0x88}, []byte{0x31}, []byte{0x2c}},
8447	},
8448	{
8449		input:  []byte{0x31, 0x3a, 0x31, 0x2e, 0xe2, 0x81, 0xa0},
8450		output: [][]byte{[]byte{0x31}, []byte{0x3a}, []byte{0x31}, []byte{0x2e, 0xe2, 0x81, 0xa0}},
8451	},
8452	{
8453		input:  []byte{0x31, 0x3a, 0xcc, 0x88, 0x31, 0x2e, 0xe2, 0x81, 0xa0},
8454		output: [][]byte{[]byte{0x31}, []byte{0x3a, 0xcc, 0x88}, []byte{0x31}, []byte{0x2e, 0xe2, 0x81, 0xa0}},
8455	},
8456	{
8457		input:  []byte{0x31, 0x27, 0x1},
8458		output: [][]byte{[]byte{0x31}, []byte{0x27}, []byte{0x1}},
8459	},
8460	{
8461		input:  []byte{0x31, 0x27, 0xcc, 0x88, 0x1},
8462		output: [][]byte{[]byte{0x31}, []byte{0x27, 0xcc, 0x88}, []byte{0x1}},
8463	},
8464	{
8465		input:  []byte{0x31, 0x27, 0xd},
8466		output: [][]byte{[]byte{0x31}, []byte{0x27}, []byte{0xd}},
8467	},
8468	{
8469		input:  []byte{0x31, 0x27, 0xcc, 0x88, 0xd},
8470		output: [][]byte{[]byte{0x31}, []byte{0x27, 0xcc, 0x88}, []byte{0xd}},
8471	},
8472	{
8473		input:  []byte{0x31, 0x27, 0xa},
8474		output: [][]byte{[]byte{0x31}, []byte{0x27}, []byte{0xa}},
8475	},
8476	{
8477		input:  []byte{0x31, 0x27, 0xcc, 0x88, 0xa},
8478		output: [][]byte{[]byte{0x31}, []byte{0x27, 0xcc, 0x88}, []byte{0xa}},
8479	},
8480	{
8481		input:  []byte{0x31, 0x27, 0xb},
8482		output: [][]byte{[]byte{0x31}, []byte{0x27}, []byte{0xb}},
8483	},
8484	{
8485		input:  []byte{0x31, 0x27, 0xcc, 0x88, 0xb},
8486		output: [][]byte{[]byte{0x31}, []byte{0x27, 0xcc, 0x88}, []byte{0xb}},
8487	},
8488	{
8489		input:  []byte{0x31, 0x27, 0xe3, 0x80, 0xb1},
8490		output: [][]byte{[]byte{0x31}, []byte{0x27}, []byte{0xe3, 0x80, 0xb1}},
8491	},
8492	{
8493		input:  []byte{0x31, 0x27, 0xcc, 0x88, 0xe3, 0x80, 0xb1},
8494		output: [][]byte{[]byte{0x31}, []byte{0x27, 0xcc, 0x88}, []byte{0xe3, 0x80, 0xb1}},
8495	},
8496	{
8497		input:  []byte{0x31, 0x27, 0x41},
8498		output: [][]byte{[]byte{0x31}, []byte{0x27}, []byte{0x41}},
8499	},
8500	{
8501		input:  []byte{0x31, 0x27, 0xcc, 0x88, 0x41},
8502		output: [][]byte{[]byte{0x31}, []byte{0x27, 0xcc, 0x88}, []byte{0x41}},
8503	},
8504	{
8505		input:  []byte{0x31, 0x27, 0x3a},
8506		output: [][]byte{[]byte{0x31}, []byte{0x27}, []byte{0x3a}},
8507	},
8508	{
8509		input:  []byte{0x31, 0x27, 0xcc, 0x88, 0x3a},
8510		output: [][]byte{[]byte{0x31}, []byte{0x27, 0xcc, 0x88}, []byte{0x3a}},
8511	},
8512	{
8513		input:  []byte{0x31, 0x27, 0x2c},
8514		output: [][]byte{[]byte{0x31}, []byte{0x27}, []byte{0x2c}},
8515	},
8516	{
8517		input:  []byte{0x31, 0x27, 0xcc, 0x88, 0x2c},
8518		output: [][]byte{[]byte{0x31}, []byte{0x27, 0xcc, 0x88}, []byte{0x2c}},
8519	},
8520	{
8521		input:  []byte{0x31, 0x27, 0x2e},
8522		output: [][]byte{[]byte{0x31}, []byte{0x27}, []byte{0x2e}},
8523	},
8524	{
8525		input:  []byte{0x31, 0x27, 0xcc, 0x88, 0x2e},
8526		output: [][]byte{[]byte{0x31}, []byte{0x27, 0xcc, 0x88}, []byte{0x2e}},
8527	},
8528	{
8529		input:  []byte{0x31, 0x27, 0x30},
8530		output: [][]byte{[]byte{0x31, 0x27, 0x30}},
8531	},
8532	{
8533		input:  []byte{0x31, 0x27, 0xcc, 0x88, 0x30},
8534		output: [][]byte{[]byte{0x31, 0x27, 0xcc, 0x88, 0x30}},
8535	},
8536	{
8537		input:  []byte{0x31, 0x27, 0x5f},
8538		output: [][]byte{[]byte{0x31}, []byte{0x27}, []byte{0x5f}},
8539	},
8540	{
8541		input:  []byte{0x31, 0x27, 0xcc, 0x88, 0x5f},
8542		output: [][]byte{[]byte{0x31}, []byte{0x27, 0xcc, 0x88}, []byte{0x5f}},
8543	},
8544	{
8545		input:  []byte{0x31, 0x27, 0xf0, 0x9f, 0x87, 0xa6},
8546		output: [][]byte{[]byte{0x31}, []byte{0x27}, []byte{0xf0, 0x9f, 0x87, 0xa6}},
8547	},
8548	{
8549		input:  []byte{0x31, 0x27, 0xcc, 0x88, 0xf0, 0x9f, 0x87, 0xa6},
8550		output: [][]byte{[]byte{0x31}, []byte{0x27, 0xcc, 0x88}, []byte{0xf0, 0x9f, 0x87, 0xa6}},
8551	},
8552	{
8553		input:  []byte{0x31, 0x27, 0xd7, 0x90},
8554		output: [][]byte{[]byte{0x31}, []byte{0x27}, []byte{0xd7, 0x90}},
8555	},
8556	{
8557		input:  []byte{0x31, 0x27, 0xcc, 0x88, 0xd7, 0x90},
8558		output: [][]byte{[]byte{0x31}, []byte{0x27, 0xcc, 0x88}, []byte{0xd7, 0x90}},
8559	},
8560	{
8561		input:  []byte{0x31, 0x27, 0x22},
8562		output: [][]byte{[]byte{0x31}, []byte{0x27}, []byte{0x22}},
8563	},
8564	{
8565		input:  []byte{0x31, 0x27, 0xcc, 0x88, 0x22},
8566		output: [][]byte{[]byte{0x31}, []byte{0x27, 0xcc, 0x88}, []byte{0x22}},
8567	},
8568	{
8569		input:  []byte{0x31, 0x27, 0x27},
8570		output: [][]byte{[]byte{0x31}, []byte{0x27}, []byte{0x27}},
8571	},
8572	{
8573		input:  []byte{0x31, 0x27, 0xcc, 0x88, 0x27},
8574		output: [][]byte{[]byte{0x31}, []byte{0x27, 0xcc, 0x88}, []byte{0x27}},
8575	},
8576	{
8577		input:  []byte{0x31, 0x27, 0xe2, 0x8c, 0x9a},
8578		output: [][]byte{[]byte{0x31}, []byte{0x27}, []byte{0xe2, 0x8c, 0x9a}},
8579	},
8580	{
8581		input:  []byte{0x31, 0x27, 0xcc, 0x88, 0xe2, 0x8c, 0x9a},
8582		output: [][]byte{[]byte{0x31}, []byte{0x27, 0xcc, 0x88}, []byte{0xe2, 0x8c, 0x9a}},
8583	},
8584	{
8585		input:  []byte{0x31, 0x27, 0x20},
8586		output: [][]byte{[]byte{0x31}, []byte{0x27}, []byte{0x20}},
8587	},
8588	{
8589		input:  []byte{0x31, 0x27, 0xcc, 0x88, 0x20},
8590		output: [][]byte{[]byte{0x31}, []byte{0x27, 0xcc, 0x88}, []byte{0x20}},
8591	},
8592	{
8593		input:  []byte{0x31, 0x27, 0xc2, 0xad},
8594		output: [][]byte{[]byte{0x31}, []byte{0x27, 0xc2, 0xad}},
8595	},
8596	{
8597		input:  []byte{0x31, 0x27, 0xcc, 0x88, 0xc2, 0xad},
8598		output: [][]byte{[]byte{0x31}, []byte{0x27, 0xcc, 0x88, 0xc2, 0xad}},
8599	},
8600	{
8601		input:  []byte{0x31, 0x27, 0xcc, 0x80},
8602		output: [][]byte{[]byte{0x31}, []byte{0x27, 0xcc, 0x80}},
8603	},
8604	{
8605		input:  []byte{0x31, 0x27, 0xcc, 0x88, 0xcc, 0x80},
8606		output: [][]byte{[]byte{0x31}, []byte{0x27, 0xcc, 0x88, 0xcc, 0x80}},
8607	},
8608	{
8609		input:  []byte{0x31, 0x27, 0xe2, 0x80, 0x8d},
8610		output: [][]byte{[]byte{0x31}, []byte{0x27, 0xe2, 0x80, 0x8d}},
8611	},
8612	{
8613		input:  []byte{0x31, 0x27, 0xcc, 0x88, 0xe2, 0x80, 0x8d},
8614		output: [][]byte{[]byte{0x31}, []byte{0x27, 0xcc, 0x88, 0xe2, 0x80, 0x8d}},
8615	},
8616	{
8617		input:  []byte{0x31, 0x27, 0x61, 0xe2, 0x81, 0xa0},
8618		output: [][]byte{[]byte{0x31}, []byte{0x27}, []byte{0x61, 0xe2, 0x81, 0xa0}},
8619	},
8620	{
8621		input:  []byte{0x31, 0x27, 0xcc, 0x88, 0x61, 0xe2, 0x81, 0xa0},
8622		output: [][]byte{[]byte{0x31}, []byte{0x27, 0xcc, 0x88}, []byte{0x61, 0xe2, 0x81, 0xa0}},
8623	},
8624	{
8625		input:  []byte{0x31, 0x27, 0x61, 0x3a},
8626		output: [][]byte{[]byte{0x31}, []byte{0x27}, []byte{0x61}, []byte{0x3a}},
8627	},
8628	{
8629		input:  []byte{0x31, 0x27, 0xcc, 0x88, 0x61, 0x3a},
8630		output: [][]byte{[]byte{0x31}, []byte{0x27, 0xcc, 0x88}, []byte{0x61}, []byte{0x3a}},
8631	},
8632	{
8633		input:  []byte{0x31, 0x27, 0x61, 0x27},
8634		output: [][]byte{[]byte{0x31}, []byte{0x27}, []byte{0x61}, []byte{0x27}},
8635	},
8636	{
8637		input:  []byte{0x31, 0x27, 0xcc, 0x88, 0x61, 0x27},
8638		output: [][]byte{[]byte{0x31}, []byte{0x27, 0xcc, 0x88}, []byte{0x61}, []byte{0x27}},
8639	},
8640	{
8641		input:  []byte{0x31, 0x27, 0x61, 0x27, 0xe2, 0x81, 0xa0},
8642		output: [][]byte{[]byte{0x31}, []byte{0x27}, []byte{0x61}, []byte{0x27, 0xe2, 0x81, 0xa0}},
8643	},
8644	{
8645		input:  []byte{0x31, 0x27, 0xcc, 0x88, 0x61, 0x27, 0xe2, 0x81, 0xa0},
8646		output: [][]byte{[]byte{0x31}, []byte{0x27, 0xcc, 0x88}, []byte{0x61}, []byte{0x27, 0xe2, 0x81, 0xa0}},
8647	},
8648	{
8649		input:  []byte{0x31, 0x27, 0x61, 0x2c},
8650		output: [][]byte{[]byte{0x31}, []byte{0x27}, []byte{0x61}, []byte{0x2c}},
8651	},
8652	{
8653		input:  []byte{0x31, 0x27, 0xcc, 0x88, 0x61, 0x2c},
8654		output: [][]byte{[]byte{0x31}, []byte{0x27, 0xcc, 0x88}, []byte{0x61}, []byte{0x2c}},
8655	},
8656	{
8657		input:  []byte{0x31, 0x27, 0x31, 0x3a},
8658		output: [][]byte{[]byte{0x31, 0x27, 0x31}, []byte{0x3a}},
8659	},
8660	{
8661		input:  []byte{0x31, 0x27, 0xcc, 0x88, 0x31, 0x3a},
8662		output: [][]byte{[]byte{0x31, 0x27, 0xcc, 0x88, 0x31}, []byte{0x3a}},
8663	},
8664	{
8665		input:  []byte{0x31, 0x27, 0x31, 0x27},
8666		output: [][]byte{[]byte{0x31, 0x27, 0x31}, []byte{0x27}},
8667	},
8668	{
8669		input:  []byte{0x31, 0x27, 0xcc, 0x88, 0x31, 0x27},
8670		output: [][]byte{[]byte{0x31, 0x27, 0xcc, 0x88, 0x31}, []byte{0x27}},
8671	},
8672	{
8673		input:  []byte{0x31, 0x27, 0x31, 0x2c},
8674		output: [][]byte{[]byte{0x31, 0x27, 0x31}, []byte{0x2c}},
8675	},
8676	{
8677		input:  []byte{0x31, 0x27, 0xcc, 0x88, 0x31, 0x2c},
8678		output: [][]byte{[]byte{0x31, 0x27, 0xcc, 0x88, 0x31}, []byte{0x2c}},
8679	},
8680	{
8681		input:  []byte{0x31, 0x27, 0x31, 0x2e, 0xe2, 0x81, 0xa0},
8682		output: [][]byte{[]byte{0x31, 0x27, 0x31}, []byte{0x2e, 0xe2, 0x81, 0xa0}},
8683	},
8684	{
8685		input:  []byte{0x31, 0x27, 0xcc, 0x88, 0x31, 0x2e, 0xe2, 0x81, 0xa0},
8686		output: [][]byte{[]byte{0x31, 0x27, 0xcc, 0x88, 0x31}, []byte{0x2e, 0xe2, 0x81, 0xa0}},
8687	},
8688	{
8689		input:  []byte{0x31, 0x2c, 0x1},
8690		output: [][]byte{[]byte{0x31}, []byte{0x2c}, []byte{0x1}},
8691	},
8692	{
8693		input:  []byte{0x31, 0x2c, 0xcc, 0x88, 0x1},
8694		output: [][]byte{[]byte{0x31}, []byte{0x2c, 0xcc, 0x88}, []byte{0x1}},
8695	},
8696	{
8697		input:  []byte{0x31, 0x2c, 0xd},
8698		output: [][]byte{[]byte{0x31}, []byte{0x2c}, []byte{0xd}},
8699	},
8700	{
8701		input:  []byte{0x31, 0x2c, 0xcc, 0x88, 0xd},
8702		output: [][]byte{[]byte{0x31}, []byte{0x2c, 0xcc, 0x88}, []byte{0xd}},
8703	},
8704	{
8705		input:  []byte{0x31, 0x2c, 0xa},
8706		output: [][]byte{[]byte{0x31}, []byte{0x2c}, []byte{0xa}},
8707	},
8708	{
8709		input:  []byte{0x31, 0x2c, 0xcc, 0x88, 0xa},
8710		output: [][]byte{[]byte{0x31}, []byte{0x2c, 0xcc, 0x88}, []byte{0xa}},
8711	},
8712	{
8713		input:  []byte{0x31, 0x2c, 0xb},
8714		output: [][]byte{[]byte{0x31}, []byte{0x2c}, []byte{0xb}},
8715	},
8716	{
8717		input:  []byte{0x31, 0x2c, 0xcc, 0x88, 0xb},
8718		output: [][]byte{[]byte{0x31}, []byte{0x2c, 0xcc, 0x88}, []byte{0xb}},
8719	},
8720	{
8721		input:  []byte{0x31, 0x2c, 0xe3, 0x80, 0xb1},
8722		output: [][]byte{[]byte{0x31}, []byte{0x2c}, []byte{0xe3, 0x80, 0xb1}},
8723	},
8724	{
8725		input:  []byte{0x31, 0x2c, 0xcc, 0x88, 0xe3, 0x80, 0xb1},
8726		output: [][]byte{[]byte{0x31}, []byte{0x2c, 0xcc, 0x88}, []byte{0xe3, 0x80, 0xb1}},
8727	},
8728	{
8729		input:  []byte{0x31, 0x2c, 0x41},
8730		output: [][]byte{[]byte{0x31}, []byte{0x2c}, []byte{0x41}},
8731	},
8732	{
8733		input:  []byte{0x31, 0x2c, 0xcc, 0x88, 0x41},
8734		output: [][]byte{[]byte{0x31}, []byte{0x2c, 0xcc, 0x88}, []byte{0x41}},
8735	},
8736	{
8737		input:  []byte{0x31, 0x2c, 0x3a},
8738		output: [][]byte{[]byte{0x31}, []byte{0x2c}, []byte{0x3a}},
8739	},
8740	{
8741		input:  []byte{0x31, 0x2c, 0xcc, 0x88, 0x3a},
8742		output: [][]byte{[]byte{0x31}, []byte{0x2c, 0xcc, 0x88}, []byte{0x3a}},
8743	},
8744	{
8745		input:  []byte{0x31, 0x2c, 0x2c},
8746		output: [][]byte{[]byte{0x31}, []byte{0x2c}, []byte{0x2c}},
8747	},
8748	{
8749		input:  []byte{0x31, 0x2c, 0xcc, 0x88, 0x2c},
8750		output: [][]byte{[]byte{0x31}, []byte{0x2c, 0xcc, 0x88}, []byte{0x2c}},
8751	},
8752	{
8753		input:  []byte{0x31, 0x2c, 0x2e},
8754		output: [][]byte{[]byte{0x31}, []byte{0x2c}, []byte{0x2e}},
8755	},
8756	{
8757		input:  []byte{0x31, 0x2c, 0xcc, 0x88, 0x2e},
8758		output: [][]byte{[]byte{0x31}, []byte{0x2c, 0xcc, 0x88}, []byte{0x2e}},
8759	},
8760	{
8761		input:  []byte{0x31, 0x2c, 0x30},
8762		output: [][]byte{[]byte{0x31, 0x2c, 0x30}},
8763	},
8764	{
8765		input:  []byte{0x31, 0x2c, 0xcc, 0x88, 0x30},
8766		output: [][]byte{[]byte{0x31, 0x2c, 0xcc, 0x88, 0x30}},
8767	},
8768	{
8769		input:  []byte{0x31, 0x2c, 0x5f},
8770		output: [][]byte{[]byte{0x31}, []byte{0x2c}, []byte{0x5f}},
8771	},
8772	{
8773		input:  []byte{0x31, 0x2c, 0xcc, 0x88, 0x5f},
8774		output: [][]byte{[]byte{0x31}, []byte{0x2c, 0xcc, 0x88}, []byte{0x5f}},
8775	},
8776	{
8777		input:  []byte{0x31, 0x2c, 0xf0, 0x9f, 0x87, 0xa6},
8778		output: [][]byte{[]byte{0x31}, []byte{0x2c}, []byte{0xf0, 0x9f, 0x87, 0xa6}},
8779	},
8780	{
8781		input:  []byte{0x31, 0x2c, 0xcc, 0x88, 0xf0, 0x9f, 0x87, 0xa6},
8782		output: [][]byte{[]byte{0x31}, []byte{0x2c, 0xcc, 0x88}, []byte{0xf0, 0x9f, 0x87, 0xa6}},
8783	},
8784	{
8785		input:  []byte{0x31, 0x2c, 0xd7, 0x90},
8786		output: [][]byte{[]byte{0x31}, []byte{0x2c}, []byte{0xd7, 0x90}},
8787	},
8788	{
8789		input:  []byte{0x31, 0x2c, 0xcc, 0x88, 0xd7, 0x90},
8790		output: [][]byte{[]byte{0x31}, []byte{0x2c, 0xcc, 0x88}, []byte{0xd7, 0x90}},
8791	},
8792	{
8793		input:  []byte{0x31, 0x2c, 0x22},
8794		output: [][]byte{[]byte{0x31}, []byte{0x2c}, []byte{0x22}},
8795	},
8796	{
8797		input:  []byte{0x31, 0x2c, 0xcc, 0x88, 0x22},
8798		output: [][]byte{[]byte{0x31}, []byte{0x2c, 0xcc, 0x88}, []byte{0x22}},
8799	},
8800	{
8801		input:  []byte{0x31, 0x2c, 0x27},
8802		output: [][]byte{[]byte{0x31}, []byte{0x2c}, []byte{0x27}},
8803	},
8804	{
8805		input:  []byte{0x31, 0x2c, 0xcc, 0x88, 0x27},
8806		output: [][]byte{[]byte{0x31}, []byte{0x2c, 0xcc, 0x88}, []byte{0x27}},
8807	},
8808	{
8809		input:  []byte{0x31, 0x2c, 0xe2, 0x8c, 0x9a},
8810		output: [][]byte{[]byte{0x31}, []byte{0x2c}, []byte{0xe2, 0x8c, 0x9a}},
8811	},
8812	{
8813		input:  []byte{0x31, 0x2c, 0xcc, 0x88, 0xe2, 0x8c, 0x9a},
8814		output: [][]byte{[]byte{0x31}, []byte{0x2c, 0xcc, 0x88}, []byte{0xe2, 0x8c, 0x9a}},
8815	},
8816	{
8817		input:  []byte{0x31, 0x2c, 0x20},
8818		output: [][]byte{[]byte{0x31}, []byte{0x2c}, []byte{0x20}},
8819	},
8820	{
8821		input:  []byte{0x31, 0x2c, 0xcc, 0x88, 0x20},
8822		output: [][]byte{[]byte{0x31}, []byte{0x2c, 0xcc, 0x88}, []byte{0x20}},
8823	},
8824	{
8825		input:  []byte{0x31, 0x2c, 0xc2, 0xad},
8826		output: [][]byte{[]byte{0x31}, []byte{0x2c, 0xc2, 0xad}},
8827	},
8828	{
8829		input:  []byte{0x31, 0x2c, 0xcc, 0x88, 0xc2, 0xad},
8830		output: [][]byte{[]byte{0x31}, []byte{0x2c, 0xcc, 0x88, 0xc2, 0xad}},
8831	},
8832	{
8833		input:  []byte{0x31, 0x2c, 0xcc, 0x80},
8834		output: [][]byte{[]byte{0x31}, []byte{0x2c, 0xcc, 0x80}},
8835	},
8836	{
8837		input:  []byte{0x31, 0x2c, 0xcc, 0x88, 0xcc, 0x80},
8838		output: [][]byte{[]byte{0x31}, []byte{0x2c, 0xcc, 0x88, 0xcc, 0x80}},
8839	},
8840	{
8841		input:  []byte{0x31, 0x2c, 0xe2, 0x80, 0x8d},
8842		output: [][]byte{[]byte{0x31}, []byte{0x2c, 0xe2, 0x80, 0x8d}},
8843	},
8844	{
8845		input:  []byte{0x31, 0x2c, 0xcc, 0x88, 0xe2, 0x80, 0x8d},
8846		output: [][]byte{[]byte{0x31}, []byte{0x2c, 0xcc, 0x88, 0xe2, 0x80, 0x8d}},
8847	},
8848	{
8849		input:  []byte{0x31, 0x2c, 0x61, 0xe2, 0x81, 0xa0},
8850		output: [][]byte{[]byte{0x31}, []byte{0x2c}, []byte{0x61, 0xe2, 0x81, 0xa0}},
8851	},
8852	{
8853		input:  []byte{0x31, 0x2c, 0xcc, 0x88, 0x61, 0xe2, 0x81, 0xa0},
8854		output: [][]byte{[]byte{0x31}, []byte{0x2c, 0xcc, 0x88}, []byte{0x61, 0xe2, 0x81, 0xa0}},
8855	},
8856	{
8857		input:  []byte{0x31, 0x2c, 0x61, 0x3a},
8858		output: [][]byte{[]byte{0x31}, []byte{0x2c}, []byte{0x61}, []byte{0x3a}},
8859	},
8860	{
8861		input:  []byte{0x31, 0x2c, 0xcc, 0x88, 0x61, 0x3a},
8862		output: [][]byte{[]byte{0x31}, []byte{0x2c, 0xcc, 0x88}, []byte{0x61}, []byte{0x3a}},
8863	},
8864	{
8865		input:  []byte{0x31, 0x2c, 0x61, 0x27},
8866		output: [][]byte{[]byte{0x31}, []byte{0x2c}, []byte{0x61}, []byte{0x27}},
8867	},
8868	{
8869		input:  []byte{0x31, 0x2c, 0xcc, 0x88, 0x61, 0x27},
8870		output: [][]byte{[]byte{0x31}, []byte{0x2c, 0xcc, 0x88}, []byte{0x61}, []byte{0x27}},
8871	},
8872	{
8873		input:  []byte{0x31, 0x2c, 0x61, 0x27, 0xe2, 0x81, 0xa0},
8874		output: [][]byte{[]byte{0x31}, []byte{0x2c}, []byte{0x61}, []byte{0x27, 0xe2, 0x81, 0xa0}},
8875	},
8876	{
8877		input:  []byte{0x31, 0x2c, 0xcc, 0x88, 0x61, 0x27, 0xe2, 0x81, 0xa0},
8878		output: [][]byte{[]byte{0x31}, []byte{0x2c, 0xcc, 0x88}, []byte{0x61}, []byte{0x27, 0xe2, 0x81, 0xa0}},
8879	},
8880	{
8881		input:  []byte{0x31, 0x2c, 0x61, 0x2c},
8882		output: [][]byte{[]byte{0x31}, []byte{0x2c}, []byte{0x61}, []byte{0x2c}},
8883	},
8884	{
8885		input:  []byte{0x31, 0x2c, 0xcc, 0x88, 0x61, 0x2c},
8886		output: [][]byte{[]byte{0x31}, []byte{0x2c, 0xcc, 0x88}, []byte{0x61}, []byte{0x2c}},
8887	},
8888	{
8889		input:  []byte{0x31, 0x2c, 0x31, 0x3a},
8890		output: [][]byte{[]byte{0x31, 0x2c, 0x31}, []byte{0x3a}},
8891	},
8892	{
8893		input:  []byte{0x31, 0x2c, 0xcc, 0x88, 0x31, 0x3a},
8894		output: [][]byte{[]byte{0x31, 0x2c, 0xcc, 0x88, 0x31}, []byte{0x3a}},
8895	},
8896	{
8897		input:  []byte{0x31, 0x2c, 0x31, 0x27},
8898		output: [][]byte{[]byte{0x31, 0x2c, 0x31}, []byte{0x27}},
8899	},
8900	{
8901		input:  []byte{0x31, 0x2c, 0xcc, 0x88, 0x31, 0x27},
8902		output: [][]byte{[]byte{0x31, 0x2c, 0xcc, 0x88, 0x31}, []byte{0x27}},
8903	},
8904	{
8905		input:  []byte{0x31, 0x2c, 0x31, 0x2c},
8906		output: [][]byte{[]byte{0x31, 0x2c, 0x31}, []byte{0x2c}},
8907	},
8908	{
8909		input:  []byte{0x31, 0x2c, 0xcc, 0x88, 0x31, 0x2c},
8910		output: [][]byte{[]byte{0x31, 0x2c, 0xcc, 0x88, 0x31}, []byte{0x2c}},
8911	},
8912	{
8913		input:  []byte{0x31, 0x2c, 0x31, 0x2e, 0xe2, 0x81, 0xa0},
8914		output: [][]byte{[]byte{0x31, 0x2c, 0x31}, []byte{0x2e, 0xe2, 0x81, 0xa0}},
8915	},
8916	{
8917		input:  []byte{0x31, 0x2c, 0xcc, 0x88, 0x31, 0x2e, 0xe2, 0x81, 0xa0},
8918		output: [][]byte{[]byte{0x31, 0x2c, 0xcc, 0x88, 0x31}, []byte{0x2e, 0xe2, 0x81, 0xa0}},
8919	},
8920	{
8921		input:  []byte{0x31, 0x2e, 0xe2, 0x81, 0xa0, 0x1},
8922		output: [][]byte{[]byte{0x31}, []byte{0x2e, 0xe2, 0x81, 0xa0}, []byte{0x1}},
8923	},
8924	{
8925		input:  []byte{0x31, 0x2e, 0xe2, 0x81, 0xa0, 0xcc, 0x88, 0x1},
8926		output: [][]byte{[]byte{0x31}, []byte{0x2e, 0xe2, 0x81, 0xa0, 0xcc, 0x88}, []byte{0x1}},
8927	},
8928	{
8929		input:  []byte{0x31, 0x2e, 0xe2, 0x81, 0xa0, 0xd},
8930		output: [][]byte{[]byte{0x31}, []byte{0x2e, 0xe2, 0x81, 0xa0}, []byte{0xd}},
8931	},
8932	{
8933		input:  []byte{0x31, 0x2e, 0xe2, 0x81, 0xa0, 0xcc, 0x88, 0xd},
8934		output: [][]byte{[]byte{0x31}, []byte{0x2e, 0xe2, 0x81, 0xa0, 0xcc, 0x88}, []byte{0xd}},
8935	},
8936	{
8937		input:  []byte{0x31, 0x2e, 0xe2, 0x81, 0xa0, 0xa},
8938		output: [][]byte{[]byte{0x31}, []byte{0x2e, 0xe2, 0x81, 0xa0}, []byte{0xa}},
8939	},
8940	{
8941		input:  []byte{0x31, 0x2e, 0xe2, 0x81, 0xa0, 0xcc, 0x88, 0xa},
8942		output: [][]byte{[]byte{0x31}, []byte{0x2e, 0xe2, 0x81, 0xa0, 0xcc, 0x88}, []byte{0xa}},
8943	},
8944	{
8945		input:  []byte{0x31, 0x2e, 0xe2, 0x81, 0xa0, 0xb},
8946		output: [][]byte{[]byte{0x31}, []byte{0x2e, 0xe2, 0x81, 0xa0}, []byte{0xb}},
8947	},
8948	{
8949		input:  []byte{0x31, 0x2e, 0xe2, 0x81, 0xa0, 0xcc, 0x88, 0xb},
8950		output: [][]byte{[]byte{0x31}, []byte{0x2e, 0xe2, 0x81, 0xa0, 0xcc, 0x88}, []byte{0xb}},
8951	},
8952	{
8953		input:  []byte{0x31, 0x2e, 0xe2, 0x81, 0xa0, 0xe3, 0x80, 0xb1},
8954		output: [][]byte{[]byte{0x31}, []byte{0x2e, 0xe2, 0x81, 0xa0}, []byte{0xe3, 0x80, 0xb1}},
8955	},
8956	{
8957		input:  []byte{0x31, 0x2e, 0xe2, 0x81, 0xa0, 0xcc, 0x88, 0xe3, 0x80, 0xb1},
8958		output: [][]byte{[]byte{0x31}, []byte{0x2e, 0xe2, 0x81, 0xa0, 0xcc, 0x88}, []byte{0xe3, 0x80, 0xb1}},
8959	},
8960	{
8961		input:  []byte{0x31, 0x2e, 0xe2, 0x81, 0xa0, 0x41},
8962		output: [][]byte{[]byte{0x31}, []byte{0x2e, 0xe2, 0x81, 0xa0}, []byte{0x41}},
8963	},
8964	{
8965		input:  []byte{0x31, 0x2e, 0xe2, 0x81, 0xa0, 0xcc, 0x88, 0x41},
8966		output: [][]byte{[]byte{0x31}, []byte{0x2e, 0xe2, 0x81, 0xa0, 0xcc, 0x88}, []byte{0x41}},
8967	},
8968	{
8969		input:  []byte{0x31, 0x2e, 0xe2, 0x81, 0xa0, 0x3a},
8970		output: [][]byte{[]byte{0x31}, []byte{0x2e, 0xe2, 0x81, 0xa0}, []byte{0x3a}},
8971	},
8972	{
8973		input:  []byte{0x31, 0x2e, 0xe2, 0x81, 0xa0, 0xcc, 0x88, 0x3a},
8974		output: [][]byte{[]byte{0x31}, []byte{0x2e, 0xe2, 0x81, 0xa0, 0xcc, 0x88}, []byte{0x3a}},
8975	},
8976	{
8977		input:  []byte{0x31, 0x2e, 0xe2, 0x81, 0xa0, 0x2c},
8978		output: [][]byte{[]byte{0x31}, []byte{0x2e, 0xe2, 0x81, 0xa0}, []byte{0x2c}},
8979	},
8980	{
8981		input:  []byte{0x31, 0x2e, 0xe2, 0x81, 0xa0, 0xcc, 0x88, 0x2c},
8982		output: [][]byte{[]byte{0x31}, []byte{0x2e, 0xe2, 0x81, 0xa0, 0xcc, 0x88}, []byte{0x2c}},
8983	},
8984	{
8985		input:  []byte{0x31, 0x2e, 0xe2, 0x81, 0xa0, 0x2e},
8986		output: [][]byte{[]byte{0x31}, []byte{0x2e, 0xe2, 0x81, 0xa0}, []byte{0x2e}},
8987	},
8988	{
8989		input:  []byte{0x31, 0x2e, 0xe2, 0x81, 0xa0, 0xcc, 0x88, 0x2e},
8990		output: [][]byte{[]byte{0x31}, []byte{0x2e, 0xe2, 0x81, 0xa0, 0xcc, 0x88}, []byte{0x2e}},
8991	},
8992	{
8993		input:  []byte{0x31, 0x2e, 0xe2, 0x81, 0xa0, 0x30},
8994		output: [][]byte{[]byte{0x31, 0x2e, 0xe2, 0x81, 0xa0, 0x30}},
8995	},
8996	{
8997		input:  []byte{0x31, 0x2e, 0xe2, 0x81, 0xa0, 0xcc, 0x88, 0x30},
8998		output: [][]byte{[]byte{0x31, 0x2e, 0xe2, 0x81, 0xa0, 0xcc, 0x88, 0x30}},
8999	},
9000	{
9001		input:  []byte{0x31, 0x2e, 0xe2, 0x81, 0xa0, 0x5f},
9002		output: [][]byte{[]byte{0x31}, []byte{0x2e, 0xe2, 0x81, 0xa0}, []byte{0x5f}},
9003	},
9004	{
9005		input:  []byte{0x31, 0x2e, 0xe2, 0x81, 0xa0, 0xcc, 0x88, 0x5f},
9006		output: [][]byte{[]byte{0x31}, []byte{0x2e, 0xe2, 0x81, 0xa0, 0xcc, 0x88}, []byte{0x5f}},
9007	},
9008	{
9009		input:  []byte{0x31, 0x2e, 0xe2, 0x81, 0xa0, 0xf0, 0x9f, 0x87, 0xa6},
9010		output: [][]byte{[]byte{0x31}, []byte{0x2e, 0xe2, 0x81, 0xa0}, []byte{0xf0, 0x9f, 0x87, 0xa6}},
9011	},
9012	{
9013		input:  []byte{0x31, 0x2e, 0xe2, 0x81, 0xa0, 0xcc, 0x88, 0xf0, 0x9f, 0x87, 0xa6},
9014		output: [][]byte{[]byte{0x31}, []byte{0x2e, 0xe2, 0x81, 0xa0, 0xcc, 0x88}, []byte{0xf0, 0x9f, 0x87, 0xa6}},
9015	},
9016	{
9017		input:  []byte{0x31, 0x2e, 0xe2, 0x81, 0xa0, 0xd7, 0x90},
9018		output: [][]byte{[]byte{0x31}, []byte{0x2e, 0xe2, 0x81, 0xa0}, []byte{0xd7, 0x90}},
9019	},
9020	{
9021		input:  []byte{0x31, 0x2e, 0xe2, 0x81, 0xa0, 0xcc, 0x88, 0xd7, 0x90},
9022		output: [][]byte{[]byte{0x31}, []byte{0x2e, 0xe2, 0x81, 0xa0, 0xcc, 0x88}, []byte{0xd7, 0x90}},
9023	},
9024	{
9025		input:  []byte{0x31, 0x2e, 0xe2, 0x81, 0xa0, 0x22},
9026		output: [][]byte{[]byte{0x31}, []byte{0x2e, 0xe2, 0x81, 0xa0}, []byte{0x22}},
9027	},
9028	{
9029		input:  []byte{0x31, 0x2e, 0xe2, 0x81, 0xa0, 0xcc, 0x88, 0x22},
9030		output: [][]byte{[]byte{0x31}, []byte{0x2e, 0xe2, 0x81, 0xa0, 0xcc, 0x88}, []byte{0x22}},
9031	},
9032	{
9033		input:  []byte{0x31, 0x2e, 0xe2, 0x81, 0xa0, 0x27},
9034		output: [][]byte{[]byte{0x31}, []byte{0x2e, 0xe2, 0x81, 0xa0}, []byte{0x27}},
9035	},
9036	{
9037		input:  []byte{0x31, 0x2e, 0xe2, 0x81, 0xa0, 0xcc, 0x88, 0x27},
9038		output: [][]byte{[]byte{0x31}, []byte{0x2e, 0xe2, 0x81, 0xa0, 0xcc, 0x88}, []byte{0x27}},
9039	},
9040	{
9041		input:  []byte{0x31, 0x2e, 0xe2, 0x81, 0xa0, 0xe2, 0x8c, 0x9a},
9042		output: [][]byte{[]byte{0x31}, []byte{0x2e, 0xe2, 0x81, 0xa0}, []byte{0xe2, 0x8c, 0x9a}},
9043	},
9044	{
9045		input:  []byte{0x31, 0x2e, 0xe2, 0x81, 0xa0, 0xcc, 0x88, 0xe2, 0x8c, 0x9a},
9046		output: [][]byte{[]byte{0x31}, []byte{0x2e, 0xe2, 0x81, 0xa0, 0xcc, 0x88}, []byte{0xe2, 0x8c, 0x9a}},
9047	},
9048	{
9049		input:  []byte{0x31, 0x2e, 0xe2, 0x81, 0xa0, 0x20},
9050		output: [][]byte{[]byte{0x31}, []byte{0x2e, 0xe2, 0x81, 0xa0}, []byte{0x20}},
9051	},
9052	{
9053		input:  []byte{0x31, 0x2e, 0xe2, 0x81, 0xa0, 0xcc, 0x88, 0x20},
9054		output: [][]byte{[]byte{0x31}, []byte{0x2e, 0xe2, 0x81, 0xa0, 0xcc, 0x88}, []byte{0x20}},
9055	},
9056	{
9057		input:  []byte{0x31, 0x2e, 0xe2, 0x81, 0xa0, 0xc2, 0xad},
9058		output: [][]byte{[]byte{0x31}, []byte{0x2e, 0xe2, 0x81, 0xa0, 0xc2, 0xad}},
9059	},
9060	{
9061		input:  []byte{0x31, 0x2e, 0xe2, 0x81, 0xa0, 0xcc, 0x88, 0xc2, 0xad},
9062		output: [][]byte{[]byte{0x31}, []byte{0x2e, 0xe2, 0x81, 0xa0, 0xcc, 0x88, 0xc2, 0xad}},
9063	},
9064	{
9065		input:  []byte{0x31, 0x2e, 0xe2, 0x81, 0xa0, 0xcc, 0x80},
9066		output: [][]byte{[]byte{0x31}, []byte{0x2e, 0xe2, 0x81, 0xa0, 0xcc, 0x80}},
9067	},
9068	{
9069		input:  []byte{0x31, 0x2e, 0xe2, 0x81, 0xa0, 0xcc, 0x88, 0xcc, 0x80},
9070		output: [][]byte{[]byte{0x31}, []byte{0x2e, 0xe2, 0x81, 0xa0, 0xcc, 0x88, 0xcc, 0x80}},
9071	},
9072	{
9073		input:  []byte{0x31, 0x2e, 0xe2, 0x81, 0xa0, 0xe2, 0x80, 0x8d},
9074		output: [][]byte{[]byte{0x31}, []byte{0x2e, 0xe2, 0x81, 0xa0, 0xe2, 0x80, 0x8d}},
9075	},
9076	{
9077		input:  []byte{0x31, 0x2e, 0xe2, 0x81, 0xa0, 0xcc, 0x88, 0xe2, 0x80, 0x8d},
9078		output: [][]byte{[]byte{0x31}, []byte{0x2e, 0xe2, 0x81, 0xa0, 0xcc, 0x88, 0xe2, 0x80, 0x8d}},
9079	},
9080	{
9081		input:  []byte{0x31, 0x2e, 0xe2, 0x81, 0xa0, 0x61, 0xe2, 0x81, 0xa0},
9082		output: [][]byte{[]byte{0x31}, []byte{0x2e, 0xe2, 0x81, 0xa0}, []byte{0x61, 0xe2, 0x81, 0xa0}},
9083	},
9084	{
9085		input:  []byte{0x31, 0x2e, 0xe2, 0x81, 0xa0, 0xcc, 0x88, 0x61, 0xe2, 0x81, 0xa0},
9086		output: [][]byte{[]byte{0x31}, []byte{0x2e, 0xe2, 0x81, 0xa0, 0xcc, 0x88}, []byte{0x61, 0xe2, 0x81, 0xa0}},
9087	},
9088	{
9089		input:  []byte{0x31, 0x2e, 0xe2, 0x81, 0xa0, 0x61, 0x3a},
9090		output: [][]byte{[]byte{0x31}, []byte{0x2e, 0xe2, 0x81, 0xa0}, []byte{0x61}, []byte{0x3a}},
9091	},
9092	{
9093		input:  []byte{0x31, 0x2e, 0xe2, 0x81, 0xa0, 0xcc, 0x88, 0x61, 0x3a},
9094		output: [][]byte{[]byte{0x31}, []byte{0x2e, 0xe2, 0x81, 0xa0, 0xcc, 0x88}, []byte{0x61}, []byte{0x3a}},
9095	},
9096	{
9097		input:  []byte{0x31, 0x2e, 0xe2, 0x81, 0xa0, 0x61, 0x27},
9098		output: [][]byte{[]byte{0x31}, []byte{0x2e, 0xe2, 0x81, 0xa0}, []byte{0x61}, []byte{0x27}},
9099	},
9100	{
9101		input:  []byte{0x31, 0x2e, 0xe2, 0x81, 0xa0, 0xcc, 0x88, 0x61, 0x27},
9102		output: [][]byte{[]byte{0x31}, []byte{0x2e, 0xe2, 0x81, 0xa0, 0xcc, 0x88}, []byte{0x61}, []byte{0x27}},
9103	},
9104	{
9105		input:  []byte{0x31, 0x2e, 0xe2, 0x81, 0xa0, 0x61, 0x27, 0xe2, 0x81, 0xa0},
9106		output: [][]byte{[]byte{0x31}, []byte{0x2e, 0xe2, 0x81, 0xa0}, []byte{0x61}, []byte{0x27, 0xe2, 0x81, 0xa0}},
9107	},
9108	{
9109		input:  []byte{0x31, 0x2e, 0xe2, 0x81, 0xa0, 0xcc, 0x88, 0x61, 0x27, 0xe2, 0x81, 0xa0},
9110		output: [][]byte{[]byte{0x31}, []byte{0x2e, 0xe2, 0x81, 0xa0, 0xcc, 0x88}, []byte{0x61}, []byte{0x27, 0xe2, 0x81, 0xa0}},
9111	},
9112	{
9113		input:  []byte{0x31, 0x2e, 0xe2, 0x81, 0xa0, 0x61, 0x2c},
9114		output: [][]byte{[]byte{0x31}, []byte{0x2e, 0xe2, 0x81, 0xa0}, []byte{0x61}, []byte{0x2c}},
9115	},
9116	{
9117		input:  []byte{0x31, 0x2e, 0xe2, 0x81, 0xa0, 0xcc, 0x88, 0x61, 0x2c},
9118		output: [][]byte{[]byte{0x31}, []byte{0x2e, 0xe2, 0x81, 0xa0, 0xcc, 0x88}, []byte{0x61}, []byte{0x2c}},
9119	},
9120	{
9121		input:  []byte{0x31, 0x2e, 0xe2, 0x81, 0xa0, 0x31, 0x3a},
9122		output: [][]byte{[]byte{0x31, 0x2e, 0xe2, 0x81, 0xa0, 0x31}, []byte{0x3a}},
9123	},
9124	{
9125		input:  []byte{0x31, 0x2e, 0xe2, 0x81, 0xa0, 0xcc, 0x88, 0x31, 0x3a},
9126		output: [][]byte{[]byte{0x31, 0x2e, 0xe2, 0x81, 0xa0, 0xcc, 0x88, 0x31}, []byte{0x3a}},
9127	},
9128	{
9129		input:  []byte{0x31, 0x2e, 0xe2, 0x81, 0xa0, 0x31, 0x27},
9130		output: [][]byte{[]byte{0x31, 0x2e, 0xe2, 0x81, 0xa0, 0x31}, []byte{0x27}},
9131	},
9132	{
9133		input:  []byte{0x31, 0x2e, 0xe2, 0x81, 0xa0, 0xcc, 0x88, 0x31, 0x27},
9134		output: [][]byte{[]byte{0x31, 0x2e, 0xe2, 0x81, 0xa0, 0xcc, 0x88, 0x31}, []byte{0x27}},
9135	},
9136	{
9137		input:  []byte{0x31, 0x2e, 0xe2, 0x81, 0xa0, 0x31, 0x2c},
9138		output: [][]byte{[]byte{0x31, 0x2e, 0xe2, 0x81, 0xa0, 0x31}, []byte{0x2c}},
9139	},
9140	{
9141		input:  []byte{0x31, 0x2e, 0xe2, 0x81, 0xa0, 0xcc, 0x88, 0x31, 0x2c},
9142		output: [][]byte{[]byte{0x31, 0x2e, 0xe2, 0x81, 0xa0, 0xcc, 0x88, 0x31}, []byte{0x2c}},
9143	},
9144	{
9145		input:  []byte{0x31, 0x2e, 0xe2, 0x81, 0xa0, 0x31, 0x2e, 0xe2, 0x81, 0xa0},
9146		output: [][]byte{[]byte{0x31, 0x2e, 0xe2, 0x81, 0xa0, 0x31}, []byte{0x2e, 0xe2, 0x81, 0xa0}},
9147	},
9148	{
9149		input:  []byte{0x31, 0x2e, 0xe2, 0x81, 0xa0, 0xcc, 0x88, 0x31, 0x2e, 0xe2, 0x81, 0xa0},
9150		output: [][]byte{[]byte{0x31, 0x2e, 0xe2, 0x81, 0xa0, 0xcc, 0x88, 0x31}, []byte{0x2e, 0xe2, 0x81, 0xa0}},
9151	},
9152	{
9153		input:  []byte{0xd, 0xa, 0x61, 0xa, 0xcc, 0x88},
9154		output: [][]byte{[]byte{0xd, 0xa}, []byte{0x61}, []byte{0xa}, []byte{0xcc, 0x88}},
9155	},
9156	{
9157		input:  []byte{0x61, 0xcc, 0x88},
9158		output: [][]byte{[]byte{0x61, 0xcc, 0x88}},
9159	},
9160	{
9161		input:  []byte{0x20, 0xe2, 0x80, 0x8d, 0xd9, 0x86},
9162		output: [][]byte{[]byte{0x20, 0xe2, 0x80, 0x8d}, []byte{0xd9, 0x86}},
9163	},
9164	{
9165		input:  []byte{0xd9, 0x86, 0xe2, 0x80, 0x8d, 0x20},
9166		output: [][]byte{[]byte{0xd9, 0x86, 0xe2, 0x80, 0x8d}, []byte{0x20}},
9167	},
9168	{
9169		input:  []byte{0x41, 0x41, 0x41},
9170		output: [][]byte{[]byte{0x41, 0x41, 0x41}},
9171	},
9172	{
9173		input:  []byte{0x41, 0x3a, 0x41},
9174		output: [][]byte{[]byte{0x41, 0x3a, 0x41}},
9175	},
9176	{
9177		input:  []byte{0x41, 0x3a, 0x3a, 0x41},
9178		output: [][]byte{[]byte{0x41}, []byte{0x3a}, []byte{0x3a}, []byte{0x41}},
9179	},
9180	{
9181		input:  []byte{0xd7, 0x90, 0x27},
9182		output: [][]byte{[]byte{0xd7, 0x90, 0x27}},
9183	},
9184	{
9185		input:  []byte{0xd7, 0x90, 0x22, 0xd7, 0x90},
9186		output: [][]byte{[]byte{0xd7, 0x90, 0x22, 0xd7, 0x90}},
9187	},
9188	{
9189		input:  []byte{0x41, 0x30, 0x30, 0x41},
9190		output: [][]byte{[]byte{0x41, 0x30, 0x30, 0x41}},
9191	},
9192	{
9193		input:  []byte{0x30, 0x2c, 0x30},
9194		output: [][]byte{[]byte{0x30, 0x2c, 0x30}},
9195	},
9196	{
9197		input:  []byte{0x30, 0x2c, 0x2c, 0x30},
9198		output: [][]byte{[]byte{0x30}, []byte{0x2c}, []byte{0x2c}, []byte{0x30}},
9199	},
9200	{
9201		input:  []byte{0xe3, 0x80, 0xb1, 0xe3, 0x80, 0xb1},
9202		output: [][]byte{[]byte{0xe3, 0x80, 0xb1, 0xe3, 0x80, 0xb1}},
9203	},
9204	{
9205		input:  []byte{0x41, 0x5f, 0x30, 0x5f, 0xe3, 0x80, 0xb1, 0x5f},
9206		output: [][]byte{[]byte{0x41, 0x5f, 0x30, 0x5f, 0xe3, 0x80, 0xb1, 0x5f}},
9207	},
9208	{
9209		input:  []byte{0x41, 0x5f, 0x5f, 0x41},
9210		output: [][]byte{[]byte{0x41, 0x5f, 0x5f, 0x41}},
9211	},
9212	{
9213		input:  []byte{0xf0, 0x9f, 0x87, 0xa6, 0xf0, 0x9f, 0x87, 0xa7, 0xf0, 0x9f, 0x87, 0xa8, 0x62},
9214		output: [][]byte{[]byte{0xf0, 0x9f, 0x87, 0xa6, 0xf0, 0x9f, 0x87, 0xa7}, []byte{0xf0, 0x9f, 0x87, 0xa8}, []byte{0x62}},
9215	},
9216	{
9217		input:  []byte{0x61, 0xf0, 0x9f, 0x87, 0xa6, 0xf0, 0x9f, 0x87, 0xa7, 0xf0, 0x9f, 0x87, 0xa8, 0x62},
9218		output: [][]byte{[]byte{0x61}, []byte{0xf0, 0x9f, 0x87, 0xa6, 0xf0, 0x9f, 0x87, 0xa7}, []byte{0xf0, 0x9f, 0x87, 0xa8}, []byte{0x62}},
9219	},
9220	{
9221		input:  []byte{0x61, 0xf0, 0x9f, 0x87, 0xa6, 0xf0, 0x9f, 0x87, 0xa7, 0xe2, 0x80, 0x8d, 0xf0, 0x9f, 0x87, 0xa8, 0x62},
9222		output: [][]byte{[]byte{0x61}, []byte{0xf0, 0x9f, 0x87, 0xa6, 0xf0, 0x9f, 0x87, 0xa7, 0xe2, 0x80, 0x8d}, []byte{0xf0, 0x9f, 0x87, 0xa8}, []byte{0x62}},
9223	},
9224	{
9225		input:  []byte{0x61, 0xf0, 0x9f, 0x87, 0xa6, 0xe2, 0x80, 0x8d, 0xf0, 0x9f, 0x87, 0xa7, 0xf0, 0x9f, 0x87, 0xa8, 0x62},
9226		output: [][]byte{[]byte{0x61}, []byte{0xf0, 0x9f, 0x87, 0xa6, 0xe2, 0x80, 0x8d, 0xf0, 0x9f, 0x87, 0xa7}, []byte{0xf0, 0x9f, 0x87, 0xa8}, []byte{0x62}},
9227	},
9228	{
9229		input:  []byte{0x61, 0xf0, 0x9f, 0x87, 0xa6, 0xf0, 0x9f, 0x87, 0xa7, 0xf0, 0x9f, 0x87, 0xa8, 0xf0, 0x9f, 0x87, 0xa9, 0x62},
9230		output: [][]byte{[]byte{0x61}, []byte{0xf0, 0x9f, 0x87, 0xa6, 0xf0, 0x9f, 0x87, 0xa7}, []byte{0xf0, 0x9f, 0x87, 0xa8, 0xf0, 0x9f, 0x87, 0xa9}, []byte{0x62}},
9231	},
9232	{
9233		input:  []byte{0xf0, 0x9f, 0x91, 0xb6, 0xf0, 0x9f, 0x8f, 0xbf, 0xf0, 0x9f, 0x91, 0xb6},
9234		output: [][]byte{[]byte{0xf0, 0x9f, 0x91, 0xb6, 0xf0, 0x9f, 0x8f, 0xbf}, []byte{0xf0, 0x9f, 0x91, 0xb6}},
9235	},
9236	{
9237		input:  []byte{0xf0, 0x9f, 0x9b, 0x91, 0xe2, 0x80, 0x8d, 0xf0, 0x9f, 0x9b, 0x91},
9238		output: [][]byte{[]byte{0xf0, 0x9f, 0x9b, 0x91, 0xe2, 0x80, 0x8d, 0xf0, 0x9f, 0x9b, 0x91}},
9239	},
9240	{
9241		input:  []byte{0x61, 0xe2, 0x80, 0x8d, 0xf0, 0x9f, 0x9b, 0x91},
9242		output: [][]byte{[]byte{0x61, 0xe2, 0x80, 0x8d, 0xf0, 0x9f, 0x9b, 0x91}},
9243	},
9244	{
9245		input:  []byte{0xe2, 0x9c, 0x81, 0xe2, 0x80, 0x8d, 0xe2, 0x9c, 0x81},
9246		output: [][]byte{[]byte{0xe2, 0x9c, 0x81, 0xe2, 0x80, 0x8d, 0xe2, 0x9c, 0x81}},
9247	},
9248	{
9249		input:  []byte{0x61, 0xe2, 0x80, 0x8d, 0xe2, 0x9c, 0x81},
9250		output: [][]byte{[]byte{0x61, 0xe2, 0x80, 0x8d, 0xe2, 0x9c, 0x81}},
9251	},
9252	{
9253		input:  []byte{0xf0, 0x9f, 0x91, 0xb6, 0xf0, 0x9f, 0x8f, 0xbf, 0xcc, 0x88, 0xe2, 0x80, 0x8d, 0xf0, 0x9f, 0x91, 0xb6, 0xf0, 0x9f, 0x8f, 0xbf},
9254		output: [][]byte{[]byte{0xf0, 0x9f, 0x91, 0xb6, 0xf0, 0x9f, 0x8f, 0xbf, 0xcc, 0x88, 0xe2, 0x80, 0x8d, 0xf0, 0x9f, 0x91, 0xb6, 0xf0, 0x9f, 0x8f, 0xbf}},
9255	},
9256	{
9257		input:  []byte{0xf0, 0x9f, 0x9b, 0x91, 0xf0, 0x9f, 0x8f, 0xbf},
9258		output: [][]byte{[]byte{0xf0, 0x9f, 0x9b, 0x91, 0xf0, 0x9f, 0x8f, 0xbf}},
9259	},
9260	{
9261		input:  []byte{0xe2, 0x80, 0x8d, 0xf0, 0x9f, 0x9b, 0x91, 0xf0, 0x9f, 0x8f, 0xbf},
9262		output: [][]byte{[]byte{0xe2, 0x80, 0x8d, 0xf0, 0x9f, 0x9b, 0x91, 0xf0, 0x9f, 0x8f, 0xbf}},
9263	},
9264	{
9265		input:  []byte{0xe2, 0x80, 0x8d, 0xf0, 0x9f, 0x9b, 0x91},
9266		output: [][]byte{[]byte{0xe2, 0x80, 0x8d, 0xf0, 0x9f, 0x9b, 0x91}},
9267	},
9268	{
9269		input:  []byte{0xe2, 0x80, 0x8d, 0xf0, 0x9f, 0x9b, 0x91},
9270		output: [][]byte{[]byte{0xe2, 0x80, 0x8d, 0xf0, 0x9f, 0x9b, 0x91}},
9271	},
9272	{
9273		input:  []byte{0xf0, 0x9f, 0x9b, 0x91, 0xf0, 0x9f, 0x9b, 0x91},
9274		output: [][]byte{[]byte{0xf0, 0x9f, 0x9b, 0x91}, []byte{0xf0, 0x9f, 0x9b, 0x91}},
9275	},
9276	{
9277		input:  []byte{0x61, 0xcc, 0x88, 0xe2, 0x80, 0x8d, 0xcc, 0x88, 0x62},
9278		output: [][]byte{[]byte{0x61, 0xcc, 0x88, 0xe2, 0x80, 0x8d, 0xcc, 0x88, 0x62}},
9279	},
9280	{
9281		input:  []byte{0x61, 0x20, 0x20, 0x62},
9282		output: [][]byte{[]byte{0x61}, []byte{0x20, 0x20}, []byte{0x62}},
9283	},
9284	{
9285		input:  []byte{0x31, 0x3a, 0x3a, 0x31},
9286		output: [][]byte{[]byte{0x31}, []byte{0x3a}, []byte{0x3a}, []byte{0x31}},
9287	},
9288	{
9289		input:  []byte{0x31, 0x5f, 0x31, 0x3a, 0x3a, 0x31},
9290		output: [][]byte{[]byte{0x31, 0x5f, 0x31}, []byte{0x3a}, []byte{0x3a}, []byte{0x31}},
9291	},
9292	{
9293		input:  []byte{0x31, 0x5f, 0x61, 0x3a, 0x3a, 0x31},
9294		output: [][]byte{[]byte{0x31, 0x5f, 0x61}, []byte{0x3a}, []byte{0x3a}, []byte{0x31}},
9295	},
9296	{
9297		input:  []byte{0x31, 0x3a, 0x3a, 0x61},
9298		output: [][]byte{[]byte{0x31}, []byte{0x3a}, []byte{0x3a}, []byte{0x61}},
9299	},
9300	{
9301		input:  []byte{0x31, 0x5f, 0x31, 0x3a, 0x3a, 0x61},
9302		output: [][]byte{[]byte{0x31, 0x5f, 0x31}, []byte{0x3a}, []byte{0x3a}, []byte{0x61}},
9303	},
9304	{
9305		input:  []byte{0x31, 0x5f, 0x61, 0x3a, 0x3a, 0x61},
9306		output: [][]byte{[]byte{0x31, 0x5f, 0x61}, []byte{0x3a}, []byte{0x3a}, []byte{0x61}},
9307	},
9308	{
9309		input:  []byte{0x31, 0x3a, 0x2e, 0x31},
9310		output: [][]byte{[]byte{0x31}, []byte{0x3a}, []byte{0x2e}, []byte{0x31}},
9311	},
9312	{
9313		input:  []byte{0x31, 0x5f, 0x31, 0x3a, 0x2e, 0x31},
9314		output: [][]byte{[]byte{0x31, 0x5f, 0x31}, []byte{0x3a}, []byte{0x2e}, []byte{0x31}},
9315	},
9316	{
9317		input:  []byte{0x31, 0x5f, 0x61, 0x3a, 0x2e, 0x31},
9318		output: [][]byte{[]byte{0x31, 0x5f, 0x61}, []byte{0x3a}, []byte{0x2e}, []byte{0x31}},
9319	},
9320	{
9321		input:  []byte{0x31, 0x3a, 0x2e, 0x61},
9322		output: [][]byte{[]byte{0x31}, []byte{0x3a}, []byte{0x2e}, []byte{0x61}},
9323	},
9324	{
9325		input:  []byte{0x31, 0x5f, 0x31, 0x3a, 0x2e, 0x61},
9326		output: [][]byte{[]byte{0x31, 0x5f, 0x31}, []byte{0x3a}, []byte{0x2e}, []byte{0x61}},
9327	},
9328	{
9329		input:  []byte{0x31, 0x5f, 0x61, 0x3a, 0x2e, 0x61},
9330		output: [][]byte{[]byte{0x31, 0x5f, 0x61}, []byte{0x3a}, []byte{0x2e}, []byte{0x61}},
9331	},
9332	{
9333		input:  []byte{0x31, 0x3a, 0x2c, 0x31},
9334		output: [][]byte{[]byte{0x31}, []byte{0x3a}, []byte{0x2c}, []byte{0x31}},
9335	},
9336	{
9337		input:  []byte{0x31, 0x5f, 0x31, 0x3a, 0x2c, 0x31},
9338		output: [][]byte{[]byte{0x31, 0x5f, 0x31}, []byte{0x3a}, []byte{0x2c}, []byte{0x31}},
9339	},
9340	{
9341		input:  []byte{0x31, 0x5f, 0x61, 0x3a, 0x2c, 0x31},
9342		output: [][]byte{[]byte{0x31, 0x5f, 0x61}, []byte{0x3a}, []byte{0x2c}, []byte{0x31}},
9343	},
9344	{
9345		input:  []byte{0x31, 0x3a, 0x2c, 0x61},
9346		output: [][]byte{[]byte{0x31}, []byte{0x3a}, []byte{0x2c}, []byte{0x61}},
9347	},
9348	{
9349		input:  []byte{0x31, 0x5f, 0x31, 0x3a, 0x2c, 0x61},
9350		output: [][]byte{[]byte{0x31, 0x5f, 0x31}, []byte{0x3a}, []byte{0x2c}, []byte{0x61}},
9351	},
9352	{
9353		input:  []byte{0x31, 0x5f, 0x61, 0x3a, 0x2c, 0x61},
9354		output: [][]byte{[]byte{0x31, 0x5f, 0x61}, []byte{0x3a}, []byte{0x2c}, []byte{0x61}},
9355	},
9356	{
9357		input:  []byte{0x31, 0x2e, 0x3a, 0x31},
9358		output: [][]byte{[]byte{0x31}, []byte{0x2e}, []byte{0x3a}, []byte{0x31}},
9359	},
9360	{
9361		input:  []byte{0x31, 0x5f, 0x31, 0x2e, 0x3a, 0x31},
9362		output: [][]byte{[]byte{0x31, 0x5f, 0x31}, []byte{0x2e}, []byte{0x3a}, []byte{0x31}},
9363	},
9364	{
9365		input:  []byte{0x31, 0x5f, 0x61, 0x2e, 0x3a, 0x31},
9366		output: [][]byte{[]byte{0x31, 0x5f, 0x61}, []byte{0x2e}, []byte{0x3a}, []byte{0x31}},
9367	},
9368	{
9369		input:  []byte{0x31, 0x2e, 0x3a, 0x61},
9370		output: [][]byte{[]byte{0x31}, []byte{0x2e}, []byte{0x3a}, []byte{0x61}},
9371	},
9372	{
9373		input:  []byte{0x31, 0x5f, 0x31, 0x2e, 0x3a, 0x61},
9374		output: [][]byte{[]byte{0x31, 0x5f, 0x31}, []byte{0x2e}, []byte{0x3a}, []byte{0x61}},
9375	},
9376	{
9377		input:  []byte{0x31, 0x5f, 0x61, 0x2e, 0x3a, 0x61},
9378		output: [][]byte{[]byte{0x31, 0x5f, 0x61}, []byte{0x2e}, []byte{0x3a}, []byte{0x61}},
9379	},
9380	{
9381		input:  []byte{0x31, 0x2e, 0x2e, 0x31},
9382		output: [][]byte{[]byte{0x31}, []byte{0x2e}, []byte{0x2e}, []byte{0x31}},
9383	},
9384	{
9385		input:  []byte{0x31, 0x5f, 0x31, 0x2e, 0x2e, 0x31},
9386		output: [][]byte{[]byte{0x31, 0x5f, 0x31}, []byte{0x2e}, []byte{0x2e}, []byte{0x31}},
9387	},
9388	{
9389		input:  []byte{0x31, 0x5f, 0x61, 0x2e, 0x2e, 0x31},
9390		output: [][]byte{[]byte{0x31, 0x5f, 0x61}, []byte{0x2e}, []byte{0x2e}, []byte{0x31}},
9391	},
9392	{
9393		input:  []byte{0x31, 0x2e, 0x2e, 0x61},
9394		output: [][]byte{[]byte{0x31}, []byte{0x2e}, []byte{0x2e}, []byte{0x61}},
9395	},
9396	{
9397		input:  []byte{0x31, 0x5f, 0x31, 0x2e, 0x2e, 0x61},
9398		output: [][]byte{[]byte{0x31, 0x5f, 0x31}, []byte{0x2e}, []byte{0x2e}, []byte{0x61}},
9399	},
9400	{
9401		input:  []byte{0x31, 0x5f, 0x61, 0x2e, 0x2e, 0x61},
9402		output: [][]byte{[]byte{0x31, 0x5f, 0x61}, []byte{0x2e}, []byte{0x2e}, []byte{0x61}},
9403	},
9404	{
9405		input:  []byte{0x31, 0x2e, 0x2c, 0x31},
9406		output: [][]byte{[]byte{0x31}, []byte{0x2e}, []byte{0x2c}, []byte{0x31}},
9407	},
9408	{
9409		input:  []byte{0x31, 0x5f, 0x31, 0x2e, 0x2c, 0x31},
9410		output: [][]byte{[]byte{0x31, 0x5f, 0x31}, []byte{0x2e}, []byte{0x2c}, []byte{0x31}},
9411	},
9412	{
9413		input:  []byte{0x31, 0x5f, 0x61, 0x2e, 0x2c, 0x31},
9414		output: [][]byte{[]byte{0x31, 0x5f, 0x61}, []byte{0x2e}, []byte{0x2c}, []byte{0x31}},
9415	},
9416	{
9417		input:  []byte{0x31, 0x2e, 0x2c, 0x61},
9418		output: [][]byte{[]byte{0x31}, []byte{0x2e}, []byte{0x2c}, []byte{0x61}},
9419	},
9420	{
9421		input:  []byte{0x31, 0x5f, 0x31, 0x2e, 0x2c, 0x61},
9422		output: [][]byte{[]byte{0x31, 0x5f, 0x31}, []byte{0x2e}, []byte{0x2c}, []byte{0x61}},
9423	},
9424	{
9425		input:  []byte{0x31, 0x5f, 0x61, 0x2e, 0x2c, 0x61},
9426		output: [][]byte{[]byte{0x31, 0x5f, 0x61}, []byte{0x2e}, []byte{0x2c}, []byte{0x61}},
9427	},
9428	{
9429		input:  []byte{0x31, 0x2c, 0x3a, 0x31},
9430		output: [][]byte{[]byte{0x31}, []byte{0x2c}, []byte{0x3a}, []byte{0x31}},
9431	},
9432	{
9433		input:  []byte{0x31, 0x5f, 0x31, 0x2c, 0x3a, 0x31},
9434		output: [][]byte{[]byte{0x31, 0x5f, 0x31}, []byte{0x2c}, []byte{0x3a}, []byte{0x31}},
9435	},
9436	{
9437		input:  []byte{0x31, 0x5f, 0x61, 0x2c, 0x3a, 0x31},
9438		output: [][]byte{[]byte{0x31, 0x5f, 0x61}, []byte{0x2c}, []byte{0x3a}, []byte{0x31}},
9439	},
9440	{
9441		input:  []byte{0x31, 0x2c, 0x3a, 0x61},
9442		output: [][]byte{[]byte{0x31}, []byte{0x2c}, []byte{0x3a}, []byte{0x61}},
9443	},
9444	{
9445		input:  []byte{0x31, 0x5f, 0x31, 0x2c, 0x3a, 0x61},
9446		output: [][]byte{[]byte{0x31, 0x5f, 0x31}, []byte{0x2c}, []byte{0x3a}, []byte{0x61}},
9447	},
9448	{
9449		input:  []byte{0x31, 0x5f, 0x61, 0x2c, 0x3a, 0x61},
9450		output: [][]byte{[]byte{0x31, 0x5f, 0x61}, []byte{0x2c}, []byte{0x3a}, []byte{0x61}},
9451	},
9452	{
9453		input:  []byte{0x31, 0x2c, 0x2e, 0x31},
9454		output: [][]byte{[]byte{0x31}, []byte{0x2c}, []byte{0x2e}, []byte{0x31}},
9455	},
9456	{
9457		input:  []byte{0x31, 0x5f, 0x31, 0x2c, 0x2e, 0x31},
9458		output: [][]byte{[]byte{0x31, 0x5f, 0x31}, []byte{0x2c}, []byte{0x2e}, []byte{0x31}},
9459	},
9460	{
9461		input:  []byte{0x31, 0x5f, 0x61, 0x2c, 0x2e, 0x31},
9462		output: [][]byte{[]byte{0x31, 0x5f, 0x61}, []byte{0x2c}, []byte{0x2e}, []byte{0x31}},
9463	},
9464	{
9465		input:  []byte{0x31, 0x2c, 0x2e, 0x61},
9466		output: [][]byte{[]byte{0x31}, []byte{0x2c}, []byte{0x2e}, []byte{0x61}},
9467	},
9468	{
9469		input:  []byte{0x31, 0x5f, 0x31, 0x2c, 0x2e, 0x61},
9470		output: [][]byte{[]byte{0x31, 0x5f, 0x31}, []byte{0x2c}, []byte{0x2e}, []byte{0x61}},
9471	},
9472	{
9473		input:  []byte{0x31, 0x5f, 0x61, 0x2c, 0x2e, 0x61},
9474		output: [][]byte{[]byte{0x31, 0x5f, 0x61}, []byte{0x2c}, []byte{0x2e}, []byte{0x61}},
9475	},
9476	{
9477		input:  []byte{0x31, 0x2c, 0x2c, 0x31},
9478		output: [][]byte{[]byte{0x31}, []byte{0x2c}, []byte{0x2c}, []byte{0x31}},
9479	},
9480	{
9481		input:  []byte{0x31, 0x5f, 0x31, 0x2c, 0x2c, 0x31},
9482		output: [][]byte{[]byte{0x31, 0x5f, 0x31}, []byte{0x2c}, []byte{0x2c}, []byte{0x31}},
9483	},
9484	{
9485		input:  []byte{0x31, 0x5f, 0x61, 0x2c, 0x2c, 0x31},
9486		output: [][]byte{[]byte{0x31, 0x5f, 0x61}, []byte{0x2c}, []byte{0x2c}, []byte{0x31}},
9487	},
9488	{
9489		input:  []byte{0x31, 0x2c, 0x2c, 0x61},
9490		output: [][]byte{[]byte{0x31}, []byte{0x2c}, []byte{0x2c}, []byte{0x61}},
9491	},
9492	{
9493		input:  []byte{0x31, 0x5f, 0x31, 0x2c, 0x2c, 0x61},
9494		output: [][]byte{[]byte{0x31, 0x5f, 0x31}, []byte{0x2c}, []byte{0x2c}, []byte{0x61}},
9495	},
9496	{
9497		input:  []byte{0x31, 0x5f, 0x61, 0x2c, 0x2c, 0x61},
9498		output: [][]byte{[]byte{0x31, 0x5f, 0x61}, []byte{0x2c}, []byte{0x2c}, []byte{0x61}},
9499	},
9500	{
9501		input:  []byte{0x61, 0x3a, 0x3a, 0x31},
9502		output: [][]byte{[]byte{0x61}, []byte{0x3a}, []byte{0x3a}, []byte{0x31}},
9503	},
9504	{
9505		input:  []byte{0x61, 0x5f, 0x31, 0x3a, 0x3a, 0x31},
9506		output: [][]byte{[]byte{0x61, 0x5f, 0x31}, []byte{0x3a}, []byte{0x3a}, []byte{0x31}},
9507	},
9508	{
9509		input:  []byte{0x61, 0x5f, 0x61, 0x3a, 0x3a, 0x31},
9510		output: [][]byte{[]byte{0x61, 0x5f, 0x61}, []byte{0x3a}, []byte{0x3a}, []byte{0x31}},
9511	},
9512	{
9513		input:  []byte{0x61, 0x3a, 0x3a, 0x61},
9514		output: [][]byte{[]byte{0x61}, []byte{0x3a}, []byte{0x3a}, []byte{0x61}},
9515	},
9516	{
9517		input:  []byte{0x61, 0x5f, 0x31, 0x3a, 0x3a, 0x61},
9518		output: [][]byte{[]byte{0x61, 0x5f, 0x31}, []byte{0x3a}, []byte{0x3a}, []byte{0x61}},
9519	},
9520	{
9521		input:  []byte{0x61, 0x5f, 0x61, 0x3a, 0x3a, 0x61},
9522		output: [][]byte{[]byte{0x61, 0x5f, 0x61}, []byte{0x3a}, []byte{0x3a}, []byte{0x61}},
9523	},
9524	{
9525		input:  []byte{0x61, 0x3a, 0x2e, 0x31},
9526		output: [][]byte{[]byte{0x61}, []byte{0x3a}, []byte{0x2e}, []byte{0x31}},
9527	},
9528	{
9529		input:  []byte{0x61, 0x5f, 0x31, 0x3a, 0x2e, 0x31},
9530		output: [][]byte{[]byte{0x61, 0x5f, 0x31}, []byte{0x3a}, []byte{0x2e}, []byte{0x31}},
9531	},
9532	{
9533		input:  []byte{0x61, 0x5f, 0x61, 0x3a, 0x2e, 0x31},
9534		output: [][]byte{[]byte{0x61, 0x5f, 0x61}, []byte{0x3a}, []byte{0x2e}, []byte{0x31}},
9535	},
9536	{
9537		input:  []byte{0x61, 0x3a, 0x2e, 0x61},
9538		output: [][]byte{[]byte{0x61}, []byte{0x3a}, []byte{0x2e}, []byte{0x61}},
9539	},
9540	{
9541		input:  []byte{0x61, 0x5f, 0x31, 0x3a, 0x2e, 0x61},
9542		output: [][]byte{[]byte{0x61, 0x5f, 0x31}, []byte{0x3a}, []byte{0x2e}, []byte{0x61}},
9543	},
9544	{
9545		input:  []byte{0x61, 0x5f, 0x61, 0x3a, 0x2e, 0x61},
9546		output: [][]byte{[]byte{0x61, 0x5f, 0x61}, []byte{0x3a}, []byte{0x2e}, []byte{0x61}},
9547	},
9548	{
9549		input:  []byte{0x61, 0x3a, 0x2c, 0x31},
9550		output: [][]byte{[]byte{0x61}, []byte{0x3a}, []byte{0x2c}, []byte{0x31}},
9551	},
9552	{
9553		input:  []byte{0x61, 0x5f, 0x31, 0x3a, 0x2c, 0x31},
9554		output: [][]byte{[]byte{0x61, 0x5f, 0x31}, []byte{0x3a}, []byte{0x2c}, []byte{0x31}},
9555	},
9556	{
9557		input:  []byte{0x61, 0x5f, 0x61, 0x3a, 0x2c, 0x31},
9558		output: [][]byte{[]byte{0x61, 0x5f, 0x61}, []byte{0x3a}, []byte{0x2c}, []byte{0x31}},
9559	},
9560	{
9561		input:  []byte{0x61, 0x3a, 0x2c, 0x61},
9562		output: [][]byte{[]byte{0x61}, []byte{0x3a}, []byte{0x2c}, []byte{0x61}},
9563	},
9564	{
9565		input:  []byte{0x61, 0x5f, 0x31, 0x3a, 0x2c, 0x61},
9566		output: [][]byte{[]byte{0x61, 0x5f, 0x31}, []byte{0x3a}, []byte{0x2c}, []byte{0x61}},
9567	},
9568	{
9569		input:  []byte{0x61, 0x5f, 0x61, 0x3a, 0x2c, 0x61},
9570		output: [][]byte{[]byte{0x61, 0x5f, 0x61}, []byte{0x3a}, []byte{0x2c}, []byte{0x61}},
9571	},
9572	{
9573		input:  []byte{0x61, 0x2e, 0x3a, 0x31},
9574		output: [][]byte{[]byte{0x61}, []byte{0x2e}, []byte{0x3a}, []byte{0x31}},
9575	},
9576	{
9577		input:  []byte{0x61, 0x5f, 0x31, 0x2e, 0x3a, 0x31},
9578		output: [][]byte{[]byte{0x61, 0x5f, 0x31}, []byte{0x2e}, []byte{0x3a}, []byte{0x31}},
9579	},
9580	{
9581		input:  []byte{0x61, 0x5f, 0x61, 0x2e, 0x3a, 0x31},
9582		output: [][]byte{[]byte{0x61, 0x5f, 0x61}, []byte{0x2e}, []byte{0x3a}, []byte{0x31}},
9583	},
9584	{
9585		input:  []byte{0x61, 0x2e, 0x3a, 0x61},
9586		output: [][]byte{[]byte{0x61}, []byte{0x2e}, []byte{0x3a}, []byte{0x61}},
9587	},
9588	{
9589		input:  []byte{0x61, 0x5f, 0x31, 0x2e, 0x3a, 0x61},
9590		output: [][]byte{[]byte{0x61, 0x5f, 0x31}, []byte{0x2e}, []byte{0x3a}, []byte{0x61}},
9591	},
9592	{
9593		input:  []byte{0x61, 0x5f, 0x61, 0x2e, 0x3a, 0x61},
9594		output: [][]byte{[]byte{0x61, 0x5f, 0x61}, []byte{0x2e}, []byte{0x3a}, []byte{0x61}},
9595	},
9596	{
9597		input:  []byte{0x61, 0x2e, 0x2e, 0x31},
9598		output: [][]byte{[]byte{0x61}, []byte{0x2e}, []byte{0x2e}, []byte{0x31}},
9599	},
9600	{
9601		input:  []byte{0x61, 0x5f, 0x31, 0x2e, 0x2e, 0x31},
9602		output: [][]byte{[]byte{0x61, 0x5f, 0x31}, []byte{0x2e}, []byte{0x2e}, []byte{0x31}},
9603	},
9604	{
9605		input:  []byte{0x61, 0x5f, 0x61, 0x2e, 0x2e, 0x31},
9606		output: [][]byte{[]byte{0x61, 0x5f, 0x61}, []byte{0x2e}, []byte{0x2e}, []byte{0x31}},
9607	},
9608	{
9609		input:  []byte{0x61, 0x2e, 0x2e, 0x61},
9610		output: [][]byte{[]byte{0x61}, []byte{0x2e}, []byte{0x2e}, []byte{0x61}},
9611	},
9612	{
9613		input:  []byte{0x61, 0x5f, 0x31, 0x2e, 0x2e, 0x61},
9614		output: [][]byte{[]byte{0x61, 0x5f, 0x31}, []byte{0x2e}, []byte{0x2e}, []byte{0x61}},
9615	},
9616	{
9617		input:  []byte{0x61, 0x5f, 0x61, 0x2e, 0x2e, 0x61},
9618		output: [][]byte{[]byte{0x61, 0x5f, 0x61}, []byte{0x2e}, []byte{0x2e}, []byte{0x61}},
9619	},
9620	{
9621		input:  []byte{0x61, 0x2e, 0x2c, 0x31},
9622		output: [][]byte{[]byte{0x61}, []byte{0x2e}, []byte{0x2c}, []byte{0x31}},
9623	},
9624	{
9625		input:  []byte{0x61, 0x5f, 0x31, 0x2e, 0x2c, 0x31},
9626		output: [][]byte{[]byte{0x61, 0x5f, 0x31}, []byte{0x2e}, []byte{0x2c}, []byte{0x31}},
9627	},
9628	{
9629		input:  []byte{0x61, 0x5f, 0x61, 0x2e, 0x2c, 0x31},
9630		output: [][]byte{[]byte{0x61, 0x5f, 0x61}, []byte{0x2e}, []byte{0x2c}, []byte{0x31}},
9631	},
9632	{
9633		input:  []byte{0x61, 0x2e, 0x2c, 0x61},
9634		output: [][]byte{[]byte{0x61}, []byte{0x2e}, []byte{0x2c}, []byte{0x61}},
9635	},
9636	{
9637		input:  []byte{0x61, 0x5f, 0x31, 0x2e, 0x2c, 0x61},
9638		output: [][]byte{[]byte{0x61, 0x5f, 0x31}, []byte{0x2e}, []byte{0x2c}, []byte{0x61}},
9639	},
9640	{
9641		input:  []byte{0x61, 0x5f, 0x61, 0x2e, 0x2c, 0x61},
9642		output: [][]byte{[]byte{0x61, 0x5f, 0x61}, []byte{0x2e}, []byte{0x2c}, []byte{0x61}},
9643	},
9644	{
9645		input:  []byte{0x61, 0x2c, 0x3a, 0x31},
9646		output: [][]byte{[]byte{0x61}, []byte{0x2c}, []byte{0x3a}, []byte{0x31}},
9647	},
9648	{
9649		input:  []byte{0x61, 0x5f, 0x31, 0x2c, 0x3a, 0x31},
9650		output: [][]byte{[]byte{0x61, 0x5f, 0x31}, []byte{0x2c}, []byte{0x3a}, []byte{0x31}},
9651	},
9652	{
9653		input:  []byte{0x61, 0x5f, 0x61, 0x2c, 0x3a, 0x31},
9654		output: [][]byte{[]byte{0x61, 0x5f, 0x61}, []byte{0x2c}, []byte{0x3a}, []byte{0x31}},
9655	},
9656	{
9657		input:  []byte{0x61, 0x2c, 0x3a, 0x61},
9658		output: [][]byte{[]byte{0x61}, []byte{0x2c}, []byte{0x3a}, []byte{0x61}},
9659	},
9660	{
9661		input:  []byte{0x61, 0x5f, 0x31, 0x2c, 0x3a, 0x61},
9662		output: [][]byte{[]byte{0x61, 0x5f, 0x31}, []byte{0x2c}, []byte{0x3a}, []byte{0x61}},
9663	},
9664	{
9665		input:  []byte{0x61, 0x5f, 0x61, 0x2c, 0x3a, 0x61},
9666		output: [][]byte{[]byte{0x61, 0x5f, 0x61}, []byte{0x2c}, []byte{0x3a}, []byte{0x61}},
9667	},
9668	{
9669		input:  []byte{0x61, 0x2c, 0x2e, 0x31},
9670		output: [][]byte{[]byte{0x61}, []byte{0x2c}, []byte{0x2e}, []byte{0x31}},
9671	},
9672	{
9673		input:  []byte{0x61, 0x5f, 0x31, 0x2c, 0x2e, 0x31},
9674		output: [][]byte{[]byte{0x61, 0x5f, 0x31}, []byte{0x2c}, []byte{0x2e}, []byte{0x31}},
9675	},
9676	{
9677		input:  []byte{0x61, 0x5f, 0x61, 0x2c, 0x2e, 0x31},
9678		output: [][]byte{[]byte{0x61, 0x5f, 0x61}, []byte{0x2c}, []byte{0x2e}, []byte{0x31}},
9679	},
9680	{
9681		input:  []byte{0x61, 0x2c, 0x2e, 0x61},
9682		output: [][]byte{[]byte{0x61}, []byte{0x2c}, []byte{0x2e}, []byte{0x61}},
9683	},
9684	{
9685		input:  []byte{0x61, 0x5f, 0x31, 0x2c, 0x2e, 0x61},
9686		output: [][]byte{[]byte{0x61, 0x5f, 0x31}, []byte{0x2c}, []byte{0x2e}, []byte{0x61}},
9687	},
9688	{
9689		input:  []byte{0x61, 0x5f, 0x61, 0x2c, 0x2e, 0x61},
9690		output: [][]byte{[]byte{0x61, 0x5f, 0x61}, []byte{0x2c}, []byte{0x2e}, []byte{0x61}},
9691	},
9692	{
9693		input:  []byte{0x61, 0x2c, 0x2c, 0x31},
9694		output: [][]byte{[]byte{0x61}, []byte{0x2c}, []byte{0x2c}, []byte{0x31}},
9695	},
9696	{
9697		input:  []byte{0x61, 0x5f, 0x31, 0x2c, 0x2c, 0x31},
9698		output: [][]byte{[]byte{0x61, 0x5f, 0x31}, []byte{0x2c}, []byte{0x2c}, []byte{0x31}},
9699	},
9700	{
9701		input:  []byte{0x61, 0x5f, 0x61, 0x2c, 0x2c, 0x31},
9702		output: [][]byte{[]byte{0x61, 0x5f, 0x61}, []byte{0x2c}, []byte{0x2c}, []byte{0x31}},
9703	},
9704	{
9705		input:  []byte{0x61, 0x2c, 0x2c, 0x61},
9706		output: [][]byte{[]byte{0x61}, []byte{0x2c}, []byte{0x2c}, []byte{0x61}},
9707	},
9708	{
9709		input:  []byte{0x61, 0x5f, 0x31, 0x2c, 0x2c, 0x61},
9710		output: [][]byte{[]byte{0x61, 0x5f, 0x31}, []byte{0x2c}, []byte{0x2c}, []byte{0x61}},
9711	},
9712	{
9713		input:  []byte{0x61, 0x5f, 0x61, 0x2c, 0x2c, 0x61},
9714		output: [][]byte{[]byte{0x61, 0x5f, 0x61}, []byte{0x2c}, []byte{0x2c}, []byte{0x61}},
9715	},
9716}
9717var unicodeSentenceTests = []struct {
9718	input  []byte
9719	output [][]byte
9720}{
9721	{
9722		input:  []byte{0x1, 0x1},
9723		output: [][]byte{[]byte{0x1, 0x1}},
9724	},
9725	{
9726		input:  []byte{0x1, 0xcc, 0x88, 0x1},
9727		output: [][]byte{[]byte{0x1, 0xcc, 0x88, 0x1}},
9728	},
9729	{
9730		input:  []byte{0x1, 0xd},
9731		output: [][]byte{[]byte{0x1, 0xd}},
9732	},
9733	{
9734		input:  []byte{0x1, 0xcc, 0x88, 0xd},
9735		output: [][]byte{[]byte{0x1, 0xcc, 0x88, 0xd}},
9736	},
9737	{
9738		input:  []byte{0x1, 0xa},
9739		output: [][]byte{[]byte{0x1, 0xa}},
9740	},
9741	{
9742		input:  []byte{0x1, 0xcc, 0x88, 0xa},
9743		output: [][]byte{[]byte{0x1, 0xcc, 0x88, 0xa}},
9744	},
9745	{
9746		input:  []byte{0x1, 0xc2, 0x85},
9747		output: [][]byte{[]byte{0x1, 0xc2, 0x85}},
9748	},
9749	{
9750		input:  []byte{0x1, 0xcc, 0x88, 0xc2, 0x85},
9751		output: [][]byte{[]byte{0x1, 0xcc, 0x88, 0xc2, 0x85}},
9752	},
9753	{
9754		input:  []byte{0x1, 0x9},
9755		output: [][]byte{[]byte{0x1, 0x9}},
9756	},
9757	{
9758		input:  []byte{0x1, 0xcc, 0x88, 0x9},
9759		output: [][]byte{[]byte{0x1, 0xcc, 0x88, 0x9}},
9760	},
9761	{
9762		input:  []byte{0x1, 0x61},
9763		output: [][]byte{[]byte{0x1, 0x61}},
9764	},
9765	{
9766		input:  []byte{0x1, 0xcc, 0x88, 0x61},
9767		output: [][]byte{[]byte{0x1, 0xcc, 0x88, 0x61}},
9768	},
9769	{
9770		input:  []byte{0x1, 0x41},
9771		output: [][]byte{[]byte{0x1, 0x41}},
9772	},
9773	{
9774		input:  []byte{0x1, 0xcc, 0x88, 0x41},
9775		output: [][]byte{[]byte{0x1, 0xcc, 0x88, 0x41}},
9776	},
9777	{
9778		input:  []byte{0x1, 0xc6, 0xbb},
9779		output: [][]byte{[]byte{0x1, 0xc6, 0xbb}},
9780	},
9781	{
9782		input:  []byte{0x1, 0xcc, 0x88, 0xc6, 0xbb},
9783		output: [][]byte{[]byte{0x1, 0xcc, 0x88, 0xc6, 0xbb}},
9784	},
9785	{
9786		input:  []byte{0x1, 0x30},
9787		output: [][]byte{[]byte{0x1, 0x30}},
9788	},
9789	{
9790		input:  []byte{0x1, 0xcc, 0x88, 0x30},
9791		output: [][]byte{[]byte{0x1, 0xcc, 0x88, 0x30}},
9792	},
9793	{
9794		input:  []byte{0x1, 0x2e},
9795		output: [][]byte{[]byte{0x1, 0x2e}},
9796	},
9797	{
9798		input:  []byte{0x1, 0xcc, 0x88, 0x2e},
9799		output: [][]byte{[]byte{0x1, 0xcc, 0x88, 0x2e}},
9800	},
9801	{
9802		input:  []byte{0x1, 0x21},
9803		output: [][]byte{[]byte{0x1, 0x21}},
9804	},
9805	{
9806		input:  []byte{0x1, 0xcc, 0x88, 0x21},
9807		output: [][]byte{[]byte{0x1, 0xcc, 0x88, 0x21}},
9808	},
9809	{
9810		input:  []byte{0x1, 0x22},
9811		output: [][]byte{[]byte{0x1, 0x22}},
9812	},
9813	{
9814		input:  []byte{0x1, 0xcc, 0x88, 0x22},
9815		output: [][]byte{[]byte{0x1, 0xcc, 0x88, 0x22}},
9816	},
9817	{
9818		input:  []byte{0x1, 0x2c},
9819		output: [][]byte{[]byte{0x1, 0x2c}},
9820	},
9821	{
9822		input:  []byte{0x1, 0xcc, 0x88, 0x2c},
9823		output: [][]byte{[]byte{0x1, 0xcc, 0x88, 0x2c}},
9824	},
9825	{
9826		input:  []byte{0x1, 0xc2, 0xad},
9827		output: [][]byte{[]byte{0x1, 0xc2, 0xad}},
9828	},
9829	{
9830		input:  []byte{0x1, 0xcc, 0x88, 0xc2, 0xad},
9831		output: [][]byte{[]byte{0x1, 0xcc, 0x88, 0xc2, 0xad}},
9832	},
9833	{
9834		input:  []byte{0x1, 0xcc, 0x80},
9835		output: [][]byte{[]byte{0x1, 0xcc, 0x80}},
9836	},
9837	{
9838		input:  []byte{0x1, 0xcc, 0x88, 0xcc, 0x80},
9839		output: [][]byte{[]byte{0x1, 0xcc, 0x88, 0xcc, 0x80}},
9840	},
9841	{
9842		input:  []byte{0xd, 0x1},
9843		output: [][]byte{[]byte{0xd}, []byte{0x1}},
9844	},
9845	{
9846		input:  []byte{0xd, 0xcc, 0x88, 0x1},
9847		output: [][]byte{[]byte{0xd}, []byte{0xcc, 0x88, 0x1}},
9848	},
9849	{
9850		input:  []byte{0xd, 0xd},
9851		output: [][]byte{[]byte{0xd}, []byte{0xd}},
9852	},
9853	{
9854		input:  []byte{0xd, 0xcc, 0x88, 0xd},
9855		output: [][]byte{[]byte{0xd}, []byte{0xcc, 0x88, 0xd}},
9856	},
9857	{
9858		input:  []byte{0xd, 0xa},
9859		output: [][]byte{[]byte{0xd, 0xa}},
9860	},
9861	{
9862		input:  []byte{0xd, 0xcc, 0x88, 0xa},
9863		output: [][]byte{[]byte{0xd}, []byte{0xcc, 0x88, 0xa}},
9864	},
9865	{
9866		input:  []byte{0xd, 0xc2, 0x85},
9867		output: [][]byte{[]byte{0xd}, []byte{0xc2, 0x85}},
9868	},
9869	{
9870		input:  []byte{0xd, 0xcc, 0x88, 0xc2, 0x85},
9871		output: [][]byte{[]byte{0xd}, []byte{0xcc, 0x88, 0xc2, 0x85}},
9872	},
9873	{
9874		input:  []byte{0xd, 0x9},
9875		output: [][]byte{[]byte{0xd}, []byte{0x9}},
9876	},
9877	{
9878		input:  []byte{0xd, 0xcc, 0x88, 0x9},
9879		output: [][]byte{[]byte{0xd}, []byte{0xcc, 0x88, 0x9}},
9880	},
9881	{
9882		input:  []byte{0xd, 0x61},
9883		output: [][]byte{[]byte{0xd}, []byte{0x61}},
9884	},
9885	{
9886		input:  []byte{0xd, 0xcc, 0x88, 0x61},
9887		output: [][]byte{[]byte{0xd}, []byte{0xcc, 0x88, 0x61}},
9888	},
9889	{
9890		input:  []byte{0xd, 0x41},
9891		output: [][]byte{[]byte{0xd}, []byte{0x41}},
9892	},
9893	{
9894		input:  []byte{0xd, 0xcc, 0x88, 0x41},
9895		output: [][]byte{[]byte{0xd}, []byte{0xcc, 0x88, 0x41}},
9896	},
9897	{
9898		input:  []byte{0xd, 0xc6, 0xbb},
9899		output: [][]byte{[]byte{0xd}, []byte{0xc6, 0xbb}},
9900	},
9901	{
9902		input:  []byte{0xd, 0xcc, 0x88, 0xc6, 0xbb},
9903		output: [][]byte{[]byte{0xd}, []byte{0xcc, 0x88, 0xc6, 0xbb}},
9904	},
9905	{
9906		input:  []byte{0xd, 0x30},
9907		output: [][]byte{[]byte{0xd}, []byte{0x30}},
9908	},
9909	{
9910		input:  []byte{0xd, 0xcc, 0x88, 0x30},
9911		output: [][]byte{[]byte{0xd}, []byte{0xcc, 0x88, 0x30}},
9912	},
9913	{
9914		input:  []byte{0xd, 0x2e},
9915		output: [][]byte{[]byte{0xd}, []byte{0x2e}},
9916	},
9917	{
9918		input:  []byte{0xd, 0xcc, 0x88, 0x2e},
9919		output: [][]byte{[]byte{0xd}, []byte{0xcc, 0x88, 0x2e}},
9920	},
9921	{
9922		input:  []byte{0xd, 0x21},
9923		output: [][]byte{[]byte{0xd}, []byte{0x21}},
9924	},
9925	{
9926		input:  []byte{0xd, 0xcc, 0x88, 0x21},
9927		output: [][]byte{[]byte{0xd}, []byte{0xcc, 0x88, 0x21}},
9928	},
9929	{
9930		input:  []byte{0xd, 0x22},
9931		output: [][]byte{[]byte{0xd}, []byte{0x22}},
9932	},
9933	{
9934		input:  []byte{0xd, 0xcc, 0x88, 0x22},
9935		output: [][]byte{[]byte{0xd}, []byte{0xcc, 0x88, 0x22}},
9936	},
9937	{
9938		input:  []byte{0xd, 0x2c},
9939		output: [][]byte{[]byte{0xd}, []byte{0x2c}},
9940	},
9941	{
9942		input:  []byte{0xd, 0xcc, 0x88, 0x2c},
9943		output: [][]byte{[]byte{0xd}, []byte{0xcc, 0x88, 0x2c}},
9944	},
9945	{
9946		input:  []byte{0xd, 0xc2, 0xad},
9947		output: [][]byte{[]byte{0xd}, []byte{0xc2, 0xad}},
9948	},
9949	{
9950		input:  []byte{0xd, 0xcc, 0x88, 0xc2, 0xad},
9951		output: [][]byte{[]byte{0xd}, []byte{0xcc, 0x88, 0xc2, 0xad}},
9952	},
9953	{
9954		input:  []byte{0xd, 0xcc, 0x80},
9955		output: [][]byte{[]byte{0xd}, []byte{0xcc, 0x80}},
9956	},
9957	{
9958		input:  []byte{0xd, 0xcc, 0x88, 0xcc, 0x80},
9959		output: [][]byte{[]byte{0xd}, []byte{0xcc, 0x88, 0xcc, 0x80}},
9960	},
9961	{
9962		input:  []byte{0xa, 0x1},
9963		output: [][]byte{[]byte{0xa}, []byte{0x1}},
9964	},
9965	{
9966		input:  []byte{0xa, 0xcc, 0x88, 0x1},
9967		output: [][]byte{[]byte{0xa}, []byte{0xcc, 0x88, 0x1}},
9968	},
9969	{
9970		input:  []byte{0xa, 0xd},
9971		output: [][]byte{[]byte{0xa}, []byte{0xd}},
9972	},
9973	{
9974		input:  []byte{0xa, 0xcc, 0x88, 0xd},
9975		output: [][]byte{[]byte{0xa}, []byte{0xcc, 0x88, 0xd}},
9976	},
9977	{
9978		input:  []byte{0xa, 0xa},
9979		output: [][]byte{[]byte{0xa}, []byte{0xa}},
9980	},
9981	{
9982		input:  []byte{0xa, 0xcc, 0x88, 0xa},
9983		output: [][]byte{[]byte{0xa}, []byte{0xcc, 0x88, 0xa}},
9984	},
9985	{
9986		input:  []byte{0xa, 0xc2, 0x85},
9987		output: [][]byte{[]byte{0xa}, []byte{0xc2, 0x85}},
9988	},
9989	{
9990		input:  []byte{0xa, 0xcc, 0x88, 0xc2, 0x85},
9991		output: [][]byte{[]byte{0xa}, []byte{0xcc, 0x88, 0xc2, 0x85}},
9992	},
9993	{
9994		input:  []byte{0xa, 0x9},
9995		output: [][]byte{[]byte{0xa}, []byte{0x9}},
9996	},
9997	{
9998		input:  []byte{0xa, 0xcc, 0x88, 0x9},
9999		output: [][]byte{[]byte{0xa}, []byte{0xcc, 0x88, 0x9}},
10000	},
10001	{
10002		input:  []byte{0xa, 0x61},
10003		output: [][]byte{[]byte{0xa}, []byte{0x61}},
10004	},
10005	{
10006		input:  []byte{0xa, 0xcc, 0x88, 0x61},
10007		output: [][]byte{[]byte{0xa}, []byte{0xcc, 0x88, 0x61}},
10008	},
10009	{
10010		input:  []byte{0xa, 0x41},
10011		output: [][]byte{[]byte{0xa}, []byte{0x41}},
10012	},
10013	{
10014		input:  []byte{0xa, 0xcc, 0x88, 0x41},
10015		output: [][]byte{[]byte{0xa}, []byte{0xcc, 0x88, 0x41}},
10016	},
10017	{
10018		input:  []byte{0xa, 0xc6, 0xbb},
10019		output: [][]byte{[]byte{0xa}, []byte{0xc6, 0xbb}},
10020	},
10021	{
10022		input:  []byte{0xa, 0xcc, 0x88, 0xc6, 0xbb},
10023		output: [][]byte{[]byte{0xa}, []byte{0xcc, 0x88, 0xc6, 0xbb}},
10024	},
10025	{
10026		input:  []byte{0xa, 0x30},
10027		output: [][]byte{[]byte{0xa}, []byte{0x30}},
10028	},
10029	{
10030		input:  []byte{0xa, 0xcc, 0x88, 0x30},
10031		output: [][]byte{[]byte{0xa}, []byte{0xcc, 0x88, 0x30}},
10032	},
10033	{
10034		input:  []byte{0xa, 0x2e},
10035		output: [][]byte{[]byte{0xa}, []byte{0x2e}},
10036	},
10037	{
10038		input:  []byte{0xa, 0xcc, 0x88, 0x2e},
10039		output: [][]byte{[]byte{0xa}, []byte{0xcc, 0x88, 0x2e}},
10040	},
10041	{
10042		input:  []byte{0xa, 0x21},
10043		output: [][]byte{[]byte{0xa}, []byte{0x21}},
10044	},
10045	{
10046		input:  []byte{0xa, 0xcc, 0x88, 0x21},
10047		output: [][]byte{[]byte{0xa}, []byte{0xcc, 0x88, 0x21}},
10048	},
10049	{
10050		input:  []byte{0xa, 0x22},
10051		output: [][]byte{[]byte{0xa}, []byte{0x22}},
10052	},
10053	{
10054		input:  []byte{0xa, 0xcc, 0x88, 0x22},
10055		output: [][]byte{[]byte{0xa}, []byte{0xcc, 0x88, 0x22}},
10056	},
10057	{
10058		input:  []byte{0xa, 0x2c},
10059		output: [][]byte{[]byte{0xa}, []byte{0x2c}},
10060	},
10061	{
10062		input:  []byte{0xa, 0xcc, 0x88, 0x2c},
10063		output: [][]byte{[]byte{0xa}, []byte{0xcc, 0x88, 0x2c}},
10064	},
10065	{
10066		input:  []byte{0xa, 0xc2, 0xad},
10067		output: [][]byte{[]byte{0xa}, []byte{0xc2, 0xad}},
10068	},
10069	{
10070		input:  []byte{0xa, 0xcc, 0x88, 0xc2, 0xad},
10071		output: [][]byte{[]byte{0xa}, []byte{0xcc, 0x88, 0xc2, 0xad}},
10072	},
10073	{
10074		input:  []byte{0xa, 0xcc, 0x80},
10075		output: [][]byte{[]byte{0xa}, []byte{0xcc, 0x80}},
10076	},
10077	{
10078		input:  []byte{0xa, 0xcc, 0x88, 0xcc, 0x80},
10079		output: [][]byte{[]byte{0xa}, []byte{0xcc, 0x88, 0xcc, 0x80}},
10080	},
10081	{
10082		input:  []byte{0xc2, 0x85, 0x1},
10083		output: [][]byte{[]byte{0xc2, 0x85}, []byte{0x1}},
10084	},
10085	{
10086		input:  []byte{0xc2, 0x85, 0xcc, 0x88, 0x1},
10087		output: [][]byte{[]byte{0xc2, 0x85}, []byte{0xcc, 0x88, 0x1}},
10088	},
10089	{
10090		input:  []byte{0xc2, 0x85, 0xd},
10091		output: [][]byte{[]byte{0xc2, 0x85}, []byte{0xd}},
10092	},
10093	{
10094		input:  []byte{0xc2, 0x85, 0xcc, 0x88, 0xd},
10095		output: [][]byte{[]byte{0xc2, 0x85}, []byte{0xcc, 0x88, 0xd}},
10096	},
10097	{
10098		input:  []byte{0xc2, 0x85, 0xa},
10099		output: [][]byte{[]byte{0xc2, 0x85}, []byte{0xa}},
10100	},
10101	{
10102		input:  []byte{0xc2, 0x85, 0xcc, 0x88, 0xa},
10103		output: [][]byte{[]byte{0xc2, 0x85}, []byte{0xcc, 0x88, 0xa}},
10104	},
10105	{
10106		input:  []byte{0xc2, 0x85, 0xc2, 0x85},
10107		output: [][]byte{[]byte{0xc2, 0x85}, []byte{0xc2, 0x85}},
10108	},
10109	{
10110		input:  []byte{0xc2, 0x85, 0xcc, 0x88, 0xc2, 0x85},
10111		output: [][]byte{[]byte{0xc2, 0x85}, []byte{0xcc, 0x88, 0xc2, 0x85}},
10112	},
10113	{
10114		input:  []byte{0xc2, 0x85, 0x9},
10115		output: [][]byte{[]byte{0xc2, 0x85}, []byte{0x9}},
10116	},
10117	{
10118		input:  []byte{0xc2, 0x85, 0xcc, 0x88, 0x9},
10119		output: [][]byte{[]byte{0xc2, 0x85}, []byte{0xcc, 0x88, 0x9}},
10120	},
10121	{
10122		input:  []byte{0xc2, 0x85, 0x61},
10123		output: [][]byte{[]byte{0xc2, 0x85}, []byte{0x61}},
10124	},
10125	{
10126		input:  []byte{0xc2, 0x85, 0xcc, 0x88, 0x61},
10127		output: [][]byte{[]byte{0xc2, 0x85}, []byte{0xcc, 0x88, 0x61}},
10128	},
10129	{
10130		input:  []byte{0xc2, 0x85, 0x41},
10131		output: [][]byte{[]byte{0xc2, 0x85}, []byte{0x41}},
10132	},
10133	{
10134		input:  []byte{0xc2, 0x85, 0xcc, 0x88, 0x41},
10135		output: [][]byte{[]byte{0xc2, 0x85}, []byte{0xcc, 0x88, 0x41}},
10136	},
10137	{
10138		input:  []byte{0xc2, 0x85, 0xc6, 0xbb},
10139		output: [][]byte{[]byte{0xc2, 0x85}, []byte{0xc6, 0xbb}},
10140	},
10141	{
10142		input:  []byte{0xc2, 0x85, 0xcc, 0x88, 0xc6, 0xbb},
10143		output: [][]byte{[]byte{0xc2, 0x85}, []byte{0xcc, 0x88, 0xc6, 0xbb}},
10144	},
10145	{
10146		input:  []byte{0xc2, 0x85, 0x30},
10147		output: [][]byte{[]byte{0xc2, 0x85}, []byte{0x30}},
10148	},
10149	{
10150		input:  []byte{0xc2, 0x85, 0xcc, 0x88, 0x30},
10151		output: [][]byte{[]byte{0xc2, 0x85}, []byte{0xcc, 0x88, 0x30}},
10152	},
10153	{
10154		input:  []byte{0xc2, 0x85, 0x2e},
10155		output: [][]byte{[]byte{0xc2, 0x85}, []byte{0x2e}},
10156	},
10157	{
10158		input:  []byte{0xc2, 0x85, 0xcc, 0x88, 0x2e},
10159		output: [][]byte{[]byte{0xc2, 0x85}, []byte{0xcc, 0x88, 0x2e}},
10160	},
10161	{
10162		input:  []byte{0xc2, 0x85, 0x21},
10163		output: [][]byte{[]byte{0xc2, 0x85}, []byte{0x21}},
10164	},
10165	{
10166		input:  []byte{0xc2, 0x85, 0xcc, 0x88, 0x21},
10167		output: [][]byte{[]byte{0xc2, 0x85}, []byte{0xcc, 0x88, 0x21}},
10168	},
10169	{
10170		input:  []byte{0xc2, 0x85, 0x22},
10171		output: [][]byte{[]byte{0xc2, 0x85}, []byte{0x22}},
10172	},
10173	{
10174		input:  []byte{0xc2, 0x85, 0xcc, 0x88, 0x22},
10175		output: [][]byte{[]byte{0xc2, 0x85}, []byte{0xcc, 0x88, 0x22}},
10176	},
10177	{
10178		input:  []byte{0xc2, 0x85, 0x2c},
10179		output: [][]byte{[]byte{0xc2, 0x85}, []byte{0x2c}},
10180	},
10181	{
10182		input:  []byte{0xc2, 0x85, 0xcc, 0x88, 0x2c},
10183		output: [][]byte{[]byte{0xc2, 0x85}, []byte{0xcc, 0x88, 0x2c}},
10184	},
10185	{
10186		input:  []byte{0xc2, 0x85, 0xc2, 0xad},
10187		output: [][]byte{[]byte{0xc2, 0x85}, []byte{0xc2, 0xad}},
10188	},
10189	{
10190		input:  []byte{0xc2, 0x85, 0xcc, 0x88, 0xc2, 0xad},
10191		output: [][]byte{[]byte{0xc2, 0x85}, []byte{0xcc, 0x88, 0xc2, 0xad}},
10192	},
10193	{
10194		input:  []byte{0xc2, 0x85, 0xcc, 0x80},
10195		output: [][]byte{[]byte{0xc2, 0x85}, []byte{0xcc, 0x80}},
10196	},
10197	{
10198		input:  []byte{0xc2, 0x85, 0xcc, 0x88, 0xcc, 0x80},
10199		output: [][]byte{[]byte{0xc2, 0x85}, []byte{0xcc, 0x88, 0xcc, 0x80}},
10200	},
10201	{
10202		input:  []byte{0x9, 0x1},
10203		output: [][]byte{[]byte{0x9, 0x1}},
10204	},
10205	{
10206		input:  []byte{0x9, 0xcc, 0x88, 0x1},
10207		output: [][]byte{[]byte{0x9, 0xcc, 0x88, 0x1}},
10208	},
10209	{
10210		input:  []byte{0x9, 0xd},
10211		output: [][]byte{[]byte{0x9, 0xd}},
10212	},
10213	{
10214		input:  []byte{0x9, 0xcc, 0x88, 0xd},
10215		output: [][]byte{[]byte{0x9, 0xcc, 0x88, 0xd}},
10216	},
10217	{
10218		input:  []byte{0x9, 0xa},
10219		output: [][]byte{[]byte{0x9, 0xa}},
10220	},
10221	{
10222		input:  []byte{0x9, 0xcc, 0x88, 0xa},
10223		output: [][]byte{[]byte{0x9, 0xcc, 0x88, 0xa}},
10224	},
10225	{
10226		input:  []byte{0x9, 0xc2, 0x85},
10227		output: [][]byte{[]byte{0x9, 0xc2, 0x85}},
10228	},
10229	{
10230		input:  []byte{0x9, 0xcc, 0x88, 0xc2, 0x85},
10231		output: [][]byte{[]byte{0x9, 0xcc, 0x88, 0xc2, 0x85}},
10232	},
10233	{
10234		input:  []byte{0x9, 0x9},
10235		output: [][]byte{[]byte{0x9, 0x9}},
10236	},
10237	{
10238		input:  []byte{0x9, 0xcc, 0x88, 0x9},
10239		output: [][]byte{[]byte{0x9, 0xcc, 0x88, 0x9}},
10240	},
10241	{
10242		input:  []byte{0x9, 0x61},
10243		output: [][]byte{[]byte{0x9, 0x61}},
10244	},
10245	{
10246		input:  []byte{0x9, 0xcc, 0x88, 0x61},
10247		output: [][]byte{[]byte{0x9, 0xcc, 0x88, 0x61}},
10248	},
10249	{
10250		input:  []byte{0x9, 0x41},
10251		output: [][]byte{[]byte{0x9, 0x41}},
10252	},
10253	{
10254		input:  []byte{0x9, 0xcc, 0x88, 0x41},
10255		output: [][]byte{[]byte{0x9, 0xcc, 0x88, 0x41}},
10256	},
10257	{
10258		input:  []byte{0x9, 0xc6, 0xbb},
10259		output: [][]byte{[]byte{0x9, 0xc6, 0xbb}},
10260	},
10261	{
10262		input:  []byte{0x9, 0xcc, 0x88, 0xc6, 0xbb},
10263		output: [][]byte{[]byte{0x9, 0xcc, 0x88, 0xc6, 0xbb}},
10264	},
10265	{
10266		input:  []byte{0x9, 0x30},
10267		output: [][]byte{[]byte{0x9, 0x30}},
10268	},
10269	{
10270		input:  []byte{0x9, 0xcc, 0x88, 0x30},
10271		output: [][]byte{[]byte{0x9, 0xcc, 0x88, 0x30}},
10272	},
10273	{
10274		input:  []byte{0x9, 0x2e},
10275		output: [][]byte{[]byte{0x9, 0x2e}},
10276	},
10277	{
10278		input:  []byte{0x9, 0xcc, 0x88, 0x2e},
10279		output: [][]byte{[]byte{0x9, 0xcc, 0x88, 0x2e}},
10280	},
10281	{
10282		input:  []byte{0x9, 0x21},
10283		output: [][]byte{[]byte{0x9, 0x21}},
10284	},
10285	{
10286		input:  []byte{0x9, 0xcc, 0x88, 0x21},
10287		output: [][]byte{[]byte{0x9, 0xcc, 0x88, 0x21}},
10288	},
10289	{
10290		input:  []byte{0x9, 0x22},
10291		output: [][]byte{[]byte{0x9, 0x22}},
10292	},
10293	{
10294		input:  []byte{0x9, 0xcc, 0x88, 0x22},
10295		output: [][]byte{[]byte{0x9, 0xcc, 0x88, 0x22}},
10296	},
10297	{
10298		input:  []byte{0x9, 0x2c},
10299		output: [][]byte{[]byte{0x9, 0x2c}},
10300	},
10301	{
10302		input:  []byte{0x9, 0xcc, 0x88, 0x2c},
10303		output: [][]byte{[]byte{0x9, 0xcc, 0x88, 0x2c}},
10304	},
10305	{
10306		input:  []byte{0x9, 0xc2, 0xad},
10307		output: [][]byte{[]byte{0x9, 0xc2, 0xad}},
10308	},
10309	{
10310		input:  []byte{0x9, 0xcc, 0x88, 0xc2, 0xad},
10311		output: [][]byte{[]byte{0x9, 0xcc, 0x88, 0xc2, 0xad}},
10312	},
10313	{
10314		input:  []byte{0x9, 0xcc, 0x80},
10315		output: [][]byte{[]byte{0x9, 0xcc, 0x80}},
10316	},
10317	{
10318		input:  []byte{0x9, 0xcc, 0x88, 0xcc, 0x80},
10319		output: [][]byte{[]byte{0x9, 0xcc, 0x88, 0xcc, 0x80}},
10320	},
10321	{
10322		input:  []byte{0x61, 0x1},
10323		output: [][]byte{[]byte{0x61, 0x1}},
10324	},
10325	{
10326		input:  []byte{0x61, 0xcc, 0x88, 0x1},
10327		output: [][]byte{[]byte{0x61, 0xcc, 0x88, 0x1}},
10328	},
10329	{
10330		input:  []byte{0x61, 0xd},
10331		output: [][]byte{[]byte{0x61, 0xd}},
10332	},
10333	{
10334		input:  []byte{0x61, 0xcc, 0x88, 0xd},
10335		output: [][]byte{[]byte{0x61, 0xcc, 0x88, 0xd}},
10336	},
10337	{
10338		input:  []byte{0x61, 0xa},
10339		output: [][]byte{[]byte{0x61, 0xa}},
10340	},
10341	{
10342		input:  []byte{0x61, 0xcc, 0x88, 0xa},
10343		output: [][]byte{[]byte{0x61, 0xcc, 0x88, 0xa}},
10344	},
10345	{
10346		input:  []byte{0x61, 0xc2, 0x85},
10347		output: [][]byte{[]byte{0x61, 0xc2, 0x85}},
10348	},
10349	{
10350		input:  []byte{0x61, 0xcc, 0x88, 0xc2, 0x85},
10351		output: [][]byte{[]byte{0x61, 0xcc, 0x88, 0xc2, 0x85}},
10352	},
10353	{
10354		input:  []byte{0x61, 0x9},
10355		output: [][]byte{[]byte{0x61, 0x9}},
10356	},
10357	{
10358		input:  []byte{0x61, 0xcc, 0x88, 0x9},
10359		output: [][]byte{[]byte{0x61, 0xcc, 0x88, 0x9}},
10360	},
10361	{
10362		input:  []byte{0x61, 0x61},
10363		output: [][]byte{[]byte{0x61, 0x61}},
10364	},
10365	{
10366		input:  []byte{0x61, 0xcc, 0x88, 0x61},
10367		output: [][]byte{[]byte{0x61, 0xcc, 0x88, 0x61}},
10368	},
10369	{
10370		input:  []byte{0x61, 0x41},
10371		output: [][]byte{[]byte{0x61, 0x41}},
10372	},
10373	{
10374		input:  []byte{0x61, 0xcc, 0x88, 0x41},
10375		output: [][]byte{[]byte{0x61, 0xcc, 0x88, 0x41}},
10376	},
10377	{
10378		input:  []byte{0x61, 0xc6, 0xbb},
10379		output: [][]byte{[]byte{0x61, 0xc6, 0xbb}},
10380	},
10381	{
10382		input:  []byte{0x61, 0xcc, 0x88, 0xc6, 0xbb},
10383		output: [][]byte{[]byte{0x61, 0xcc, 0x88, 0xc6, 0xbb}},
10384	},
10385	{
10386		input:  []byte{0x61, 0x30},
10387		output: [][]byte{[]byte{0x61, 0x30}},
10388	},
10389	{
10390		input:  []byte{0x61, 0xcc, 0x88, 0x30},
10391		output: [][]byte{[]byte{0x61, 0xcc, 0x88, 0x30}},
10392	},
10393	{
10394		input:  []byte{0x61, 0x2e},
10395		output: [][]byte{[]byte{0x61, 0x2e}},
10396	},
10397	{
10398		input:  []byte{0x61, 0xcc, 0x88, 0x2e},
10399		output: [][]byte{[]byte{0x61, 0xcc, 0x88, 0x2e}},
10400	},
10401	{
10402		input:  []byte{0x61, 0x21},
10403		output: [][]byte{[]byte{0x61, 0x21}},
10404	},
10405	{
10406		input:  []byte{0x61, 0xcc, 0x88, 0x21},
10407		output: [][]byte{[]byte{0x61, 0xcc, 0x88, 0x21}},
10408	},
10409	{
10410		input:  []byte{0x61, 0x22},
10411		output: [][]byte{[]byte{0x61, 0x22}},
10412	},
10413	{
10414		input:  []byte{0x61, 0xcc, 0x88, 0x22},
10415		output: [][]byte{[]byte{0x61, 0xcc, 0x88, 0x22}},
10416	},
10417	{
10418		input:  []byte{0x61, 0x2c},
10419		output: [][]byte{[]byte{0x61, 0x2c}},
10420	},
10421	{
10422		input:  []byte{0x61, 0xcc, 0x88, 0x2c},
10423		output: [][]byte{[]byte{0x61, 0xcc, 0x88, 0x2c}},
10424	},
10425	{
10426		input:  []byte{0x61, 0xc2, 0xad},
10427		output: [][]byte{[]byte{0x61, 0xc2, 0xad}},
10428	},
10429	{
10430		input:  []byte{0x61, 0xcc, 0x88, 0xc2, 0xad},
10431		output: [][]byte{[]byte{0x61, 0xcc, 0x88, 0xc2, 0xad}},
10432	},
10433	{
10434		input:  []byte{0x61, 0xcc, 0x80},
10435		output: [][]byte{[]byte{0x61, 0xcc, 0x80}},
10436	},
10437	{
10438		input:  []byte{0x61, 0xcc, 0x88, 0xcc, 0x80},
10439		output: [][]byte{[]byte{0x61, 0xcc, 0x88, 0xcc, 0x80}},
10440	},
10441	{
10442		input:  []byte{0x41, 0x1},
10443		output: [][]byte{[]byte{0x41, 0x1}},
10444	},
10445	{
10446		input:  []byte{0x41, 0xcc, 0x88, 0x1},
10447		output: [][]byte{[]byte{0x41, 0xcc, 0x88, 0x1}},
10448	},
10449	{
10450		input:  []byte{0x41, 0xd},
10451		output: [][]byte{[]byte{0x41, 0xd}},
10452	},
10453	{
10454		input:  []byte{0x41, 0xcc, 0x88, 0xd},
10455		output: [][]byte{[]byte{0x41, 0xcc, 0x88, 0xd}},
10456	},
10457	{
10458		input:  []byte{0x41, 0xa},
10459		output: [][]byte{[]byte{0x41, 0xa}},
10460	},
10461	{
10462		input:  []byte{0x41, 0xcc, 0x88, 0xa},
10463		output: [][]byte{[]byte{0x41, 0xcc, 0x88, 0xa}},
10464	},
10465	{
10466		input:  []byte{0x41, 0xc2, 0x85},
10467		output: [][]byte{[]byte{0x41, 0xc2, 0x85}},
10468	},
10469	{
10470		input:  []byte{0x41, 0xcc, 0x88, 0xc2, 0x85},
10471		output: [][]byte{[]byte{0x41, 0xcc, 0x88, 0xc2, 0x85}},
10472	},
10473	{
10474		input:  []byte{0x41, 0x9},
10475		output: [][]byte{[]byte{0x41, 0x9}},
10476	},
10477	{
10478		input:  []byte{0x41, 0xcc, 0x88, 0x9},
10479		output: [][]byte{[]byte{0x41, 0xcc, 0x88, 0x9}},
10480	},
10481	{
10482		input:  []byte{0x41, 0x61},
10483		output: [][]byte{[]byte{0x41, 0x61}},
10484	},
10485	{
10486		input:  []byte{0x41, 0xcc, 0x88, 0x61},
10487		output: [][]byte{[]byte{0x41, 0xcc, 0x88, 0x61}},
10488	},
10489	{
10490		input:  []byte{0x41, 0x41},
10491		output: [][]byte{[]byte{0x41, 0x41}},
10492	},
10493	{
10494		input:  []byte{0x41, 0xcc, 0x88, 0x41},
10495		output: [][]byte{[]byte{0x41, 0xcc, 0x88, 0x41}},
10496	},
10497	{
10498		input:  []byte{0x41, 0xc6, 0xbb},
10499		output: [][]byte{[]byte{0x41, 0xc6, 0xbb}},
10500	},
10501	{
10502		input:  []byte{0x41, 0xcc, 0x88, 0xc6, 0xbb},
10503		output: [][]byte{[]byte{0x41, 0xcc, 0x88, 0xc6, 0xbb}},
10504	},
10505	{
10506		input:  []byte{0x41, 0x30},
10507		output: [][]byte{[]byte{0x41, 0x30}},
10508	},
10509	{
10510		input:  []byte{0x41, 0xcc, 0x88, 0x30},
10511		output: [][]byte{[]byte{0x41, 0xcc, 0x88, 0x30}},
10512	},
10513	{
10514		input:  []byte{0x41, 0x2e},
10515		output: [][]byte{[]byte{0x41, 0x2e}},
10516	},
10517	{
10518		input:  []byte{0x41, 0xcc, 0x88, 0x2e},
10519		output: [][]byte{[]byte{0x41, 0xcc, 0x88, 0x2e}},
10520	},
10521	{
10522		input:  []byte{0x41, 0x21},
10523		output: [][]byte{[]byte{0x41, 0x21}},
10524	},
10525	{
10526		input:  []byte{0x41, 0xcc, 0x88, 0x21},
10527		output: [][]byte{[]byte{0x41, 0xcc, 0x88, 0x21}},
10528	},
10529	{
10530		input:  []byte{0x41, 0x22},
10531		output: [][]byte{[]byte{0x41, 0x22}},
10532	},
10533	{
10534		input:  []byte{0x41, 0xcc, 0x88, 0x22},
10535		output: [][]byte{[]byte{0x41, 0xcc, 0x88, 0x22}},
10536	},
10537	{
10538		input:  []byte{0x41, 0x2c},
10539		output: [][]byte{[]byte{0x41, 0x2c}},
10540	},
10541	{
10542		input:  []byte{0x41, 0xcc, 0x88, 0x2c},
10543		output: [][]byte{[]byte{0x41, 0xcc, 0x88, 0x2c}},
10544	},
10545	{
10546		input:  []byte{0x41, 0xc2, 0xad},
10547		output: [][]byte{[]byte{0x41, 0xc2, 0xad}},
10548	},
10549	{
10550		input:  []byte{0x41, 0xcc, 0x88, 0xc2, 0xad},
10551		output: [][]byte{[]byte{0x41, 0xcc, 0x88, 0xc2, 0xad}},
10552	},
10553	{
10554		input:  []byte{0x41, 0xcc, 0x80},
10555		output: [][]byte{[]byte{0x41, 0xcc, 0x80}},
10556	},
10557	{
10558		input:  []byte{0x41, 0xcc, 0x88, 0xcc, 0x80},
10559		output: [][]byte{[]byte{0x41, 0xcc, 0x88, 0xcc, 0x80}},
10560	},
10561	{
10562		input:  []byte{0xc6, 0xbb, 0x1},
10563		output: [][]byte{[]byte{0xc6, 0xbb, 0x1}},
10564	},
10565	{
10566		input:  []byte{0xc6, 0xbb, 0xcc, 0x88, 0x1},
10567		output: [][]byte{[]byte{0xc6, 0xbb, 0xcc, 0x88, 0x1}},
10568	},
10569	{
10570		input:  []byte{0xc6, 0xbb, 0xd},
10571		output: [][]byte{[]byte{0xc6, 0xbb, 0xd}},
10572	},
10573	{
10574		input:  []byte{0xc6, 0xbb, 0xcc, 0x88, 0xd},
10575		output: [][]byte{[]byte{0xc6, 0xbb, 0xcc, 0x88, 0xd}},
10576	},
10577	{
10578		input:  []byte{0xc6, 0xbb, 0xa},
10579		output: [][]byte{[]byte{0xc6, 0xbb, 0xa}},
10580	},
10581	{
10582		input:  []byte{0xc6, 0xbb, 0xcc, 0x88, 0xa},
10583		output: [][]byte{[]byte{0xc6, 0xbb, 0xcc, 0x88, 0xa}},
10584	},
10585	{
10586		input:  []byte{0xc6, 0xbb, 0xc2, 0x85},
10587		output: [][]byte{[]byte{0xc6, 0xbb, 0xc2, 0x85}},
10588	},
10589	{
10590		input:  []byte{0xc6, 0xbb, 0xcc, 0x88, 0xc2, 0x85},
10591		output: [][]byte{[]byte{0xc6, 0xbb, 0xcc, 0x88, 0xc2, 0x85}},
10592	},
10593	{
10594		input:  []byte{0xc6, 0xbb, 0x9},
10595		output: [][]byte{[]byte{0xc6, 0xbb, 0x9}},
10596	},
10597	{
10598		input:  []byte{0xc6, 0xbb, 0xcc, 0x88, 0x9},
10599		output: [][]byte{[]byte{0xc6, 0xbb, 0xcc, 0x88, 0x9}},
10600	},
10601	{
10602		input:  []byte{0xc6, 0xbb, 0x61},
10603		output: [][]byte{[]byte{0xc6, 0xbb, 0x61}},
10604	},
10605	{
10606		input:  []byte{0xc6, 0xbb, 0xcc, 0x88, 0x61},
10607		output: [][]byte{[]byte{0xc6, 0xbb, 0xcc, 0x88, 0x61}},
10608	},
10609	{
10610		input:  []byte{0xc6, 0xbb, 0x41},
10611		output: [][]byte{[]byte{0xc6, 0xbb, 0x41}},
10612	},
10613	{
10614		input:  []byte{0xc6, 0xbb, 0xcc, 0x88, 0x41},
10615		output: [][]byte{[]byte{0xc6, 0xbb, 0xcc, 0x88, 0x41}},
10616	},
10617	{
10618		input:  []byte{0xc6, 0xbb, 0xc6, 0xbb},
10619		output: [][]byte{[]byte{0xc6, 0xbb, 0xc6, 0xbb}},
10620	},
10621	{
10622		input:  []byte{0xc6, 0xbb, 0xcc, 0x88, 0xc6, 0xbb},
10623		output: [][]byte{[]byte{0xc6, 0xbb, 0xcc, 0x88, 0xc6, 0xbb}},
10624	},
10625	{
10626		input:  []byte{0xc6, 0xbb, 0x30},
10627		output: [][]byte{[]byte{0xc6, 0xbb, 0x30}},
10628	},
10629	{
10630		input:  []byte{0xc6, 0xbb, 0xcc, 0x88, 0x30},
10631		output: [][]byte{[]byte{0xc6, 0xbb, 0xcc, 0x88, 0x30}},
10632	},
10633	{
10634		input:  []byte{0xc6, 0xbb, 0x2e},
10635		output: [][]byte{[]byte{0xc6, 0xbb, 0x2e}},
10636	},
10637	{
10638		input:  []byte{0xc6, 0xbb, 0xcc, 0x88, 0x2e},
10639		output: [][]byte{[]byte{0xc6, 0xbb, 0xcc, 0x88, 0x2e}},
10640	},
10641	{
10642		input:  []byte{0xc6, 0xbb, 0x21},
10643		output: [][]byte{[]byte{0xc6, 0xbb, 0x21}},
10644	},
10645	{
10646		input:  []byte{0xc6, 0xbb, 0xcc, 0x88, 0x21},
10647		output: [][]byte{[]byte{0xc6, 0xbb, 0xcc, 0x88, 0x21}},
10648	},
10649	{
10650		input:  []byte{0xc6, 0xbb, 0x22},
10651		output: [][]byte{[]byte{0xc6, 0xbb, 0x22}},
10652	},
10653	{
10654		input:  []byte{0xc6, 0xbb, 0xcc, 0x88, 0x22},
10655		output: [][]byte{[]byte{0xc6, 0xbb, 0xcc, 0x88, 0x22}},
10656	},
10657	{
10658		input:  []byte{0xc6, 0xbb, 0x2c},
10659		output: [][]byte{[]byte{0xc6, 0xbb, 0x2c}},
10660	},
10661	{
10662		input:  []byte{0xc6, 0xbb, 0xcc, 0x88, 0x2c},
10663		output: [][]byte{[]byte{0xc6, 0xbb, 0xcc, 0x88, 0x2c}},
10664	},
10665	{
10666		input:  []byte{0xc6, 0xbb, 0xc2, 0xad},
10667		output: [][]byte{[]byte{0xc6, 0xbb, 0xc2, 0xad}},
10668	},
10669	{
10670		input:  []byte{0xc6, 0xbb, 0xcc, 0x88, 0xc2, 0xad},
10671		output: [][]byte{[]byte{0xc6, 0xbb, 0xcc, 0x88, 0xc2, 0xad}},
10672	},
10673	{
10674		input:  []byte{0xc6, 0xbb, 0xcc, 0x80},
10675		output: [][]byte{[]byte{0xc6, 0xbb, 0xcc, 0x80}},
10676	},
10677	{
10678		input:  []byte{0xc6, 0xbb, 0xcc, 0x88, 0xcc, 0x80},
10679		output: [][]byte{[]byte{0xc6, 0xbb, 0xcc, 0x88, 0xcc, 0x80}},
10680	},
10681	{
10682		input:  []byte{0x30, 0x1},
10683		output: [][]byte{[]byte{0x30, 0x1}},
10684	},
10685	{
10686		input:  []byte{0x30, 0xcc, 0x88, 0x1},
10687		output: [][]byte{[]byte{0x30, 0xcc, 0x88, 0x1}},
10688	},
10689	{
10690		input:  []byte{0x30, 0xd},
10691		output: [][]byte{[]byte{0x30, 0xd}},
10692	},
10693	{
10694		input:  []byte{0x30, 0xcc, 0x88, 0xd},
10695		output: [][]byte{[]byte{0x30, 0xcc, 0x88, 0xd}},
10696	},
10697	{
10698		input:  []byte{0x30, 0xa},
10699		output: [][]byte{[]byte{0x30, 0xa}},
10700	},
10701	{
10702		input:  []byte{0x30, 0xcc, 0x88, 0xa},
10703		output: [][]byte{[]byte{0x30, 0xcc, 0x88, 0xa}},
10704	},
10705	{
10706		input:  []byte{0x30, 0xc2, 0x85},
10707		output: [][]byte{[]byte{0x30, 0xc2, 0x85}},
10708	},
10709	{
10710		input:  []byte{0x30, 0xcc, 0x88, 0xc2, 0x85},
10711		output: [][]byte{[]byte{0x30, 0xcc, 0x88, 0xc2, 0x85}},
10712	},
10713	{
10714		input:  []byte{0x30, 0x9},
10715		output: [][]byte{[]byte{0x30, 0x9}},
10716	},
10717	{
10718		input:  []byte{0x30, 0xcc, 0x88, 0x9},
10719		output: [][]byte{[]byte{0x30, 0xcc, 0x88, 0x9}},
10720	},
10721	{
10722		input:  []byte{0x30, 0x61},
10723		output: [][]byte{[]byte{0x30, 0x61}},
10724	},
10725	{
10726		input:  []byte{0x30, 0xcc, 0x88, 0x61},
10727		output: [][]byte{[]byte{0x30, 0xcc, 0x88, 0x61}},
10728	},
10729	{
10730		input:  []byte{0x30, 0x41},
10731		output: [][]byte{[]byte{0x30, 0x41}},
10732	},
10733	{
10734		input:  []byte{0x30, 0xcc, 0x88, 0x41},
10735		output: [][]byte{[]byte{0x30, 0xcc, 0x88, 0x41}},
10736	},
10737	{
10738		input:  []byte{0x30, 0xc6, 0xbb},
10739		output: [][]byte{[]byte{0x30, 0xc6, 0xbb}},
10740	},
10741	{
10742		input:  []byte{0x30, 0xcc, 0x88, 0xc6, 0xbb},
10743		output: [][]byte{[]byte{0x30, 0xcc, 0x88, 0xc6, 0xbb}},
10744	},
10745	{
10746		input:  []byte{0x30, 0x30},
10747		output: [][]byte{[]byte{0x30, 0x30}},
10748	},
10749	{
10750		input:  []byte{0x30, 0xcc, 0x88, 0x30},
10751		output: [][]byte{[]byte{0x30, 0xcc, 0x88, 0x30}},
10752	},
10753	{
10754		input:  []byte{0x30, 0x2e},
10755		output: [][]byte{[]byte{0x30, 0x2e}},
10756	},
10757	{
10758		input:  []byte{0x30, 0xcc, 0x88, 0x2e},
10759		output: [][]byte{[]byte{0x30, 0xcc, 0x88, 0x2e}},
10760	},
10761	{
10762		input:  []byte{0x30, 0x21},
10763		output: [][]byte{[]byte{0x30, 0x21}},
10764	},
10765	{
10766		input:  []byte{0x30, 0xcc, 0x88, 0x21},
10767		output: [][]byte{[]byte{0x30, 0xcc, 0x88, 0x21}},
10768	},
10769	{
10770		input:  []byte{0x30, 0x22},
10771		output: [][]byte{[]byte{0x30, 0x22}},
10772	},
10773	{
10774		input:  []byte{0x30, 0xcc, 0x88, 0x22},
10775		output: [][]byte{[]byte{0x30, 0xcc, 0x88, 0x22}},
10776	},
10777	{
10778		input:  []byte{0x30, 0x2c},
10779		output: [][]byte{[]byte{0x30, 0x2c}},
10780	},
10781	{
10782		input:  []byte{0x30, 0xcc, 0x88, 0x2c},
10783		output: [][]byte{[]byte{0x30, 0xcc, 0x88, 0x2c}},
10784	},
10785	{
10786		input:  []byte{0x30, 0xc2, 0xad},
10787		output: [][]byte{[]byte{0x30, 0xc2, 0xad}},
10788	},
10789	{
10790		input:  []byte{0x30, 0xcc, 0x88, 0xc2, 0xad},
10791		output: [][]byte{[]byte{0x30, 0xcc, 0x88, 0xc2, 0xad}},
10792	},
10793	{
10794		input:  []byte{0x30, 0xcc, 0x80},
10795		output: [][]byte{[]byte{0x30, 0xcc, 0x80}},
10796	},
10797	{
10798		input:  []byte{0x30, 0xcc, 0x88, 0xcc, 0x80},
10799		output: [][]byte{[]byte{0x30, 0xcc, 0x88, 0xcc, 0x80}},
10800	},
10801	{
10802		input:  []byte{0x2e, 0x1},
10803		output: [][]byte{[]byte{0x2e}, []byte{0x1}},
10804	},
10805	{
10806		input:  []byte{0x2e, 0xcc, 0x88, 0x1},
10807		output: [][]byte{[]byte{0x2e, 0xcc, 0x88}, []byte{0x1}},
10808	},
10809	{
10810		input:  []byte{0x2e, 0xd},
10811		output: [][]byte{[]byte{0x2e, 0xd}},
10812	},
10813	{
10814		input:  []byte{0x2e, 0xcc, 0x88, 0xd},
10815		output: [][]byte{[]byte{0x2e, 0xcc, 0x88, 0xd}},
10816	},
10817	{
10818		input:  []byte{0x2e, 0xa},
10819		output: [][]byte{[]byte{0x2e, 0xa}},
10820	},
10821	{
10822		input:  []byte{0x2e, 0xcc, 0x88, 0xa},
10823		output: [][]byte{[]byte{0x2e, 0xcc, 0x88, 0xa}},
10824	},
10825	{
10826		input:  []byte{0x2e, 0xc2, 0x85},
10827		output: [][]byte{[]byte{0x2e, 0xc2, 0x85}},
10828	},
10829	{
10830		input:  []byte{0x2e, 0xcc, 0x88, 0xc2, 0x85},
10831		output: [][]byte{[]byte{0x2e, 0xcc, 0x88, 0xc2, 0x85}},
10832	},
10833	{
10834		input:  []byte{0x2e, 0x9},
10835		output: [][]byte{[]byte{0x2e, 0x9}},
10836	},
10837	{
10838		input:  []byte{0x2e, 0xcc, 0x88, 0x9},
10839		output: [][]byte{[]byte{0x2e, 0xcc, 0x88, 0x9}},
10840	},
10841	{
10842		input:  []byte{0x2e, 0x61},
10843		output: [][]byte{[]byte{0x2e, 0x61}},
10844	},
10845	{
10846		input:  []byte{0x2e, 0xcc, 0x88, 0x61},
10847		output: [][]byte{[]byte{0x2e, 0xcc, 0x88, 0x61}},
10848	},
10849	{
10850		input:  []byte{0x2e, 0x41},
10851		output: [][]byte{[]byte{0x2e}, []byte{0x41}},
10852	},
10853	{
10854		input:  []byte{0x2e, 0xcc, 0x88, 0x41},
10855		output: [][]byte{[]byte{0x2e, 0xcc, 0x88}, []byte{0x41}},
10856	},
10857	{
10858		input:  []byte{0x2e, 0xc6, 0xbb},
10859		output: [][]byte{[]byte{0x2e}, []byte{0xc6, 0xbb}},
10860	},
10861	{
10862		input:  []byte{0x2e, 0xcc, 0x88, 0xc6, 0xbb},
10863		output: [][]byte{[]byte{0x2e, 0xcc, 0x88}, []byte{0xc6, 0xbb}},
10864	},
10865	{
10866		input:  []byte{0x2e, 0x30},
10867		output: [][]byte{[]byte{0x2e, 0x30}},
10868	},
10869	{
10870		input:  []byte{0x2e, 0xcc, 0x88, 0x30},
10871		output: [][]byte{[]byte{0x2e, 0xcc, 0x88, 0x30}},
10872	},
10873	{
10874		input:  []byte{0x2e, 0x2e},
10875		output: [][]byte{[]byte{0x2e, 0x2e}},
10876	},
10877	{
10878		input:  []byte{0x2e, 0xcc, 0x88, 0x2e},
10879		output: [][]byte{[]byte{0x2e, 0xcc, 0x88, 0x2e}},
10880	},
10881	{
10882		input:  []byte{0x2e, 0x21},
10883		output: [][]byte{[]byte{0x2e, 0x21}},
10884	},
10885	{
10886		input:  []byte{0x2e, 0xcc, 0x88, 0x21},
10887		output: [][]byte{[]byte{0x2e, 0xcc, 0x88, 0x21}},
10888	},
10889	{
10890		input:  []byte{0x2e, 0x22},
10891		output: [][]byte{[]byte{0x2e, 0x22}},
10892	},
10893	{
10894		input:  []byte{0x2e, 0xcc, 0x88, 0x22},
10895		output: [][]byte{[]byte{0x2e, 0xcc, 0x88, 0x22}},
10896	},
10897	{
10898		input:  []byte{0x2e, 0x2c},
10899		output: [][]byte{[]byte{0x2e, 0x2c}},
10900	},
10901	{
10902		input:  []byte{0x2e, 0xcc, 0x88, 0x2c},
10903		output: [][]byte{[]byte{0x2e, 0xcc, 0x88, 0x2c}},
10904	},
10905	{
10906		input:  []byte{0x2e, 0xc2, 0xad},
10907		output: [][]byte{[]byte{0x2e, 0xc2, 0xad}},
10908	},
10909	{
10910		input:  []byte{0x2e, 0xcc, 0x88, 0xc2, 0xad},
10911		output: [][]byte{[]byte{0x2e, 0xcc, 0x88, 0xc2, 0xad}},
10912	},
10913	{
10914		input:  []byte{0x2e, 0xcc, 0x80},
10915		output: [][]byte{[]byte{0x2e, 0xcc, 0x80}},
10916	},
10917	{
10918		input:  []byte{0x2e, 0xcc, 0x88, 0xcc, 0x80},
10919		output: [][]byte{[]byte{0x2e, 0xcc, 0x88, 0xcc, 0x80}},
10920	},
10921	{
10922		input:  []byte{0x21, 0x1},
10923		output: [][]byte{[]byte{0x21}, []byte{0x1}},
10924	},
10925	{
10926		input:  []byte{0x21, 0xcc, 0x88, 0x1},
10927		output: [][]byte{[]byte{0x21, 0xcc, 0x88}, []byte{0x1}},
10928	},
10929	{
10930		input:  []byte{0x21, 0xd},
10931		output: [][]byte{[]byte{0x21, 0xd}},
10932	},
10933	{
10934		input:  []byte{0x21, 0xcc, 0x88, 0xd},
10935		output: [][]byte{[]byte{0x21, 0xcc, 0x88, 0xd}},
10936	},
10937	{
10938		input:  []byte{0x21, 0xa},
10939		output: [][]byte{[]byte{0x21, 0xa}},
10940	},
10941	{
10942		input:  []byte{0x21, 0xcc, 0x88, 0xa},
10943		output: [][]byte{[]byte{0x21, 0xcc, 0x88, 0xa}},
10944	},
10945	{
10946		input:  []byte{0x21, 0xc2, 0x85},
10947		output: [][]byte{[]byte{0x21, 0xc2, 0x85}},
10948	},
10949	{
10950		input:  []byte{0x21, 0xcc, 0x88, 0xc2, 0x85},
10951		output: [][]byte{[]byte{0x21, 0xcc, 0x88, 0xc2, 0x85}},
10952	},
10953	{
10954		input:  []byte{0x21, 0x9},
10955		output: [][]byte{[]byte{0x21, 0x9}},
10956	},
10957	{
10958		input:  []byte{0x21, 0xcc, 0x88, 0x9},
10959		output: [][]byte{[]byte{0x21, 0xcc, 0x88, 0x9}},
10960	},
10961	{
10962		input:  []byte{0x21, 0x61},
10963		output: [][]byte{[]byte{0x21}, []byte{0x61}},
10964	},
10965	{
10966		input:  []byte{0x21, 0xcc, 0x88, 0x61},
10967		output: [][]byte{[]byte{0x21, 0xcc, 0x88}, []byte{0x61}},
10968	},
10969	{
10970		input:  []byte{0x21, 0x41},
10971		output: [][]byte{[]byte{0x21}, []byte{0x41}},
10972	},
10973	{
10974		input:  []byte{0x21, 0xcc, 0x88, 0x41},
10975		output: [][]byte{[]byte{0x21, 0xcc, 0x88}, []byte{0x41}},
10976	},
10977	{
10978		input:  []byte{0x21, 0xc6, 0xbb},
10979		output: [][]byte{[]byte{0x21}, []byte{0xc6, 0xbb}},
10980	},
10981	{
10982		input:  []byte{0x21, 0xcc, 0x88, 0xc6, 0xbb},
10983		output: [][]byte{[]byte{0x21, 0xcc, 0x88}, []byte{0xc6, 0xbb}},
10984	},
10985	{
10986		input:  []byte{0x21, 0x30},
10987		output: [][]byte{[]byte{0x21}, []byte{0x30}},
10988	},
10989	{
10990		input:  []byte{0x21, 0xcc, 0x88, 0x30},
10991		output: [][]byte{[]byte{0x21, 0xcc, 0x88}, []byte{0x30}},
10992	},
10993	{
10994		input:  []byte{0x21, 0x2e},
10995		output: [][]byte{[]byte{0x21, 0x2e}},
10996	},
10997	{
10998		input:  []byte{0x21, 0xcc, 0x88, 0x2e},
10999		output: [][]byte{[]byte{0x21, 0xcc, 0x88, 0x2e}},
11000	},
11001	{
11002		input:  []byte{0x21, 0x21},
11003		output: [][]byte{[]byte{0x21, 0x21}},
11004	},
11005	{
11006		input:  []byte{0x21, 0xcc, 0x88, 0x21},
11007		output: [][]byte{[]byte{0x21, 0xcc, 0x88, 0x21}},
11008	},
11009	{
11010		input:  []byte{0x21, 0x22},
11011		output: [][]byte{[]byte{0x21, 0x22}},
11012	},
11013	{
11014		input:  []byte{0x21, 0xcc, 0x88, 0x22},
11015		output: [][]byte{[]byte{0x21, 0xcc, 0x88, 0x22}},
11016	},
11017	{
11018		input:  []byte{0x21, 0x2c},
11019		output: [][]byte{[]byte{0x21, 0x2c}},
11020	},
11021	{
11022		input:  []byte{0x21, 0xcc, 0x88, 0x2c},
11023		output: [][]byte{[]byte{0x21, 0xcc, 0x88, 0x2c}},
11024	},
11025	{
11026		input:  []byte{0x21, 0xc2, 0xad},
11027		output: [][]byte{[]byte{0x21, 0xc2, 0xad}},
11028	},
11029	{
11030		input:  []byte{0x21, 0xcc, 0x88, 0xc2, 0xad},
11031		output: [][]byte{[]byte{0x21, 0xcc, 0x88, 0xc2, 0xad}},
11032	},
11033	{
11034		input:  []byte{0x21, 0xcc, 0x80},
11035		output: [][]byte{[]byte{0x21, 0xcc, 0x80}},
11036	},
11037	{
11038		input:  []byte{0x21, 0xcc, 0x88, 0xcc, 0x80},
11039		output: [][]byte{[]byte{0x21, 0xcc, 0x88, 0xcc, 0x80}},
11040	},
11041	{
11042		input:  []byte{0x22, 0x1},
11043		output: [][]byte{[]byte{0x22, 0x1}},
11044	},
11045	{
11046		input:  []byte{0x22, 0xcc, 0x88, 0x1},
11047		output: [][]byte{[]byte{0x22, 0xcc, 0x88, 0x1}},
11048	},
11049	{
11050		input:  []byte{0x22, 0xd},
11051		output: [][]byte{[]byte{0x22, 0xd}},
11052	},
11053	{
11054		input:  []byte{0x22, 0xcc, 0x88, 0xd},
11055		output: [][]byte{[]byte{0x22, 0xcc, 0x88, 0xd}},
11056	},
11057	{
11058		input:  []byte{0x22, 0xa},
11059		output: [][]byte{[]byte{0x22, 0xa}},
11060	},
11061	{
11062		input:  []byte{0x22, 0xcc, 0x88, 0xa},
11063		output: [][]byte{[]byte{0x22, 0xcc, 0x88, 0xa}},
11064	},
11065	{
11066		input:  []byte{0x22, 0xc2, 0x85},
11067		output: [][]byte{[]byte{0x22, 0xc2, 0x85}},
11068	},
11069	{
11070		input:  []byte{0x22, 0xcc, 0x88, 0xc2, 0x85},
11071		output: [][]byte{[]byte{0x22, 0xcc, 0x88, 0xc2, 0x85}},
11072	},
11073	{
11074		input:  []byte{0x22, 0x9},
11075		output: [][]byte{[]byte{0x22, 0x9}},
11076	},
11077	{
11078		input:  []byte{0x22, 0xcc, 0x88, 0x9},
11079		output: [][]byte{[]byte{0x22, 0xcc, 0x88, 0x9}},
11080	},
11081	{
11082		input:  []byte{0x22, 0x61},
11083		output: [][]byte{[]byte{0x22, 0x61}},
11084	},
11085	{
11086		input:  []byte{0x22, 0xcc, 0x88, 0x61},
11087		output: [][]byte{[]byte{0x22, 0xcc, 0x88, 0x61}},
11088	},
11089	{
11090		input:  []byte{0x22, 0x41},
11091		output: [][]byte{[]byte{0x22, 0x41}},
11092	},
11093	{
11094		input:  []byte{0x22, 0xcc, 0x88, 0x41},
11095		output: [][]byte{[]byte{0x22, 0xcc, 0x88, 0x41}},
11096	},
11097	{
11098		input:  []byte{0x22, 0xc6, 0xbb},
11099		output: [][]byte{[]byte{0x22, 0xc6, 0xbb}},
11100	},
11101	{
11102		input:  []byte{0x22, 0xcc, 0x88, 0xc6, 0xbb},
11103		output: [][]byte{[]byte{0x22, 0xcc, 0x88, 0xc6, 0xbb}},
11104	},
11105	{
11106		input:  []byte{0x22, 0x30},
11107		output: [][]byte{[]byte{0x22, 0x30}},
11108	},
11109	{
11110		input:  []byte{0x22, 0xcc, 0x88, 0x30},
11111		output: [][]byte{[]byte{0x22, 0xcc, 0x88, 0x30}},
11112	},
11113	{
11114		input:  []byte{0x22, 0x2e},
11115		output: [][]byte{[]byte{0x22, 0x2e}},
11116	},
11117	{
11118		input:  []byte{0x22, 0xcc, 0x88, 0x2e},
11119		output: [][]byte{[]byte{0x22, 0xcc, 0x88, 0x2e}},
11120	},
11121	{
11122		input:  []byte{0x22, 0x21},
11123		output: [][]byte{[]byte{0x22, 0x21}},
11124	},
11125	{
11126		input:  []byte{0x22, 0xcc, 0x88, 0x21},
11127		output: [][]byte{[]byte{0x22, 0xcc, 0x88, 0x21}},
11128	},
11129	{
11130		input:  []byte{0x22, 0x22},
11131		output: [][]byte{[]byte{0x22, 0x22}},
11132	},
11133	{
11134		input:  []byte{0x22, 0xcc, 0x88, 0x22},
11135		output: [][]byte{[]byte{0x22, 0xcc, 0x88, 0x22}},
11136	},
11137	{
11138		input:  []byte{0x22, 0x2c},
11139		output: [][]byte{[]byte{0x22, 0x2c}},
11140	},
11141	{
11142		input:  []byte{0x22, 0xcc, 0x88, 0x2c},
11143		output: [][]byte{[]byte{0x22, 0xcc, 0x88, 0x2c}},
11144	},
11145	{
11146		input:  []byte{0x22, 0xc2, 0xad},
11147		output: [][]byte{[]byte{0x22, 0xc2, 0xad}},
11148	},
11149	{
11150		input:  []byte{0x22, 0xcc, 0x88, 0xc2, 0xad},
11151		output: [][]byte{[]byte{0x22, 0xcc, 0x88, 0xc2, 0xad}},
11152	},
11153	{
11154		input:  []byte{0x22, 0xcc, 0x80},
11155		output: [][]byte{[]byte{0x22, 0xcc, 0x80}},
11156	},
11157	{
11158		input:  []byte{0x22, 0xcc, 0x88, 0xcc, 0x80},
11159		output: [][]byte{[]byte{0x22, 0xcc, 0x88, 0xcc, 0x80}},
11160	},
11161	{
11162		input:  []byte{0x2c, 0x1},
11163		output: [][]byte{[]byte{0x2c, 0x1}},
11164	},
11165	{
11166		input:  []byte{0x2c, 0xcc, 0x88, 0x1},
11167		output: [][]byte{[]byte{0x2c, 0xcc, 0x88, 0x1}},
11168	},
11169	{
11170		input:  []byte{0x2c, 0xd},
11171		output: [][]byte{[]byte{0x2c, 0xd}},
11172	},
11173	{
11174		input:  []byte{0x2c, 0xcc, 0x88, 0xd},
11175		output: [][]byte{[]byte{0x2c, 0xcc, 0x88, 0xd}},
11176	},
11177	{
11178		input:  []byte{0x2c, 0xa},
11179		output: [][]byte{[]byte{0x2c, 0xa}},
11180	},
11181	{
11182		input:  []byte{0x2c, 0xcc, 0x88, 0xa},
11183		output: [][]byte{[]byte{0x2c, 0xcc, 0x88, 0xa}},
11184	},
11185	{
11186		input:  []byte{0x2c, 0xc2, 0x85},
11187		output: [][]byte{[]byte{0x2c, 0xc2, 0x85}},
11188	},
11189	{
11190		input:  []byte{0x2c, 0xcc, 0x88, 0xc2, 0x85},
11191		output: [][]byte{[]byte{0x2c, 0xcc, 0x88, 0xc2, 0x85}},
11192	},
11193	{
11194		input:  []byte{0x2c, 0x9},
11195		output: [][]byte{[]byte{0x2c, 0x9}},
11196	},
11197	{
11198		input:  []byte{0x2c, 0xcc, 0x88, 0x9},
11199		output: [][]byte{[]byte{0x2c, 0xcc, 0x88, 0x9}},
11200	},
11201	{
11202		input:  []byte{0x2c, 0x61},
11203		output: [][]byte{[]byte{0x2c, 0x61}},
11204	},
11205	{
11206		input:  []byte{0x2c, 0xcc, 0x88, 0x61},
11207		output: [][]byte{[]byte{0x2c, 0xcc, 0x88, 0x61}},
11208	},
11209	{
11210		input:  []byte{0x2c, 0x41},
11211		output: [][]byte{[]byte{0x2c, 0x41}},
11212	},
11213	{
11214		input:  []byte{0x2c, 0xcc, 0x88, 0x41},
11215		output: [][]byte{[]byte{0x2c, 0xcc, 0x88, 0x41}},
11216	},
11217	{
11218		input:  []byte{0x2c, 0xc6, 0xbb},
11219		output: [][]byte{[]byte{0x2c, 0xc6, 0xbb}},
11220	},
11221	{
11222		input:  []byte{0x2c, 0xcc, 0x88, 0xc6, 0xbb},
11223		output: [][]byte{[]byte{0x2c, 0xcc, 0x88, 0xc6, 0xbb}},
11224	},
11225	{
11226		input:  []byte{0x2c, 0x30},
11227		output: [][]byte{[]byte{0x2c, 0x30}},
11228	},
11229	{
11230		input:  []byte{0x2c, 0xcc, 0x88, 0x30},
11231		output: [][]byte{[]byte{0x2c, 0xcc, 0x88, 0x30}},
11232	},
11233	{
11234		input:  []byte{0x2c, 0x2e},
11235		output: [][]byte{[]byte{0x2c, 0x2e}},
11236	},
11237	{
11238		input:  []byte{0x2c, 0xcc, 0x88, 0x2e},
11239		output: [][]byte{[]byte{0x2c, 0xcc, 0x88, 0x2e}},
11240	},
11241	{
11242		input:  []byte{0x2c, 0x21},
11243		output: [][]byte{[]byte{0x2c, 0x21}},
11244	},
11245	{
11246		input:  []byte{0x2c, 0xcc, 0x88, 0x21},
11247		output: [][]byte{[]byte{0x2c, 0xcc, 0x88, 0x21}},
11248	},
11249	{
11250		input:  []byte{0x2c, 0x22},
11251		output: [][]byte{[]byte{0x2c, 0x22}},
11252	},
11253	{
11254		input:  []byte{0x2c, 0xcc, 0x88, 0x22},
11255		output: [][]byte{[]byte{0x2c, 0xcc, 0x88, 0x22}},
11256	},
11257	{
11258		input:  []byte{0x2c, 0x2c},
11259		output: [][]byte{[]byte{0x2c, 0x2c}},
11260	},
11261	{
11262		input:  []byte{0x2c, 0xcc, 0x88, 0x2c},
11263		output: [][]byte{[]byte{0x2c, 0xcc, 0x88, 0x2c}},
11264	},
11265	{
11266		input:  []byte{0x2c, 0xc2, 0xad},
11267		output: [][]byte{[]byte{0x2c, 0xc2, 0xad}},
11268	},
11269	{
11270		input:  []byte{0x2c, 0xcc, 0x88, 0xc2, 0xad},
11271		output: [][]byte{[]byte{0x2c, 0xcc, 0x88, 0xc2, 0xad}},
11272	},
11273	{
11274		input:  []byte{0x2c, 0xcc, 0x80},
11275		output: [][]byte{[]byte{0x2c, 0xcc, 0x80}},
11276	},
11277	{
11278		input:  []byte{0x2c, 0xcc, 0x88, 0xcc, 0x80},
11279		output: [][]byte{[]byte{0x2c, 0xcc, 0x88, 0xcc, 0x80}},
11280	},
11281	{
11282		input:  []byte{0xc2, 0xad, 0x1},
11283		output: [][]byte{[]byte{0xc2, 0xad, 0x1}},
11284	},
11285	{
11286		input:  []byte{0xc2, 0xad, 0xcc, 0x88, 0x1},
11287		output: [][]byte{[]byte{0xc2, 0xad, 0xcc, 0x88, 0x1}},
11288	},
11289	{
11290		input:  []byte{0xc2, 0xad, 0xd},
11291		output: [][]byte{[]byte{0xc2, 0xad, 0xd}},
11292	},
11293	{
11294		input:  []byte{0xc2, 0xad, 0xcc, 0x88, 0xd},
11295		output: [][]byte{[]byte{0xc2, 0xad, 0xcc, 0x88, 0xd}},
11296	},
11297	{
11298		input:  []byte{0xc2, 0xad, 0xa},
11299		output: [][]byte{[]byte{0xc2, 0xad, 0xa}},
11300	},
11301	{
11302		input:  []byte{0xc2, 0xad, 0xcc, 0x88, 0xa},
11303		output: [][]byte{[]byte{0xc2, 0xad, 0xcc, 0x88, 0xa}},
11304	},
11305	{
11306		input:  []byte{0xc2, 0xad, 0xc2, 0x85},
11307		output: [][]byte{[]byte{0xc2, 0xad, 0xc2, 0x85}},
11308	},
11309	{
11310		input:  []byte{0xc2, 0xad, 0xcc, 0x88, 0xc2, 0x85},
11311		output: [][]byte{[]byte{0xc2, 0xad, 0xcc, 0x88, 0xc2, 0x85}},
11312	},
11313	{
11314		input:  []byte{0xc2, 0xad, 0x9},
11315		output: [][]byte{[]byte{0xc2, 0xad, 0x9}},
11316	},
11317	{
11318		input:  []byte{0xc2, 0xad, 0xcc, 0x88, 0x9},
11319		output: [][]byte{[]byte{0xc2, 0xad, 0xcc, 0x88, 0x9}},
11320	},
11321	{
11322		input:  []byte{0xc2, 0xad, 0x61},
11323		output: [][]byte{[]byte{0xc2, 0xad, 0x61}},
11324	},
11325	{
11326		input:  []byte{0xc2, 0xad, 0xcc, 0x88, 0x61},
11327		output: [][]byte{[]byte{0xc2, 0xad, 0xcc, 0x88, 0x61}},
11328	},
11329	{
11330		input:  []byte{0xc2, 0xad, 0x41},
11331		output: [][]byte{[]byte{0xc2, 0xad, 0x41}},
11332	},
11333	{
11334		input:  []byte{0xc2, 0xad, 0xcc, 0x88, 0x41},
11335		output: [][]byte{[]byte{0xc2, 0xad, 0xcc, 0x88, 0x41}},
11336	},
11337	{
11338		input:  []byte{0xc2, 0xad, 0xc6, 0xbb},
11339		output: [][]byte{[]byte{0xc2, 0xad, 0xc6, 0xbb}},
11340	},
11341	{
11342		input:  []byte{0xc2, 0xad, 0xcc, 0x88, 0xc6, 0xbb},
11343		output: [][]byte{[]byte{0xc2, 0xad, 0xcc, 0x88, 0xc6, 0xbb}},
11344	},
11345	{
11346		input:  []byte{0xc2, 0xad, 0x30},
11347		output: [][]byte{[]byte{0xc2, 0xad, 0x30}},
11348	},
11349	{
11350		input:  []byte{0xc2, 0xad, 0xcc, 0x88, 0x30},
11351		output: [][]byte{[]byte{0xc2, 0xad, 0xcc, 0x88, 0x30}},
11352	},
11353	{
11354		input:  []byte{0xc2, 0xad, 0x2e},
11355		output: [][]byte{[]byte{0xc2, 0xad, 0x2e}},
11356	},
11357	{
11358		input:  []byte{0xc2, 0xad, 0xcc, 0x88, 0x2e},
11359		output: [][]byte{[]byte{0xc2, 0xad, 0xcc, 0x88, 0x2e}},
11360	},
11361	{
11362		input:  []byte{0xc2, 0xad, 0x21},
11363		output: [][]byte{[]byte{0xc2, 0xad, 0x21}},
11364	},
11365	{
11366		input:  []byte{0xc2, 0xad, 0xcc, 0x88, 0x21},
11367		output: [][]byte{[]byte{0xc2, 0xad, 0xcc, 0x88, 0x21}},
11368	},
11369	{
11370		input:  []byte{0xc2, 0xad, 0x22},
11371		output: [][]byte{[]byte{0xc2, 0xad, 0x22}},
11372	},
11373	{
11374		input:  []byte{0xc2, 0xad, 0xcc, 0x88, 0x22},
11375		output: [][]byte{[]byte{0xc2, 0xad, 0xcc, 0x88, 0x22}},
11376	},
11377	{
11378		input:  []byte{0xc2, 0xad, 0x2c},
11379		output: [][]byte{[]byte{0xc2, 0xad, 0x2c}},
11380	},
11381	{
11382		input:  []byte{0xc2, 0xad, 0xcc, 0x88, 0x2c},
11383		output: [][]byte{[]byte{0xc2, 0xad, 0xcc, 0x88, 0x2c}},
11384	},
11385	{
11386		input:  []byte{0xc2, 0xad, 0xc2, 0xad},
11387		output: [][]byte{[]byte{0xc2, 0xad, 0xc2, 0xad}},
11388	},
11389	{
11390		input:  []byte{0xc2, 0xad, 0xcc, 0x88, 0xc2, 0xad},
11391		output: [][]byte{[]byte{0xc2, 0xad, 0xcc, 0x88, 0xc2, 0xad}},
11392	},
11393	{
11394		input:  []byte{0xc2, 0xad, 0xcc, 0x80},
11395		output: [][]byte{[]byte{0xc2, 0xad, 0xcc, 0x80}},
11396	},
11397	{
11398		input:  []byte{0xc2, 0xad, 0xcc, 0x88, 0xcc, 0x80},
11399		output: [][]byte{[]byte{0xc2, 0xad, 0xcc, 0x88, 0xcc, 0x80}},
11400	},
11401	{
11402		input:  []byte{0xcc, 0x80, 0x1},
11403		output: [][]byte{[]byte{0xcc, 0x80, 0x1}},
11404	},
11405	{
11406		input:  []byte{0xcc, 0x80, 0xcc, 0x88, 0x1},
11407		output: [][]byte{[]byte{0xcc, 0x80, 0xcc, 0x88, 0x1}},
11408	},
11409	{
11410		input:  []byte{0xcc, 0x80, 0xd},
11411		output: [][]byte{[]byte{0xcc, 0x80, 0xd}},
11412	},
11413	{
11414		input:  []byte{0xcc, 0x80, 0xcc, 0x88, 0xd},
11415		output: [][]byte{[]byte{0xcc, 0x80, 0xcc, 0x88, 0xd}},
11416	},
11417	{
11418		input:  []byte{0xcc, 0x80, 0xa},
11419		output: [][]byte{[]byte{0xcc, 0x80, 0xa}},
11420	},
11421	{
11422		input:  []byte{0xcc, 0x80, 0xcc, 0x88, 0xa},
11423		output: [][]byte{[]byte{0xcc, 0x80, 0xcc, 0x88, 0xa}},
11424	},
11425	{
11426		input:  []byte{0xcc, 0x80, 0xc2, 0x85},
11427		output: [][]byte{[]byte{0xcc, 0x80, 0xc2, 0x85}},
11428	},
11429	{
11430		input:  []byte{0xcc, 0x80, 0xcc, 0x88, 0xc2, 0x85},
11431		output: [][]byte{[]byte{0xcc, 0x80, 0xcc, 0x88, 0xc2, 0x85}},
11432	},
11433	{
11434		input:  []byte{0xcc, 0x80, 0x9},
11435		output: [][]byte{[]byte{0xcc, 0x80, 0x9}},
11436	},
11437	{
11438		input:  []byte{0xcc, 0x80, 0xcc, 0x88, 0x9},
11439		output: [][]byte{[]byte{0xcc, 0x80, 0xcc, 0x88, 0x9}},
11440	},
11441	{
11442		input:  []byte{0xcc, 0x80, 0x61},
11443		output: [][]byte{[]byte{0xcc, 0x80, 0x61}},
11444	},
11445	{
11446		input:  []byte{0xcc, 0x80, 0xcc, 0x88, 0x61},
11447		output: [][]byte{[]byte{0xcc, 0x80, 0xcc, 0x88, 0x61}},
11448	},
11449	{
11450		input:  []byte{0xcc, 0x80, 0x41},
11451		output: [][]byte{[]byte{0xcc, 0x80, 0x41}},
11452	},
11453	{
11454		input:  []byte{0xcc, 0x80, 0xcc, 0x88, 0x41},
11455		output: [][]byte{[]byte{0xcc, 0x80, 0xcc, 0x88, 0x41}},
11456	},
11457	{
11458		input:  []byte{0xcc, 0x80, 0xc6, 0xbb},
11459		output: [][]byte{[]byte{0xcc, 0x80, 0xc6, 0xbb}},
11460	},
11461	{
11462		input:  []byte{0xcc, 0x80, 0xcc, 0x88, 0xc6, 0xbb},
11463		output: [][]byte{[]byte{0xcc, 0x80, 0xcc, 0x88, 0xc6, 0xbb}},
11464	},
11465	{
11466		input:  []byte{0xcc, 0x80, 0x30},
11467		output: [][]byte{[]byte{0xcc, 0x80, 0x30}},
11468	},
11469	{
11470		input:  []byte{0xcc, 0x80, 0xcc, 0x88, 0x30},
11471		output: [][]byte{[]byte{0xcc, 0x80, 0xcc, 0x88, 0x30}},
11472	},
11473	{
11474		input:  []byte{0xcc, 0x80, 0x2e},
11475		output: [][]byte{[]byte{0xcc, 0x80, 0x2e}},
11476	},
11477	{
11478		input:  []byte{0xcc, 0x80, 0xcc, 0x88, 0x2e},
11479		output: [][]byte{[]byte{0xcc, 0x80, 0xcc, 0x88, 0x2e}},
11480	},
11481	{
11482		input:  []byte{0xcc, 0x80, 0x21},
11483		output: [][]byte{[]byte{0xcc, 0x80, 0x21}},
11484	},
11485	{
11486		input:  []byte{0xcc, 0x80, 0xcc, 0x88, 0x21},
11487		output: [][]byte{[]byte{0xcc, 0x80, 0xcc, 0x88, 0x21}},
11488	},
11489	{
11490		input:  []byte{0xcc, 0x80, 0x22},
11491		output: [][]byte{[]byte{0xcc, 0x80, 0x22}},
11492	},
11493	{
11494		input:  []byte{0xcc, 0x80, 0xcc, 0x88, 0x22},
11495		output: [][]byte{[]byte{0xcc, 0x80, 0xcc, 0x88, 0x22}},
11496	},
11497	{
11498		input:  []byte{0xcc, 0x80, 0x2c},
11499		output: [][]byte{[]byte{0xcc, 0x80, 0x2c}},
11500	},
11501	{
11502		input:  []byte{0xcc, 0x80, 0xcc, 0x88, 0x2c},
11503		output: [][]byte{[]byte{0xcc, 0x80, 0xcc, 0x88, 0x2c}},
11504	},
11505	{
11506		input:  []byte{0xcc, 0x80, 0xc2, 0xad},
11507		output: [][]byte{[]byte{0xcc, 0x80, 0xc2, 0xad}},
11508	},
11509	{
11510		input:  []byte{0xcc, 0x80, 0xcc, 0x88, 0xc2, 0xad},
11511		output: [][]byte{[]byte{0xcc, 0x80, 0xcc, 0x88, 0xc2, 0xad}},
11512	},
11513	{
11514		input:  []byte{0xcc, 0x80, 0xcc, 0x80},
11515		output: [][]byte{[]byte{0xcc, 0x80, 0xcc, 0x80}},
11516	},
11517	{
11518		input:  []byte{0xcc, 0x80, 0xcc, 0x88, 0xcc, 0x80},
11519		output: [][]byte{[]byte{0xcc, 0x80, 0xcc, 0x88, 0xcc, 0x80}},
11520	},
11521	{
11522		input:  []byte{0xd, 0xa, 0x61, 0xa, 0xcc, 0x88},
11523		output: [][]byte{[]byte{0xd, 0xa}, []byte{0x61, 0xa}, []byte{0xcc, 0x88}},
11524	},
11525	{
11526		input:  []byte{0x61, 0xcc, 0x88},
11527		output: [][]byte{[]byte{0x61, 0xcc, 0x88}},
11528	},
11529	{
11530		input:  []byte{0x20, 0xe2, 0x80, 0x8d, 0xd9, 0x86},
11531		output: [][]byte{[]byte{0x20, 0xe2, 0x80, 0x8d, 0xd9, 0x86}},
11532	},
11533	{
11534		input:  []byte{0xd9, 0x86, 0xe2, 0x80, 0x8d, 0x20},
11535		output: [][]byte{[]byte{0xd9, 0x86, 0xe2, 0x80, 0x8d, 0x20}},
11536	},
11537	{
11538		input:  []byte{0x28, 0x22, 0x47, 0x6f, 0x2e, 0x22, 0x29, 0x20, 0x28, 0x48, 0x65, 0x20, 0x64, 0x69, 0x64, 0x2e, 0x29},
11539		output: [][]byte{[]byte{0x28, 0x22, 0x47, 0x6f, 0x2e, 0x22, 0x29, 0x20}, []byte{0x28, 0x48, 0x65, 0x20, 0x64, 0x69, 0x64, 0x2e, 0x29}},
11540	},
11541	{
11542		input:  []byte{0x28, 0xe2, 0x80, 0x9c, 0x47, 0x6f, 0x3f, 0xe2, 0x80, 0x9d, 0x29, 0x20, 0x28, 0x48, 0x65, 0x20, 0x64, 0x69, 0x64, 0x2e, 0x29},
11543		output: [][]byte{[]byte{0x28, 0xe2, 0x80, 0x9c, 0x47, 0x6f, 0x3f, 0xe2, 0x80, 0x9d, 0x29, 0x20}, []byte{0x28, 0x48, 0x65, 0x20, 0x64, 0x69, 0x64, 0x2e, 0x29}},
11544	},
11545	{
11546		input:  []byte{0x55, 0x2e, 0x53, 0x2e, 0x41, 0xcc, 0x80, 0x2e, 0x20, 0x69, 0x73},
11547		output: [][]byte{[]byte{0x55, 0x2e, 0x53, 0x2e, 0x41, 0xcc, 0x80, 0x2e, 0x20, 0x69, 0x73}},
11548	},
11549	{
11550		input:  []byte{0x55, 0x2e, 0x53, 0x2e, 0x41, 0xcc, 0x80, 0x3f, 0x20, 0x48, 0x65},
11551		output: [][]byte{[]byte{0x55, 0x2e, 0x53, 0x2e, 0x41, 0xcc, 0x80, 0x3f, 0x20}, []byte{0x48, 0x65}},
11552	},
11553	{
11554		input:  []byte{0x55, 0x2e, 0x53, 0x2e, 0x41, 0xcc, 0x80, 0x2e},
11555		output: [][]byte{[]byte{0x55, 0x2e, 0x53, 0x2e, 0x41, 0xcc, 0x80, 0x2e}},
11556	},
11557	{
11558		input:  []byte{0x33, 0x2e, 0x34},
11559		output: [][]byte{[]byte{0x33, 0x2e, 0x34}},
11560	},
11561	{
11562		input:  []byte{0x63, 0x2e, 0x64},
11563		output: [][]byte{[]byte{0x63, 0x2e, 0x64}},
11564	},
11565	{
11566		input:  []byte{0x43, 0x2e, 0x64},
11567		output: [][]byte{[]byte{0x43, 0x2e, 0x64}},
11568	},
11569	{
11570		input:  []byte{0x63, 0x2e, 0x44},
11571		output: [][]byte{[]byte{0x63, 0x2e, 0x44}},
11572	},
11573	{
11574		input:  []byte{0x43, 0x2e, 0x44},
11575		output: [][]byte{[]byte{0x43, 0x2e, 0x44}},
11576	},
11577	{
11578		input:  []byte{0x65, 0x74, 0x63, 0x2e, 0x29, 0xe2, 0x80, 0x99, 0xc2, 0xa0, 0x74, 0x68, 0x65},
11579		output: [][]byte{[]byte{0x65, 0x74, 0x63, 0x2e, 0x29, 0xe2, 0x80, 0x99, 0xc2, 0xa0, 0x74, 0x68, 0x65}},
11580	},
11581	{
11582		input:  []byte{0x65, 0x74, 0x63, 0x2e, 0x29, 0xe2, 0x80, 0x99, 0xc2, 0xa0, 0x54, 0x68, 0x65},
11583		output: [][]byte{[]byte{0x65, 0x74, 0x63, 0x2e, 0x29, 0xe2, 0x80, 0x99, 0xc2, 0xa0}, []byte{0x54, 0x68, 0x65}},
11584	},
11585	{
11586		input:  []byte{0x65, 0x74, 0x63, 0x2e, 0x29, 0xe2, 0x80, 0x99, 0xc2, 0xa0, 0xe2, 0x80, 0x98, 0x28, 0x74, 0x68, 0x65},
11587		output: [][]byte{[]byte{0x65, 0x74, 0x63, 0x2e, 0x29, 0xe2, 0x80, 0x99, 0xc2, 0xa0, 0xe2, 0x80, 0x98, 0x28, 0x74, 0x68, 0x65}},
11588	},
11589	{
11590		input:  []byte{0x65, 0x74, 0x63, 0x2e, 0x29, 0xe2, 0x80, 0x99, 0xc2, 0xa0, 0xe2, 0x80, 0x98, 0x28, 0x54, 0x68, 0x65},
11591		output: [][]byte{[]byte{0x65, 0x74, 0x63, 0x2e, 0x29, 0xe2, 0x80, 0x99, 0xc2, 0xa0}, []byte{0xe2, 0x80, 0x98, 0x28, 0x54, 0x68, 0x65}},
11592	},
11593	{
11594		input:  []byte{0x65, 0x74, 0x63, 0x2e, 0x29, 0xe2, 0x80, 0x99, 0xc2, 0xa0, 0xcc, 0x88, 0x74, 0x68, 0x65},
11595		output: [][]byte{[]byte{0x65, 0x74, 0x63, 0x2e, 0x29, 0xe2, 0x80, 0x99, 0xc2, 0xa0, 0xcc, 0x88, 0x74, 0x68, 0x65}},
11596	},
11597	{
11598		input:  []byte{0x65, 0x74, 0x63, 0x2e, 0x29, 0xe2, 0x80, 0x99, 0xc2, 0xa0, 0xcc, 0x88, 0x54, 0x68, 0x65},
11599		output: [][]byte{[]byte{0x65, 0x74, 0x63, 0x2e, 0x29, 0xe2, 0x80, 0x99, 0xc2, 0xa0, 0xcc, 0x88}, []byte{0x54, 0x68, 0x65}},
11600	},
11601	{
11602		input:  []byte{0x65, 0x74, 0x63, 0x2e, 0x29, 0xe2, 0x80, 0x99, 0xcc, 0x88, 0x54, 0x68, 0x65},
11603		output: [][]byte{[]byte{0x65, 0x74, 0x63, 0x2e, 0x29, 0xe2, 0x80, 0x99, 0xcc, 0x88}, []byte{0x54, 0x68, 0x65}},
11604	},
11605	{
11606		input:  []byte{0x65, 0x74, 0x63, 0x2e, 0x29, 0xa, 0xcc, 0x88, 0x54, 0x68, 0x65},
11607		output: [][]byte{[]byte{0x65, 0x74, 0x63, 0x2e, 0x29, 0xa}, []byte{0xcc, 0x88, 0x54, 0x68, 0x65}},
11608	},
11609	{
11610		input:  []byte{0x74, 0x68, 0x65, 0x20, 0x72, 0x65, 0x73, 0x70, 0x2e, 0x20, 0x6c, 0x65, 0x61, 0x64, 0x65, 0x72, 0x73, 0x20, 0x61, 0x72, 0x65},
11611		output: [][]byte{[]byte{0x74, 0x68, 0x65, 0x20, 0x72, 0x65, 0x73, 0x70, 0x2e, 0x20, 0x6c, 0x65, 0x61, 0x64, 0x65, 0x72, 0x73, 0x20, 0x61, 0x72, 0x65}},
11612	},
11613	{
11614		input:  []byte{0xe5, 0xad, 0x97, 0x2e, 0xe5, 0xad, 0x97},
11615		output: [][]byte{[]byte{0xe5, 0xad, 0x97, 0x2e}, []byte{0xe5, 0xad, 0x97}},
11616	},
11617	{
11618		input:  []byte{0x65, 0x74, 0x63, 0x2e, 0xe5, 0xae, 0x83},
11619		output: [][]byte{[]byte{0x65, 0x74, 0x63, 0x2e}, []byte{0xe5, 0xae, 0x83}},
11620	},
11621	{
11622		input:  []byte{0x65, 0x74, 0x63, 0x2e, 0xe3, 0x80, 0x82},
11623		output: [][]byte{[]byte{0x65, 0x74, 0x63, 0x2e, 0xe3, 0x80, 0x82}},
11624	},
11625	{
11626		input:  []byte{0xe5, 0xad, 0x97, 0xe3, 0x80, 0x82, 0xe5, 0xae, 0x83},
11627		output: [][]byte{[]byte{0xe5, 0xad, 0x97, 0xe3, 0x80, 0x82}, []byte{0xe5, 0xae, 0x83}},
11628	},
11629	{
11630		input:  []byte{0x21, 0x20, 0x20},
11631		output: [][]byte{[]byte{0x21, 0x20, 0x20}},
11632	},
11633	{
11634		input:  []byte{0xe2, 0x81, 0xa0, 0x28, 0xe2, 0x81, 0xa0, 0x22, 0xe2, 0x81, 0xa0, 0x47, 0xe2, 0x81, 0xa0, 0x6f, 0xe2, 0x81, 0xa0, 0x2e, 0xe2, 0x81, 0xa0, 0x22, 0xe2, 0x81, 0xa0, 0x29, 0xe2, 0x81, 0xa0, 0x20, 0xe2, 0x81, 0xa0, 0x28, 0xe2, 0x81, 0xa0, 0x48, 0xe2, 0x81, 0xa0, 0x65, 0xe2, 0x81, 0xa0, 0x20, 0xe2, 0x81, 0xa0, 0x64, 0xe2, 0x81, 0xa0, 0x69, 0xe2, 0x81, 0xa0, 0x64, 0xe2, 0x81, 0xa0, 0x2e, 0xe2, 0x81, 0xa0, 0x29, 0xe2, 0x81, 0xa0, 0xe2, 0x81, 0xa0},
11635		output: [][]byte{[]byte{0xe2, 0x81, 0xa0, 0x28, 0xe2, 0x81, 0xa0, 0x22, 0xe2, 0x81, 0xa0, 0x47, 0xe2, 0x81, 0xa0, 0x6f, 0xe2, 0x81, 0xa0, 0x2e, 0xe2, 0x81, 0xa0, 0x22, 0xe2, 0x81, 0xa0, 0x29, 0xe2, 0x81, 0xa0, 0x20, 0xe2, 0x81, 0xa0}, []byte{0x28, 0xe2, 0x81, 0xa0, 0x48, 0xe2, 0x81, 0xa0, 0x65, 0xe2, 0x81, 0xa0, 0x20, 0xe2, 0x81, 0xa0, 0x64, 0xe2, 0x81, 0xa0, 0x69, 0xe2, 0x81, 0xa0, 0x64, 0xe2, 0x81, 0xa0, 0x2e, 0xe2, 0x81, 0xa0, 0x29, 0xe2, 0x81, 0xa0, 0xe2, 0x81, 0xa0}},
11636	},
11637	{
11638		input:  []byte{0xe2, 0x81, 0xa0, 0x28, 0xe2, 0x81, 0xa0, 0xe2, 0x80, 0x9c, 0xe2, 0x81, 0xa0, 0x47, 0xe2, 0x81, 0xa0, 0x6f, 0xe2, 0x81, 0xa0, 0x3f, 0xe2, 0x81, 0xa0, 0xe2, 0x80, 0x9d, 0xe2, 0x81, 0xa0, 0x29, 0xe2, 0x81, 0xa0, 0x20, 0xe2, 0x81, 0xa0, 0x28, 0xe2, 0x81, 0xa0, 0x48, 0xe2, 0x81, 0xa0, 0x65, 0xe2, 0x81, 0xa0, 0x20, 0xe2, 0x81, 0xa0, 0x64, 0xe2, 0x81, 0xa0, 0x69, 0xe2, 0x81, 0xa0, 0x64, 0xe2, 0x81, 0xa0, 0x2e, 0xe2, 0x81, 0xa0, 0x29, 0xe2, 0x81, 0xa0, 0xe2, 0x81, 0xa0},
11639		output: [][]byte{[]byte{0xe2, 0x81, 0xa0, 0x28, 0xe2, 0x81, 0xa0, 0xe2, 0x80, 0x9c, 0xe2, 0x81, 0xa0, 0x47, 0xe2, 0x81, 0xa0, 0x6f, 0xe2, 0x81, 0xa0, 0x3f, 0xe2, 0x81, 0xa0, 0xe2, 0x80, 0x9d, 0xe2, 0x81, 0xa0, 0x29, 0xe2, 0x81, 0xa0, 0x20, 0xe2, 0x81, 0xa0}, []byte{0x28, 0xe2, 0x81, 0xa0, 0x48, 0xe2, 0x81, 0xa0, 0x65, 0xe2, 0x81, 0xa0, 0x20, 0xe2, 0x81, 0xa0, 0x64, 0xe2, 0x81, 0xa0, 0x69, 0xe2, 0x81, 0xa0, 0x64, 0xe2, 0x81, 0xa0, 0x2e, 0xe2, 0x81, 0xa0, 0x29, 0xe2, 0x81, 0xa0, 0xe2, 0x81, 0xa0}},
11640	},
11641	{
11642		input:  []byte{0xe2, 0x81, 0xa0, 0x55, 0xe2, 0x81, 0xa0, 0x2e, 0xe2, 0x81, 0xa0, 0x53, 0xe2, 0x81, 0xa0, 0x2e, 0xe2, 0x81, 0xa0, 0x41, 0xe2, 0x81, 0xa0, 0xcc, 0x80, 0x2e, 0xe2, 0x81, 0xa0, 0x20, 0xe2, 0x81, 0xa0, 0x69, 0xe2, 0x81, 0xa0, 0x73, 0xe2, 0x81, 0xa0, 0xe2, 0x81, 0xa0},
11643		output: [][]byte{[]byte{0xe2, 0x81, 0xa0, 0x55, 0xe2, 0x81, 0xa0, 0x2e, 0xe2, 0x81, 0xa0, 0x53, 0xe2, 0x81, 0xa0, 0x2e, 0xe2, 0x81, 0xa0, 0x41, 0xe2, 0x81, 0xa0, 0xcc, 0x80, 0x2e, 0xe2, 0x81, 0xa0, 0x20, 0xe2, 0x81, 0xa0, 0x69, 0xe2, 0x81, 0xa0, 0x73, 0xe2, 0x81, 0xa0, 0xe2, 0x81, 0xa0}},
11644	},
11645	{
11646		input:  []byte{0xe2, 0x81, 0xa0, 0x55, 0xe2, 0x81, 0xa0, 0x2e, 0xe2, 0x81, 0xa0, 0x53, 0xe2, 0x81, 0xa0, 0x2e, 0xe2, 0x81, 0xa0, 0x41, 0xe2, 0x81, 0xa0, 0xcc, 0x80, 0x3f, 0xe2, 0x81, 0xa0, 0x20, 0xe2, 0x81, 0xa0, 0x48, 0xe2, 0x81, 0xa0, 0x65, 0xe2, 0x81, 0xa0, 0xe2, 0x81, 0xa0},
11647		output: [][]byte{[]byte{0xe2, 0x81, 0xa0, 0x55, 0xe2, 0x81, 0xa0, 0x2e, 0xe2, 0x81, 0xa0, 0x53, 0xe2, 0x81, 0xa0, 0x2e, 0xe2, 0x81, 0xa0, 0x41, 0xe2, 0x81, 0xa0, 0xcc, 0x80, 0x3f, 0xe2, 0x81, 0xa0, 0x20, 0xe2, 0x81, 0xa0}, []byte{0x48, 0xe2, 0x81, 0xa0, 0x65, 0xe2, 0x81, 0xa0, 0xe2, 0x81, 0xa0}},
11648	},
11649	{
11650		input:  []byte{0xe2, 0x81, 0xa0, 0x55, 0xe2, 0x81, 0xa0, 0x2e, 0xe2, 0x81, 0xa0, 0x53, 0xe2, 0x81, 0xa0, 0x2e, 0xe2, 0x81, 0xa0, 0x41, 0xe2, 0x81, 0xa0, 0xcc, 0x80, 0x2e, 0xe2, 0x81, 0xa0, 0xe2, 0x81, 0xa0},
11651		output: [][]byte{[]byte{0xe2, 0x81, 0xa0, 0x55, 0xe2, 0x81, 0xa0, 0x2e, 0xe2, 0x81, 0xa0, 0x53, 0xe2, 0x81, 0xa0, 0x2e, 0xe2, 0x81, 0xa0, 0x41, 0xe2, 0x81, 0xa0, 0xcc, 0x80, 0x2e, 0xe2, 0x81, 0xa0, 0xe2, 0x81, 0xa0}},
11652	},
11653	{
11654		input:  []byte{0xe2, 0x81, 0xa0, 0x33, 0xe2, 0x81, 0xa0, 0x2e, 0xe2, 0x81, 0xa0, 0x34, 0xe2, 0x81, 0xa0, 0xe2, 0x81, 0xa0},
11655		output: [][]byte{[]byte{0xe2, 0x81, 0xa0, 0x33, 0xe2, 0x81, 0xa0, 0x2e, 0xe2, 0x81, 0xa0, 0x34, 0xe2, 0x81, 0xa0, 0xe2, 0x81, 0xa0}},
11656	},
11657	{
11658		input:  []byte{0xe2, 0x81, 0xa0, 0x63, 0xe2, 0x81, 0xa0, 0x2e, 0xe2, 0x81, 0xa0, 0x64, 0xe2, 0x81, 0xa0, 0xe2, 0x81, 0xa0},
11659		output: [][]byte{[]byte{0xe2, 0x81, 0xa0, 0x63, 0xe2, 0x81, 0xa0, 0x2e, 0xe2, 0x81, 0xa0, 0x64, 0xe2, 0x81, 0xa0, 0xe2, 0x81, 0xa0}},
11660	},
11661	{
11662		input:  []byte{0xe2, 0x81, 0xa0, 0x43, 0xe2, 0x81, 0xa0, 0x2e, 0xe2, 0x81, 0xa0, 0x64, 0xe2, 0x81, 0xa0, 0xe2, 0x81, 0xa0},
11663		output: [][]byte{[]byte{0xe2, 0x81, 0xa0, 0x43, 0xe2, 0x81, 0xa0, 0x2e, 0xe2, 0x81, 0xa0, 0x64, 0xe2, 0x81, 0xa0, 0xe2, 0x81, 0xa0}},
11664	},
11665	{
11666		input:  []byte{0xe2, 0x81, 0xa0, 0x63, 0xe2, 0x81, 0xa0, 0x2e, 0xe2, 0x81, 0xa0, 0x44, 0xe2, 0x81, 0xa0, 0xe2, 0x81, 0xa0},
11667		output: [][]byte{[]byte{0xe2, 0x81, 0xa0, 0x63, 0xe2, 0x81, 0xa0, 0x2e, 0xe2, 0x81, 0xa0, 0x44, 0xe2, 0x81, 0xa0, 0xe2, 0x81, 0xa0}},
11668	},
11669	{
11670		input:  []byte{0xe2, 0x81, 0xa0, 0x43, 0xe2, 0x81, 0xa0, 0x2e, 0xe2, 0x81, 0xa0, 0x44, 0xe2, 0x81, 0xa0, 0xe2, 0x81, 0xa0},
11671		output: [][]byte{[]byte{0xe2, 0x81, 0xa0, 0x43, 0xe2, 0x81, 0xa0, 0x2e, 0xe2, 0x81, 0xa0, 0x44, 0xe2, 0x81, 0xa0, 0xe2, 0x81, 0xa0}},
11672	},
11673	{
11674		input:  []byte{0xe2, 0x81, 0xa0, 0x65, 0xe2, 0x81, 0xa0, 0x74, 0xe2, 0x81, 0xa0, 0x63, 0xe2, 0x81, 0xa0, 0x2e, 0xe2, 0x81, 0xa0, 0x29, 0xe2, 0x81, 0xa0, 0xe2, 0x80, 0x99, 0xe2, 0x81, 0xa0, 0xc2, 0xa0, 0xe2, 0x81, 0xa0, 0x74, 0xe2, 0x81, 0xa0, 0x68, 0xe2, 0x81, 0xa0, 0x65, 0xe2, 0x81, 0xa0, 0xe2, 0x81, 0xa0},
11675		output: [][]byte{[]byte{0xe2, 0x81, 0xa0, 0x65, 0xe2, 0x81, 0xa0, 0x74, 0xe2, 0x81, 0xa0, 0x63, 0xe2, 0x81, 0xa0, 0x2e, 0xe2, 0x81, 0xa0, 0x29, 0xe2, 0x81, 0xa0, 0xe2, 0x80, 0x99, 0xe2, 0x81, 0xa0, 0xc2, 0xa0, 0xe2, 0x81, 0xa0, 0x74, 0xe2, 0x81, 0xa0, 0x68, 0xe2, 0x81, 0xa0, 0x65, 0xe2, 0x81, 0xa0, 0xe2, 0x81, 0xa0}},
11676	},
11677	{
11678		input:  []byte{0xe2, 0x81, 0xa0, 0x65, 0xe2, 0x81, 0xa0, 0x74, 0xe2, 0x81, 0xa0, 0x63, 0xe2, 0x81, 0xa0, 0x2e, 0xe2, 0x81, 0xa0, 0x29, 0xe2, 0x81, 0xa0, 0xe2, 0x80, 0x99, 0xe2, 0x81, 0xa0, 0xc2, 0xa0, 0xe2, 0x81, 0xa0, 0x54, 0xe2, 0x81, 0xa0, 0x68, 0xe2, 0x81, 0xa0, 0x65, 0xe2, 0x81, 0xa0, 0xe2, 0x81, 0xa0},
11679		output: [][]byte{[]byte{0xe2, 0x81, 0xa0, 0x65, 0xe2, 0x81, 0xa0, 0x74, 0xe2, 0x81, 0xa0, 0x63, 0xe2, 0x81, 0xa0, 0x2e, 0xe2, 0x81, 0xa0, 0x29, 0xe2, 0x81, 0xa0, 0xe2, 0x80, 0x99, 0xe2, 0x81, 0xa0, 0xc2, 0xa0, 0xe2, 0x81, 0xa0}, []byte{0x54, 0xe2, 0x81, 0xa0, 0x68, 0xe2, 0x81, 0xa0, 0x65, 0xe2, 0x81, 0xa0, 0xe2, 0x81, 0xa0}},
11680	},
11681	{
11682		input:  []byte{0xe2, 0x81, 0xa0, 0x65, 0xe2, 0x81, 0xa0, 0x74, 0xe2, 0x81, 0xa0, 0x63, 0xe2, 0x81, 0xa0, 0x2e, 0xe2, 0x81, 0xa0, 0x29, 0xe2, 0x81, 0xa0, 0xe2, 0x80, 0x99, 0xe2, 0x81, 0xa0, 0xc2, 0xa0, 0xe2, 0x81, 0xa0, 0xe2, 0x80, 0x98, 0xe2, 0x81, 0xa0, 0x28, 0xe2, 0x81, 0xa0, 0x74, 0xe2, 0x81, 0xa0, 0x68, 0xe2, 0x81, 0xa0, 0x65, 0xe2, 0x81, 0xa0, 0xe2, 0x81, 0xa0},
11683		output: [][]byte{[]byte{0xe2, 0x81, 0xa0, 0x65, 0xe2, 0x81, 0xa0, 0x74, 0xe2, 0x81, 0xa0, 0x63, 0xe2, 0x81, 0xa0, 0x2e, 0xe2, 0x81, 0xa0, 0x29, 0xe2, 0x81, 0xa0, 0xe2, 0x80, 0x99, 0xe2, 0x81, 0xa0, 0xc2, 0xa0, 0xe2, 0x81, 0xa0, 0xe2, 0x80, 0x98, 0xe2, 0x81, 0xa0, 0x28, 0xe2, 0x81, 0xa0, 0x74, 0xe2, 0x81, 0xa0, 0x68, 0xe2, 0x81, 0xa0, 0x65, 0xe2, 0x81, 0xa0, 0xe2, 0x81, 0xa0}},
11684	},
11685	{
11686		input:  []byte{0xe2, 0x81, 0xa0, 0x65, 0xe2, 0x81, 0xa0, 0x74, 0xe2, 0x81, 0xa0, 0x63, 0xe2, 0x81, 0xa0, 0x2e, 0xe2, 0x81, 0xa0, 0x29, 0xe2, 0x81, 0xa0, 0xe2, 0x80, 0x99, 0xe2, 0x81, 0xa0, 0xc2, 0xa0, 0xe2, 0x81, 0xa0, 0xe2, 0x80, 0x98, 0xe2, 0x81, 0xa0, 0x28, 0xe2, 0x81, 0xa0, 0x54, 0xe2, 0x81, 0xa0, 0x68, 0xe2, 0x81, 0xa0, 0x65, 0xe2, 0x81, 0xa0, 0xe2, 0x81, 0xa0},
11687		output: [][]byte{[]byte{0xe2, 0x81, 0xa0, 0x65, 0xe2, 0x81, 0xa0, 0x74, 0xe2, 0x81, 0xa0, 0x63, 0xe2, 0x81, 0xa0, 0x2e, 0xe2, 0x81, 0xa0, 0x29, 0xe2, 0x81, 0xa0, 0xe2, 0x80, 0x99, 0xe2, 0x81, 0xa0, 0xc2, 0xa0, 0xe2, 0x81, 0xa0}, []byte{0xe2, 0x80, 0x98, 0xe2, 0x81, 0xa0, 0x28, 0xe2, 0x81, 0xa0, 0x54, 0xe2, 0x81, 0xa0, 0x68, 0xe2, 0x81, 0xa0, 0x65, 0xe2, 0x81, 0xa0, 0xe2, 0x81, 0xa0}},
11688	},
11689	{
11690		input:  []byte{0xe2, 0x81, 0xa0, 0x65, 0xe2, 0x81, 0xa0, 0x74, 0xe2, 0x81, 0xa0, 0x63, 0xe2, 0x81, 0xa0, 0x2e, 0xe2, 0x81, 0xa0, 0x29, 0xe2, 0x81, 0xa0, 0xe2, 0x80, 0x99, 0xe2, 0x81, 0xa0, 0xc2, 0xa0, 0xe2, 0x81, 0xa0, 0xcc, 0x88, 0x74, 0xe2, 0x81, 0xa0, 0x68, 0xe2, 0x81, 0xa0, 0x65, 0xe2, 0x81, 0xa0, 0xe2, 0x81, 0xa0},
11691		output: [][]byte{[]byte{0xe2, 0x81, 0xa0, 0x65, 0xe2, 0x81, 0xa0, 0x74, 0xe2, 0x81, 0xa0, 0x63, 0xe2, 0x81, 0xa0, 0x2e, 0xe2, 0x81, 0xa0, 0x29, 0xe2, 0x81, 0xa0, 0xe2, 0x80, 0x99, 0xe2, 0x81, 0xa0, 0xc2, 0xa0, 0xe2, 0x81, 0xa0, 0xcc, 0x88, 0x74, 0xe2, 0x81, 0xa0, 0x68, 0xe2, 0x81, 0xa0, 0x65, 0xe2, 0x81, 0xa0, 0xe2, 0x81, 0xa0}},
11692	},
11693	{
11694		input:  []byte{0xe2, 0x81, 0xa0, 0x65, 0xe2, 0x81, 0xa0, 0x74, 0xe2, 0x81, 0xa0, 0x63, 0xe2, 0x81, 0xa0, 0x2e, 0xe2, 0x81, 0xa0, 0x29, 0xe2, 0x81, 0xa0, 0xe2, 0x80, 0x99, 0xe2, 0x81, 0xa0, 0xc2, 0xa0, 0xe2, 0x81, 0xa0, 0xcc, 0x88, 0x54, 0xe2, 0x81, 0xa0, 0x68, 0xe2, 0x81, 0xa0, 0x65, 0xe2, 0x81, 0xa0, 0xe2, 0x81, 0xa0},
11695		output: [][]byte{[]byte{0xe2, 0x81, 0xa0, 0x65, 0xe2, 0x81, 0xa0, 0x74, 0xe2, 0x81, 0xa0, 0x63, 0xe2, 0x81, 0xa0, 0x2e, 0xe2, 0x81, 0xa0, 0x29, 0xe2, 0x81, 0xa0, 0xe2, 0x80, 0x99, 0xe2, 0x81, 0xa0, 0xc2, 0xa0, 0xe2, 0x81, 0xa0, 0xcc, 0x88}, []byte{0x54, 0xe2, 0x81, 0xa0, 0x68, 0xe2, 0x81, 0xa0, 0x65, 0xe2, 0x81, 0xa0, 0xe2, 0x81, 0xa0}},
11696	},
11697	{
11698		input:  []byte{0xe2, 0x81, 0xa0, 0x65, 0xe2, 0x81, 0xa0, 0x74, 0xe2, 0x81, 0xa0, 0x63, 0xe2, 0x81, 0xa0, 0x2e, 0xe2, 0x81, 0xa0, 0x29, 0xe2, 0x81, 0xa0, 0xe2, 0x80, 0x99, 0xe2, 0x81, 0xa0, 0xcc, 0x88, 0x54, 0xe2, 0x81, 0xa0, 0x68, 0xe2, 0x81, 0xa0, 0x65, 0xe2, 0x81, 0xa0, 0xe2, 0x81, 0xa0},
11699		output: [][]byte{[]byte{0xe2, 0x81, 0xa0, 0x65, 0xe2, 0x81, 0xa0, 0x74, 0xe2, 0x81, 0xa0, 0x63, 0xe2, 0x81, 0xa0, 0x2e, 0xe2, 0x81, 0xa0, 0x29, 0xe2, 0x81, 0xa0, 0xe2, 0x80, 0x99, 0xe2, 0x81, 0xa0, 0xcc, 0x88}, []byte{0x54, 0xe2, 0x81, 0xa0, 0x68, 0xe2, 0x81, 0xa0, 0x65, 0xe2, 0x81, 0xa0, 0xe2, 0x81, 0xa0}},
11700	},
11701	{
11702		input:  []byte{0xe2, 0x81, 0xa0, 0x65, 0xe2, 0x81, 0xa0, 0x74, 0xe2, 0x81, 0xa0, 0x63, 0xe2, 0x81, 0xa0, 0x2e, 0xe2, 0x81, 0xa0, 0x29, 0xe2, 0x81, 0xa0, 0xa, 0xe2, 0x81, 0xa0, 0xcc, 0x88, 0xe2, 0x81, 0xa0, 0x54, 0xe2, 0x81, 0xa0, 0x68, 0xe2, 0x81, 0xa0, 0x65, 0xe2, 0x81, 0xa0, 0xe2, 0x81, 0xa0},
11703		output: [][]byte{[]byte{0xe2, 0x81, 0xa0, 0x65, 0xe2, 0x81, 0xa0, 0x74, 0xe2, 0x81, 0xa0, 0x63, 0xe2, 0x81, 0xa0, 0x2e, 0xe2, 0x81, 0xa0, 0x29, 0xe2, 0x81, 0xa0, 0xa}, []byte{0xe2, 0x81, 0xa0, 0xcc, 0x88, 0xe2, 0x81, 0xa0, 0x54, 0xe2, 0x81, 0xa0, 0x68, 0xe2, 0x81, 0xa0, 0x65, 0xe2, 0x81, 0xa0, 0xe2, 0x81, 0xa0}},
11704	},
11705	{
11706		input:  []byte{0xe2, 0x81, 0xa0, 0x74, 0xe2, 0x81, 0xa0, 0x68, 0xe2, 0x81, 0xa0, 0x65, 0xe2, 0x81, 0xa0, 0x20, 0xe2, 0x81, 0xa0, 0x72, 0xe2, 0x81, 0xa0, 0x65, 0xe2, 0x81, 0xa0, 0x73, 0xe2, 0x81, 0xa0, 0x70, 0xe2, 0x81, 0xa0, 0x2e, 0xe2, 0x81, 0xa0, 0x20, 0xe2, 0x81, 0xa0, 0x6c, 0xe2, 0x81, 0xa0, 0x65, 0xe2, 0x81, 0xa0, 0x61, 0xe2, 0x81, 0xa0, 0x64, 0xe2, 0x81, 0xa0, 0x65, 0xe2, 0x81, 0xa0, 0x72, 0xe2, 0x81, 0xa0, 0x73, 0xe2, 0x81, 0xa0, 0x20, 0xe2, 0x81, 0xa0, 0x61, 0xe2, 0x81, 0xa0, 0x72, 0xe2, 0x81, 0xa0, 0x65, 0xe2, 0x81, 0xa0, 0xe2, 0x81, 0xa0},
11707		output: [][]byte{[]byte{0xe2, 0x81, 0xa0, 0x74, 0xe2, 0x81, 0xa0, 0x68, 0xe2, 0x81, 0xa0, 0x65, 0xe2, 0x81, 0xa0, 0x20, 0xe2, 0x81, 0xa0, 0x72, 0xe2, 0x81, 0xa0, 0x65, 0xe2, 0x81, 0xa0, 0x73, 0xe2, 0x81, 0xa0, 0x70, 0xe2, 0x81, 0xa0, 0x2e, 0xe2, 0x81, 0xa0, 0x20, 0xe2, 0x81, 0xa0, 0x6c, 0xe2, 0x81, 0xa0, 0x65, 0xe2, 0x81, 0xa0, 0x61, 0xe2, 0x81, 0xa0, 0x64, 0xe2, 0x81, 0xa0, 0x65, 0xe2, 0x81, 0xa0, 0x72, 0xe2, 0x81, 0xa0, 0x73, 0xe2, 0x81, 0xa0, 0x20, 0xe2, 0x81, 0xa0, 0x61, 0xe2, 0x81, 0xa0, 0x72, 0xe2, 0x81, 0xa0, 0x65, 0xe2, 0x81, 0xa0, 0xe2, 0x81, 0xa0}},
11708	},
11709	{
11710		input:  []byte{0xe2, 0x81, 0xa0, 0xe5, 0xad, 0x97, 0xe2, 0x81, 0xa0, 0x2e, 0xe2, 0x81, 0xa0, 0xe5, 0xad, 0x97, 0xe2, 0x81, 0xa0, 0xe2, 0x81, 0xa0},
11711		output: [][]byte{[]byte{0xe2, 0x81, 0xa0, 0xe5, 0xad, 0x97, 0xe2, 0x81, 0xa0, 0x2e, 0xe2, 0x81, 0xa0}, []byte{0xe5, 0xad, 0x97, 0xe2, 0x81, 0xa0, 0xe2, 0x81, 0xa0}},
11712	},
11713	{
11714		input:  []byte{0xe2, 0x81, 0xa0, 0x65, 0xe2, 0x81, 0xa0, 0x74, 0xe2, 0x81, 0xa0, 0x63, 0xe2, 0x81, 0xa0, 0x2e, 0xe2, 0x81, 0xa0, 0xe5, 0xae, 0x83, 0xe2, 0x81, 0xa0, 0xe2, 0x81, 0xa0},
11715		output: [][]byte{[]byte{0xe2, 0x81, 0xa0, 0x65, 0xe2, 0x81, 0xa0, 0x74, 0xe2, 0x81, 0xa0, 0x63, 0xe2, 0x81, 0xa0, 0x2e, 0xe2, 0x81, 0xa0}, []byte{0xe5, 0xae, 0x83, 0xe2, 0x81, 0xa0, 0xe2, 0x81, 0xa0}},
11716	},
11717	{
11718		input:  []byte{0xe2, 0x81, 0xa0, 0x65, 0xe2, 0x81, 0xa0, 0x74, 0xe2, 0x81, 0xa0, 0x63, 0xe2, 0x81, 0xa0, 0x2e, 0xe2, 0x81, 0xa0, 0xe3, 0x80, 0x82, 0xe2, 0x81, 0xa0, 0xe2, 0x81, 0xa0},
11719		output: [][]byte{[]byte{0xe2, 0x81, 0xa0, 0x65, 0xe2, 0x81, 0xa0, 0x74, 0xe2, 0x81, 0xa0, 0x63, 0xe2, 0x81, 0xa0, 0x2e, 0xe2, 0x81, 0xa0, 0xe3, 0x80, 0x82, 0xe2, 0x81, 0xa0, 0xe2, 0x81, 0xa0}},
11720	},
11721	{
11722		input:  []byte{0xe2, 0x81, 0xa0, 0xe5, 0xad, 0x97, 0xe2, 0x81, 0xa0, 0xe3, 0x80, 0x82, 0xe2, 0x81, 0xa0, 0xe5, 0xae, 0x83, 0xe2, 0x81, 0xa0, 0xe2, 0x81, 0xa0},
11723		output: [][]byte{[]byte{0xe2, 0x81, 0xa0, 0xe5, 0xad, 0x97, 0xe2, 0x81, 0xa0, 0xe3, 0x80, 0x82, 0xe2, 0x81, 0xa0}, []byte{0xe5, 0xae, 0x83, 0xe2, 0x81, 0xa0, 0xe2, 0x81, 0xa0}},
11724	},
11725	{
11726		input:  []byte{0xe2, 0x81, 0xa0, 0x21, 0xe2, 0x81, 0xa0, 0x20, 0xe2, 0x81, 0xa0, 0x20, 0xe2, 0x81, 0xa0, 0xe2, 0x81, 0xa0},
11727		output: [][]byte{[]byte{0xe2, 0x81, 0xa0, 0x21, 0xe2, 0x81, 0xa0, 0x20, 0xe2, 0x81, 0xa0, 0x20, 0xe2, 0x81, 0xa0, 0xe2, 0x81, 0xa0}},
11728	},
11729}
11730