커밋 기록

작성자 SHA1 메시지 날짜
  Shannon Booth 0b864bef60 LibTextCodec: Implement UTF8Decoder::to_utf8 using AK::String 11 달 전
  Andreas Kling 1a46d8df5f LibTextCodec: Use String::from_utf8() when decoding UTF-8 to UTF-8 11 달 전
  Timothy Flynn 368dad54ef LibTextCodec: Use AK facilities to validate and convert UTF-16 to UTF-8 1 년 전
  Simon Wanner 0ab4722cee LibTextCodec: Use generated lookup tables for all single byte decoders 1 년 전
  Simon Wanner 6b2c459901 LibTextCodec: Fix ISO-8859-1 vs. windows-1252 handling in web contexts 1 년 전
  Simon Wanner 46d5cf0443 LibTextCodec: Fix some incorrect encoding aliases 1 년 전
  Simon Wanner 09f2d79cb1 LibTextCodec: Bring TextCodec::get_standardized_encoding closer to spec 1 년 전
  Simon Wanner 11bb216912 LibTextCodec: Add replacement decoder 1 년 전
  Simon Wanner 7f3b457e62 LibTextCodec: Add EUC-KR decoder 1 년 전
  Simon Wanner ded6512ca8 LibTextCodec: Add Shift_JIS decoder 1 년 전
  Simon Wanner 06f7c393b2 LibTextCodec: Add ISO-2022-JP decoder 1 년 전
  Simon Wanner 45f0ae52be LibTextCodec: Add EUC-JP decoder 1 년 전
  Simon Wanner 9943bb1d8e LibTextCodec: Add Big5 decoder 1 년 전
  Simon Wanner 2ce61fe6ea LibTextCodec: Add GBK/GB18030 decoder 1 년 전
  Simon Wanner 9ed52504ab LibTextCodec: Delegate to process() in default validate() implementation 1 년 전
  Simon Wanner b79815c5a5 LibTextCodec: Add x-mac-cyrillic decoder 1 년 전
  Simon Wanner 07a9435da5 LibTextCodec: Add windows-1258 decoder 1 년 전
  Simon Wanner 275b89720b LibTextCodec: Add windows-1257 decoder 1 년 전
  Simon Wanner c76308c7e6 LibTextCodec: Add windows-1256 decoder 1 년 전
  Simon Wanner eb9ed10573 LibTextCodec: Add windows-1253 decoder 1 년 전
  Simon Wanner 2d35687db0 LibTextCodec: Add windows-874 decoder 1 년 전
  Simon Wanner 1b6878b6ca LibTextCodec: Add KOI8-U decoder 1 년 전
  Simon Wanner 1fd3a6f48c LibTextCodec: Add ISO-8859-16 decoder 1 년 전
  Simon Wanner 3e882f26db LibTextCodec: Sort checks in decoder_for mostly alphabetically 1 년 전
  Simon Wanner 56241df604 LibTextCodec: Add ISO-8859-14 decoder 1 년 전
  Simon Wanner 4188e328ac LibTextCodec: Add ISO-8859-13 decoder 1 년 전
  Simon Wanner cc640f4363 LibTextCodec: Add ISO-8859-10 decoder 1 년 전
  Simon Wanner d73220837e LibTextCodec: Add ISO-8859-8(-I) decoder 1 년 전
  Simon Wanner 24028e353e LibTextCodec: Add ISO-8859-7 decoder 1 년 전
  Simon Wanner 01c3b8091a LibTextCodec: Add ISO-8859-6 decoder 1 년 전