summaryrefslogtreecommitdiff
path: root/utf8.c
Commit message (Expand)AuthorAgeFilesLines
* utf8.c - add category parameter to unused warn_on_first_deprecated_use functionYves Orton2023-03-181-4/+5
* Use per-word calcs in utf8_length()Karl Williamson2023-02-081-20/+130
* Correct typos as per GH 20435James E Keenan2022-12-291-3/+3
* scope.* - revert and rework SAVECOPWARNINGS changeYves Orton2022-11-041-3/+1
* cop.h - get rid of the STRLEN* stuff from cop_warningsYves Orton2022-11-021-13/+1
* handy.h: Set macro to false if can't ever be trueKarl Williamson2022-10-101-3/+3
* Per-word utf8_to_bytes()Karl Williamson2022-08-201-22/+188
* locale: Change macro name to be C conformantKarl Williamson2022-07-031-2/+2
* Remove deprecated functionsKarl Williamson2022-06-051-37/+0
* utf8.c: Minor comment changesKarl Williamson2022-06-041-2/+2
* Make STRLENs() available to coreKarl Williamson2022-05-311-5/+0
* utf8.c: Klortho advises: Check before derefKarl Williamson2022-03-051-1/+2
* utf8.c: Fix typo in commentKarl Williamson2022-03-051-1/+1
* Change pack U behavior for EBCDICKarl Williamson2021-12-281-3/+3
* utf8.c: Rmv duplicate #define.Karl Williamson2021-12-181-4/+0
* utf8.c: Rmv redundnat assignsKarl Williamson2021-09-051-2/+0
* utf8.c: White-space, comment onlyKarl Williamson2021-09-051-10/+11
* utf8.c: Make new static fcn more flexibleKarl Williamson2021-08-231-6/+22
* utf8.c: White-space, comment onlyKarl Williamson2021-08-231-40/+42
* utf8.c: Rmv no longer needed speed-up codeKarl Williamson2021-08-231-78/+12
* utf8.c: Split a static fcnKarl Williamson2021-08-231-54/+89
* utf8.c: Use porcelain libc case changing fcnKarl Williamson2021-08-231-7/+7
* Add utf8_to_utf16Karl Williamson2021-08-141-0/+72
* Improve utf16_to_utf8_reversed()Karl Williamson2021-08-141-37/+51
* Simplify utf16_to_utf8()Karl Williamson2021-08-141-30/+10
* utf8.c: Rmv #undefKarl Williamson2021-08-141-2/+0
* utf8.c: Use macros instead of reinventing themKarl Williamson2021-08-141-12/+8
* utf8.c: Refactor is_utf8_char_helper()Karl Williamson2021-08-141-111/+82
* Make macro isUTF8_CHAR_flags an inline fcnKarl Williamson2021-08-141-1/+4
* utf8.c: Rmv EBCDIC dependencyKarl Williamson2021-08-141-17/+8
* utf8.c: Rmv an EBCDIC dependencyKarl Williamson2021-08-141-9/+2
* utf8.c: Rename formal param to static fcnKarl Williamson2021-08-071-19/+19
* utf8.c: in-line only use of two macrosKarl Williamson2021-08-071-40/+30
* utf8.c: Comment non-obvious fcn param meaningKarl Williamson2021-08-071-1/+2
* uvoffuni_to_utf8_flags_msgs: Avoid extra conditionalsKarl Williamson2021-08-071-25/+44
* Fix EBCDIC deficiency in uvoffuni_to_utf8_flags_msgs()Karl Williamson2021-08-071-4/+16
* Refactor uvoffuni_to_utf8_flags_msgsKarl Williamson2021-08-071-119/+73
* utf8.c: Change formal parameter name to fcnKarl Williamson2021-08-071-39/+39
* Add helper function for longest UTF8 sequenceKarl Williamson2021-08-071-0/+64
* utf8.c: Fold 2 overlapping fcns into oneKarl Williamson2021-08-071-198/+97
* utf8.c: Change internal macro nameKarl Williamson2021-08-071-6/+6
* utf8.c: Improve algorithm for detecting overflowKarl Williamson2021-08-071-61/+25
* utf8.c: Use STRLENs() instead of sizeof()Karl Williamson2021-08-071-9/+14
* utf8.c: Use C_ARRAY_LENGTH()Karl Williamson2021-08-071-1/+1
* utf8.c: Generalize static fcnKarl Williamson2021-08-071-25/+40
* utf8.c: Refactor internal functionKarl Williamson2021-08-071-35/+25
* utf8.c: Rmv some EBCDIC dependenciesKarl Williamson2021-08-071-8/+4
* utf8.h: Add #defineKarl Williamson2021-08-071-1/+1
* utf8.c: Change name of static functionKarl Williamson2021-08-071-2/+2
* utf8.h: Add new #define for extended length UTF-8Karl Williamson2021-08-071-1/+1