]> source.dussan.org Git - rspamd.git/commit
[Rework] Use google-ced instead of libicu chardet as the former sucks
authorVsevolod Stakhov <vsevolod@highsecure.ru>
Tue, 26 May 2020 10:31:47 +0000 (11:31 +0100)
committerVsevolod Stakhov <vsevolod@highsecure.ru>
Tue, 26 May 2020 10:31:47 +0000 (11:31 +0100)
commit19b2617fa8e2e8ec7c5181a6a2c97aa7908886c3
tree6d0f43f3cd9ede27eb578562480633e27f042934
parentc11838dcbacbfd0a75e98f95a63a026217c88c51
[Rework] Use google-ced instead of libicu chardet as the former sucks
27 files changed:
CMakeLists.txt
contrib/google-ced/CMakeLists.txt [new file with mode: 0644]
contrib/google-ced/LICENSE [new file with mode: 0644]
contrib/google-ced/ced_c.cc [new file with mode: 0644]
contrib/google-ced/ced_c.h [new file with mode: 0644]
contrib/google-ced/compact_enc_det.cc [new file with mode: 0644]
contrib/google-ced/compact_enc_det.h [new file with mode: 0644]
contrib/google-ced/compact_enc_det_generated_tables.h [new file with mode: 0644]
contrib/google-ced/compact_enc_det_generated_tables2.h [new file with mode: 0644]
contrib/google-ced/compact_enc_det_hint_code.cc [new file with mode: 0644]
contrib/google-ced/compact_enc_det_hint_code.h [new file with mode: 0644]
contrib/google-ced/detail_head_string.inc [new file with mode: 0644]
contrib/google-ced/util/basictypes.h [new file with mode: 0644]
contrib/google-ced/util/case_insensitive_hash.h [new file with mode: 0644]
contrib/google-ced/util/commandlineflags.h [new file with mode: 0644]
contrib/google-ced/util/encodings/encodings.cc [new file with mode: 0644]
contrib/google-ced/util/encodings/encodings.h [new file with mode: 0644]
contrib/google-ced/util/encodings/encodings.pb.h [new file with mode: 0644]
contrib/google-ced/util/encodings/encodings_unittest.cc [new file with mode: 0644]
contrib/google-ced/util/languages/languages.cc [new file with mode: 0644]
contrib/google-ced/util/languages/languages.h [new file with mode: 0644]
contrib/google-ced/util/languages/languages.pb.h [new file with mode: 0644]
contrib/google-ced/util/logging.h [new file with mode: 0644]
contrib/google-ced/util/port.h [new file with mode: 0644]
contrib/google-ced/util/string_util.h [new file with mode: 0644]
contrib/google-ced/util/varsetter.h [new file with mode: 0644]
src/libmime/mime_encoding.c