Commit History

Author SHA1 Message Date
  Simon Wanner eb9ed10573 LibTextCodec: Add windows-1253 decoder 1 year ago
  Simon Wanner 2d35687db0 LibTextCodec: Add windows-874 decoder 1 year ago
  Simon Wanner 1b6878b6ca LibTextCodec: Add KOI8-U decoder 1 year ago
  Simon Wanner 1fd3a6f48c LibTextCodec: Add ISO-8859-16 decoder 1 year ago
  Simon Wanner 3e882f26db LibTextCodec: Sort checks in decoder_for mostly alphabetically 1 year ago
  Simon Wanner 56241df604 LibTextCodec: Add ISO-8859-14 decoder 1 year ago
  Simon Wanner 4188e328ac LibTextCodec: Add ISO-8859-13 decoder 1 year ago
  Simon Wanner cc640f4363 LibTextCodec: Add ISO-8859-10 decoder 1 year ago
  Simon Wanner d73220837e LibTextCodec: Add ISO-8859-8(-I) decoder 1 year ago
  Simon Wanner 24028e353e LibTextCodec: Add ISO-8859-7 decoder 1 year ago
  Simon Wanner 01c3b8091a LibTextCodec: Add ISO-8859-6 decoder 1 year ago
  Simon Wanner 763d904ad5 LibTextCodec: Add ISO-8859-5 decoder 1 year ago
  Simon Wanner c6b17320db LibTextCodec: Add ISO-8859-4 decoder 1 year ago
  Simon Wanner 6c84edaaa2 LibTextCodec: Add ISO-8859-3 decoder 1 year ago
  Simon Wanner fc783199f1 LibTextCodec: Add IBM866 decoder 1 year ago
  Simon Wanner 96b3c35358 LibTextCodec: Implement table based decoders as SingleByteDecoder 1 year ago
  Michal Grich 7a6d84d036 LibTextCodec: Add Windows-1250 text decoder 1 year ago
  Andreas Kling 3c039903fb LibTextCodec+AK: Don't validate UTF-8 strings twice 1 year ago
  Nico Weber 8f47acee6a LibTextCodec: Add PDFDocEncoding decoder 1 year ago
  Idan Horowitz 079c96376c LibTextCodec: Support validating encoded inputs 1 year ago
  Luke Wilde eaa4048870 LibTextCodec: Add "get output encoding" from the Encoding specification 2 years ago
  Timothy Flynn 00fa23237a LibTextCodec: Change UTF-8's decoder to replace invalid code points 2 years ago
  Andreas Kling a504ac3e2a Everywhere: Rename equals_ignoring_case => equals_ignoring_ascii_case 2 years ago
  Luke Wilde e864444fe3 LibTextCodec/Latin1: Iterate over input string with u8 instead of char 2 years ago
  Sam Atkins 2db168acc1 LibTextCodec+Everywhere: Port Decoders to new Strings 2 years ago
  Sam Atkins 3c5090e172 LibTextCodec: Return Optional<Decoder&> from `bom_sniff_to_decoder()` 2 years ago
  Sam Atkins f2a9426885 LibTextCodec+Everywhere: Return Optional<Decoder&> from `decoder_for()` 2 years ago
  Sam Atkins d6075ef5b5 LibTextCodec+Everywhere: Make TextCodec::decoder_for() take a StringView 2 years ago
  Nico Weber eac2b2382c LibTextCodec: Add a MacRoman decoder 2 years ago
  Nico Weber b14b5a4d06 LibTextCodec: Simplify Latin1Decoder::process() a tiny bit 2 years ago