summaryrefslogtreecommitdiff
path: root/utf8.c
Commit message (Expand)AuthorAgeFilesLines
* 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
* Rename internal macro and move to utf8.hKarl Williamson2021-08-071-5/+3
* regcharclass.h: Remove 2 EBCDIC dependenciesKarl Williamson2021-07-311-5/+1
* utf8.c: Remove redundant '&' instructionKarl Williamson2021-07-301-1/+1
* utf8_length: Fix undefined C behaviorKarl Williamson2021-06-301-11/+18
* Fix several unicode.org linksThibault DUPONCHELLE2021-06-171-1/+1
* style: Detabify indentation of the C code maintained by the core.Michael G. Schwern2021-01-171-255/+255
* Restrict scope/Shorten some very long macro namesKarl Williamson2020-11-221-4/+2
* utf8.c: Note various symbols are documented hereKarl Williamson2020-11-091-1/+40
* autodoc.pl: Specify scn for single-purpose filesKarl Williamson2020-11-061-3/+0
* utf8.c: Add blank line for visual clarityKarl Williamson2020-10-221-0/+1
* Fix typosSamanta Navarro2020-10-031-1/+1
* Fix bytes_from_utf8_loc() podKarl Williamson2020-09-051-2/+2
* Make bytes_from_utf8_loc() internalKarl Williamson2020-09-041-6/+1