master
trailing whitespace removal
Fix mbstring support for SJIS-Mobile (DoCoMo, KDDI, and Softbank variants of Shift-JIS)
Remove redundant includes from mbstring (and make sure correct config.h is used)
Sync leading and final newlines in source code files
Add fast mb_strcut implementation for UTF-8
Remove mbstring identify filters
Fix unterminated string GCC warnings in mbstring (#19192)
Add mbstring support for GB18030-2022 text encoding
Remove unneeded function mbfl_filt_conv_common_dtor
Implement fast text conversion interface for ISO-2022-JP-2004
Update http->https in license (#6945)
Autotools: Refactor builtin checks (#14835)
Add AVX2-accelerated UTF-16 decoding/encoding routines
Code cleanup in mbfilter_utf7imap.c
Use optimized implementation of mb_strcut for Japanese mobile vendor UTF-8 variants
Optimize MacJapanese decoder for speed
Move kana translation tables to mbfilter_cjk.c
Remove useless constants MBFL_CHP_{CTL,DIGIT,UALPHA,LALPHA,MSPECIAL}
Optimize out more checks from hot path for BIG5 decoding
Fix conversion of EUC-TW text (and add test suite)
Fix mbstring support for CP1252 encoding
Use binary search for cp932ext*_ucs_table lookups (#12712)
Combine CJK encoding conversion code in a single source file
Fix conversion of HZ text (and add test suite)
Optimize conversion of SJIS-2004 text to Unicode
Fix phpGH-10648: add check function pointer into mbfl_encoding