fuzz_convert.dict (295B)
1 # Charset selector bytes plus the byte sequences that break converters. 2 "UTF-8" 3 "UTF-16BE" 4 "UTF-16LE" 5 "ISO-8859-1" 6 "CP1252" 7 "\xef\xbb\xbf" 8 "\xff\xfe" 9 "\xfe\xff" 10 "\xc0\x80" 11 "\xe0\x80\x80" 12 "\xf0\x80\x80\x80" 13 "\xed\xa0\x80" 14 "\xed\xbf\xbf" 15 "\xc3\xa4" 16 "\xe2\x82\xac" 17 "\xf0\x9f\x98\x80" 18 "\x80" 19 "\xff"