커밋 기록

작성자 SHA1 메시지 날짜
  Simon Wanner 6c84edaaa2 LibTextCodec: Add ISO-8859-3 decoder 1 년 전
  Simon Wanner fc783199f1 LibTextCodec: Add IBM866 decoder 1 년 전
  Simon Wanner 96b3c35358 LibTextCodec: Implement table based decoders as SingleByteDecoder 1 년 전
  Michal Grich 7a6d84d036 LibTextCodec: Add Windows-1250 text decoder 1 년 전
  Andreas Kling 3c039903fb LibTextCodec+AK: Don't validate UTF-8 strings twice 1 년 전
  Nico Weber 8f47acee6a LibTextCodec: Add PDFDocEncoding decoder 1 년 전
  Idan Horowitz 079c96376c LibTextCodec: Support validating encoded inputs 1 년 전
  Luke Wilde eaa4048870 LibTextCodec: Add "get output encoding" from the Encoding specification 2 년 전
  Timothy Flynn 00fa23237a LibTextCodec: Change UTF-8's decoder to replace invalid code points 2 년 전
  Andreas Kling a504ac3e2a Everywhere: Rename equals_ignoring_case => equals_ignoring_ascii_case 2 년 전
  Luke Wilde e864444fe3 LibTextCodec/Latin1: Iterate over input string with u8 instead of char 2 년 전
  Sam Atkins 2db168acc1 LibTextCodec+Everywhere: Port Decoders to new Strings 2 년 전
  Sam Atkins 3c5090e172 LibTextCodec: Return Optional<Decoder&> from `bom_sniff_to_decoder()` 2 년 전
  Sam Atkins f2a9426885 LibTextCodec+Everywhere: Return Optional<Decoder&> from `decoder_for()` 2 년 전
  Sam Atkins d6075ef5b5 LibTextCodec+Everywhere: Make TextCodec::decoder_for() take a StringView 2 년 전
  Nico Weber eac2b2382c LibTextCodec: Add a MacRoman decoder 2 년 전
  Nico Weber b14b5a4d06 LibTextCodec: Simplify Latin1Decoder::process() a tiny bit 2 년 전
  Nico Weber 3423b54eb9 LibTextCodec: Make utf-16be and utf-16le codecs actually work 2 년 전
  Linus Groh 57dc179b1f Everywhere: Rename to_{string => deprecated_string}() where applicable 2 년 전
  Linus Groh 6e19ab2bbc AK+Everywhere: Rename String to DeprecatedString 2 년 전
  sin-ack 3f3f45580a Everywhere: Add sv suffix to strings relying on StringView(char const*) 3 년 전
  Idan Horowitz 086969277e Everywhere: Run clang-format 3 년 전
  Karol Kosek b006a60366 LibTextCodec: Pass code points instead of bytes on UTF-8 string process 3 년 전
  Hendiadyoin1 6a95df2526 LibTextCodec: Don't allocate Strings on encoding normalisation 3 년 전
  Jelle Raaijmakers 9c2a7c0e03 LibTextCodec: Add support for the UTF16-LE encoding 3 년 전
  Luke Wilde 0e0f98a45e LibTextCodec: Add x-user-defined decoder 3 년 전
  Luke Wilde 835a344337 LibTextCodec: Add decoder function that overrides given decoder on BOM 3 년 전
  Luke Wilde 94965ba28d LibTextCodec: Add BOM sniffer 3 년 전
  Daniel Bertalan 6003b6f4d3 LibTextCodec: Do not allocate the various decoders 3 년 전
  Dmitry Petrov 6f5102f435 LibTextCodec: Add alternate Cyrillic (aka Koi8-r) encoding 3 년 전