summaryrefslogtreecommitdiff
path: root/utf8.h
Commit message (Expand)AuthorAgeFilesLines
* PATCH: [perl #133896] Assertion failureKarl Williamson2019-04-051-4/+7
* Add UTF8_SAFE_SKIP API macroKarl Williamson2019-03-131-0/+11
* Remove relics of regex swash useKarl Williamson2019-02-141-5/+0
* Pass a UV to a format expecting a UVTony Cook2018-11-291-1/+1
* utf8.h: Update outmoded commentKarl Williamson2018-08-201-1/+1
* utf8.c: Rename macro and move to utf8.h, and use it in regcomp.cKarl Williamson2018-08-201-0/+2
* Make isC9_STRICT_UTF8_CHAR() an inline dfaKarl Williamson2018-07-051-62/+0
* Make isSTRICT_UTF8_CHAR() an inline functionKarl Williamson2018-07-051-88/+3
* Make isUTF8_char() an inline functionKarl Williamson2018-07-051-73/+0
* utf8.h: Remove obsolete commentKarl Williamson2018-07-051-3/+2
* utf8.h: Add assert for utf8n_to_uvchr_buf()Karl Williamson2018-07-011-2/+3
* utf8.h: Add in #define for backcompatKarl Williamson2018-02-191-0/+1
* Add uvchr_to_utf8_flags_msgs()Karl Williamson2018-02-071-1/+11
* Add utf8n_to_uvchr_msgs()Karl Williamson2018-01-301-0/+2
* utf8.h: Comments onlyKarl Williamson2017-07-121-9/+16
* utf8n_to_uvchr() Properly test for extended UTF-8Karl Williamson2017-07-121-2/+4
* utf8.h: Add synonyms for flag namesKarl Williamson2017-07-121-14/+19
* utf8.c: Move some #defines here, the only file that uses themKarl Williamson2017-07-011-7/+0
* Add new function utf8_from_bytes_loc()Karl Williamson2017-06-141-0/+2
* Use new paradigm for hdr file double inclusion guardKarl Williamson2017-06-021-3/+3
* utf8.h: Add parens around macro param in expansionKarl Williamson2017-06-011-3/+4
* utf8.h: Add assertions for macros that take charsKarl Williamson2017-06-011-10/+18
* utf8.h: Clarify commentKarl Williamson2017-02-111-4/+4
* utf8.h: White-space, parens onlyKarl Williamson2017-02-111-6/+6
* utf8.h: Add branch predictionKarl Williamson2017-02-111-1/+1
* Deprecate toFOO_utf8()Karl Williamson2016-12-231-4/+4
* Add toFOO_utf8_safe() macrosKarl Williamson2016-12-231-4/+9
* utf8.c: Add flag to indicate unsure as to end of string to printKarl Williamson2016-12-231-0/+1
* Deprecate isFOO_utf8() macrosKarl Williamson2016-12-231-7/+13
* Allow allowing UTF-8 overflow malformationKarl Williamson2016-12-231-3/+8
* Return REPLACEMENT for UTF-8 overlong malformationKarl Williamson2016-12-231-1/+4
* utf8.h: Don't allow zero length malformation unless requestedKarl Williamson2016-12-231-6/+10
* utf8.h: Renumber flag bitsKarl Williamson2016-12-231-10/+10
* Add isFOO_utf8_safe() macrosKarl Williamson2016-12-231-0/+11
* Fix above-Unicode UTF-8 detection for EBCDICKarl Williamson2016-12-131-1/+1
* Fix const correctness in utf8.hPetr Písař2016-12-011-57/+57
* utf8.h: Simplify macroKarl Williamson2016-10-131-3/+1
* Add utf8n_to_uvchr_errorKarl Williamson2016-10-131-0/+2
* utf8n_to_uvchr(): Note multiple malformationsKarl Williamson2016-10-131-8/+13
* utf8.h: Change some flag definition constantsKarl Williamson2016-10-131-9/+9
* Add API Unicode handling functionsKarl Williamson2016-09-251-0/+9
* Move #define to different headerKarl Williamson2016-09-251-3/+0
* perlapi: Clarifications, nits in Unicode support docsKarl Williamson2016-09-251-9/+29
* Add isUTF8_CHAR_flags() macroKarl Williamson2016-09-171-0/+34
* Add macro for Unicode Corregindum #9 strictKarl Williamson2016-09-171-1/+54
* Add macro for determining if UTF-8 is Unicode-strictKarl Williamson2016-09-171-3/+78
* perlapi: Clarify isUTF8_CHAR()Karl Williamson2016-09-171-3/+4
* utf8.h: Add comment, white-space changesKarl Williamson2016-09-171-7/+11
* Enhance and rename is_utf8_char_slow()Karl Williamson2016-09-171-3/+3
* isUTF8_CHAR(): Bring UTF-EBCDIC to parity with ASCIIKarl Williamson2016-09-171-51/+37