summaryrefslogtreecommitdiff
path: root/utf8.c
Commit message (Expand)AuthorAgeFilesLines
* Use compiled-in C structure for inverted case foldsKarl Williamson2018-03-311-0/+60
* regen/mk_invlists.pl: Inversion maps don't have to be IVKarl Williamson2018-03-311-1/+1
* Remove obsolete variablesKarl Williamson2018-03-311-2/+0
* utf8.c: Change no longer used params to dummysKarl Williamson2018-03-311-15/+23
* Move init of 2 inversion lists to perl.cKarl Williamson2018-03-311-21/+7
* Fix bug in mathoms fcn _is_utf8_xidcont()Karl Williamson2018-03-311-1/+1
* utf8.c: Avoid calling swash codeKarl Williamson2018-03-311-13/+11
* utf8.c: Prefer an inversion list over a swashKarl Williamson2018-03-311-11/+4
* utf8.c: Clarify commentKarl Williamson2018-03-311-1/+1
* utf8.c: Add commentsKarl Williamson2018-03-311-2/+25
* utf8.c: Allow to compile for early Unicode versionsKarl Williamson2018-03-311-0/+23
* utf8.c: fix leakKarl Williamson2018-03-271-0/+2
* Move UTF-8 case changing data into coreKarl Williamson2018-03-261-58/+52
* utf8.c: Update commentKarl Williamson2018-03-221-4/+4
* perlapi: bytes_to_utf8(), from_utf8(): Add clarificationKarl Williamson2018-03-191-2/+5
* PATCH: [perl #132163] regex assertion failureKarl Williamson2018-03-061-0/+2
* perlapi: utf8_to_uvuni_buf() Add clarificationKarl Williamson2018-03-041-1/+3
* locale.c: Check for anomalies in UTF-8 localesKarl Williamson2018-02-181-5/+4
* utf8.c: Silence compiler warningsKarl Williamson2018-02-151-4/+4
* perlapi: Rmv nonapplicable textKarl Williamson2018-02-071-5/+3
* Add uvchr_to_utf8_flags_msgs()Karl Williamson2018-02-071-22/+112
* utf8.c: Extract code into separate functionKarl Williamson2018-02-071-10/+26
* Use dfa to speed up translating UTF-8 into code pointKarl Williamson2018-01-301-8/+149
* Add utf8n_to_uvchr_msgs()Karl Williamson2018-01-301-18/+129
* Fix and clarify the pod for utf8_length()Karl Williamson2017-11-261-3/+6
* utf8.c: White-space onlyKarl Williamson2017-11-231-2/+2
* clarify the pod for Perl_utf8_length()David Mitchell2017-11-161-2/+2
* Dest buffer needs to be bigger for utf16_to_utf8()Karl Williamson2017-11-081-3/+12
* _byte_dump_string(): Don't output leading spaceKarl Williamson2017-11-081-5/+8
* utf8.c: Use memchr instead of strchrKarl Williamson2017-11-061-1/+1
* Use memEQs, memNEs in core filesKarl Williamson2017-11-061-11/+3
* utf8.c: Rmv obsolete commentKarl Williamson2017-11-011-1/+0
* bytes_to_utf8(): Trim unused malloc'd spaceKarl Williamson2017-10-281-0/+5
* utf8.c: Use mnemonic for repeatedly used numberKarl Williamson2017-09-091-2/+4
* utf8.c: EBCDIC fixKarl Williamson2017-08-091-3/+3
* utf8_to_uvchr() EBCDIC fixKarl Williamson2017-08-051-5/+11
* Forbid above IV_MAX code pointsKarl Williamson2017-07-121-108/+102
* utf8.c: Change 2 static fcns to handle overlongsKarl Williamson2017-07-121-60/+139
* utf8.c: Move and slightly change comment blockKarl Williamson2017-07-121-15/+18
* utf8.c: Generalize static fcn return for indeterminate resultKarl Williamson2017-07-121-26/+37
* utf8.c: Move a fcn within the fileKarl Williamson2017-07-121-76/+76
* utf8.c: Generalize static fcn return for indeterminate resultKarl Williamson2017-07-121-15/+20
* utf8.c: Generalize static fcn return for indeterminate resultKarl Williamson2017-07-121-8/+25
* utf8.c: Reorder two 'if' clausesKarl Williamson2017-07-121-5/+5
* utf8.c: Slightly simplify some codeKarl Williamson2017-07-121-11/+9
* utf8n_to_uvchr(): Properly handle extremely high code pointsKarl Williamson2017-07-121-3/+4
* utf8n_to_uvchr() Properly test for extended UTF-8Karl Williamson2017-07-121-94/+107
* utf8.h: Add synonyms for flag namesKarl Williamson2017-07-121-22/+22
* utf8.c: Fix bugs with overlongs combined with other malformations.Karl Williamson2017-07-121-58/+60
* utf8n_to_uvchr: U+ should be for only Unicode code pointsKarl Williamson2017-07-121-1/+5