summaryrefslogtreecommitdiff
path: root/lib/util/charset
AgeCommit message (Expand)AuthorFilesLines
2026-01-20lib: Delay get_iconv_handle() in strchr_m()Volker Lendecke1-1/+3
2025-07-30iconv: fixed coverity issue CID1609382Xavi Hernandez1-3/+7
2025-05-19charset/tests: avoid static variables in test_buffer()Stefan Metzmacher1-39/+105
2025-03-05lib: Remove unused next_token()Volker Lendecke1-1/+0
2025-03-05torture4: Test next_token_talloc() instead of next_token()Volker Lendecke1-22/+64
2024-12-02lib: Move some R/W "data" segment to R/O "text"Volker Lendecke1-18/+18
2024-11-08Describe implication of upstream ICU-22610Earl Chew1-0/+4
2024-11-06util:charset: s/the the\b/the/ in commentsDouglas Bagnall1-1/+1
2024-08-28util:charset: Remove unreachable code (CID 1272948)Joseph Sutton1-9/+0
2024-07-04lib: Remove unused strnrchr_wVolker Lendecke2-27/+0
2024-05-22util:charset: strncasecmp_ldb avoids iconv for ASCIIDouglas Bagnall1-0/+8
2024-05-22util:charset: strncasecmp_ldb degrades to ASCII strncasecmpDouglas Bagnall1-8/+49
2024-05-22util:charset: add strncasecmp_ldb()Douglas Bagnall2-0/+155
2024-05-22lib/util/charset: be explicit about INVALID_CODEPOINT valueDouglas Bagnall1-1/+1
2024-05-14Restore empty string default for conf.env['icu-libs']Earl Chew1-0/+2
2024-05-10Combine ICU libraries icu-i18n and icu-uc into a single dependencyEarl Chew3-15/+13
2024-05-10Augment library_flags() to return librariesEarl Chew1-1/+1
2024-05-07lib:util: codepoint_cmpi: be transitive and case-insensitiveDouglas Bagnall1-16/+2
2024-05-07lib:util:tests: more tests for codepoint_cmpiDouglas Bagnall1-1/+10
2024-04-10util: charset:util_str: use NUMERIC_CMP in strncasecmp_m_handleDouglas Bagnall1-2/+2
2024-04-10util:charset:codepoints: codepoint_cmpi warning about non-transitivityDouglas Bagnall1-0/+12
2024-04-10util:charset:codepoints: condepoint_cmpi uses NUMERIC_CMP()Douglas Bagnall1-1/+2
2024-04-10util:charset:util_str: use NUMERIC_CMP in strcasecmp_m_handleDouglas Bagnall1-2/+3
2024-04-10torture:charset: test more of strcasecmp_mDouglas Bagnall1-0/+3
2024-04-10torture:charset: use < and > assertions for strncasecmp_mDouglas Bagnall1-7/+7
2024-04-10torture:charset: use < and > assertions for strcasecmp_mDouglas Bagnall1-7/+7
2023-12-21librpc: Change type of ‘u16string’ from ‘const uint16_t *’ to ‘cons...Joseph Sutton2-18/+13
2023-12-08util/charset: Remove trailing whitespaceJoseph Sutton1-6/+6
2023-11-20util/charset: Have talloc_utf16_str[n]dup() accept NULL pointersJoseph Sutton1-0/+6
2023-11-16util/charset: Add talloc_utf16_str[n]dup()Joseph Sutton2-0/+48
2023-11-16util/charset: Include missing headersJoseph Sutton1-0/+2
2023-11-16util/charset: Remove unnecessary castJoseph Sutton1-1/+1
2023-11-15util/charset: Prefer PULL_LE_U16() to older SVAL() macroJoseph Sutton1-2/+2
2023-11-15util/charset/tests: Add tests for UTF‐16 string length functionsJoseph Sutton1-0/+166
2023-11-15util/charset: Add utf16_len_n()Joseph Sutton2-1/+20
2023-11-15util/charset: Include final UTF‐16 code unit in length calculation loopJoseph Sutton1-1/+1
2023-11-15util/charset: Add utf16_len()Joseph Sutton2-3/+16
2023-11-15util/charset: Rename utf16_len() to utf16_null_terminated_len()Joseph Sutton2-3/+3
2023-11-15util/charset: Rename utf16_len_n() to utf16_null_terminated_len_n()Joseph Sutton2-3/+3
2023-11-15util/charset: Remove trailing whitespaceJoseph Sutton2-22/+22
2023-10-26libutil/iconv: avoid overflow in surrogate pairsDouglas Bagnall1-0/+10
2023-10-26libutil/iconv: don't allow wtf-8 surrogate pairsDouglas Bagnall1-0/+33
2023-10-26util/charset/torture: test convert_string_talloc with emptyish stringsDouglas Bagnall1-0/+160
2023-10-26util/convert string: remove inaccurate misspelt commentDouglas Bagnall1-3/+0
2023-10-26util/charset: disambiguate docs for convert_string twinsDouglas Bagnall1-2/+5
2023-10-26lib/util/charset: @param typosDouglas Bagnall2-5/+5
2023-09-26util/str: helper to check for utf-8 validityDouglas Bagnall2-0/+126
2023-09-11lib:charset: Fix code spellingJoseph Sutton2-7/+7
2023-08-08lib:charset: Update NUM_CHARSETS to reflect true valueJoseph Sutton1-3/+11
2023-04-14lib:util: Fix code spellingAndreas Schneider6-202/+202