summaryrefslogtreecommitdiff
path: root/utf8.h
Commit message (Expand)AuthorAgeFilesLines
* utf8.h: White space onlyKarl Williamson2013-08-291-6/+7
* utf8.h, unicode_constants.h: Add some #defines.Karl Williamson2013-08-291-0/+2
* utf8.h: Fix UTF8_IS_SUPER defn for EBCDICKarl Williamson2013-08-291-1/+1
* utf8.c: Remove wrapper functions.Karl Williamson2013-08-291-4/+7
* utf8.h: Clarify commentsKarl Williamson2013-08-291-3/+3
* utf8.h, utfebcdic.h: Add #defineKarl Williamson2013-08-291-0/+2
* Fix EBCDIC bugs in UTF8_ACUMULATE and utf8.cKarl Williamson2013-08-291-4/+8
* utf8.h: Clean up and use START_MARK definitionKarl Williamson2013-08-291-3/+3
* utf8.h: Move #includesKarl Williamson2013-08-291-3/+3
* utf8.h: Simplify UTF8_EIGHT_BIT_foo on EBCDICKarl Williamson2013-08-291-5/+8
* Add macro OFFUNISKIPKarl Williamson2013-08-291-2/+12
* utf8.c: Stop using two functionsKarl Williamson2013-08-291-2/+2
* Convert uvuni_to_utf8() to functionKarl Williamson2013-08-291-2/+1
* utf8.c: Swap which fcn wraps the otherKarl Williamson2013-08-291-1/+0
* Deprecate NATIVE_TO_NEED and ASCII_TO_NEEDKarl Williamson2013-08-291-3/+0
* Use real illegal UTF-8 byteKarl Williamson2013-08-291-0/+4
* Add and use macro to return EBCDICKarl Williamson2013-08-291-4/+7
* utf8.h: Correct macros for EBCDICKarl Williamson2013-08-291-5/+10
* Use new clearer named #definesKarl Williamson2013-08-291-5/+5
* utf8.h, utfebcdic.h: Create less confusing #definesKarl Williamson2013-08-291-9/+25
* Use new case changing macrosKarl Williamson2013-05-201-2/+2
* Add, fix commentsKarl Williamson2013-02-251-2/+5
* utf8.h, utfebcdic.h: Add, fix commentsKarl Williamson2013-02-151-0/+6
* utf8.h: Add commentsKarl Williamson2013-01-161-8/+41
* Create deprecated fncs to replace to-be-removed macrosKarl Williamson2013-01-121-3/+0
* Add isWORDCHAR_lazy_if() macroKarl Williamson2012-12-311-3/+4
* utf8.h: Make sure char* is cast to U8* for unsigned comparisonKarl Williamson2012-12-231-4/+5
* utf8.h: Parenthesize macro parameterKarl Williamson2012-12-231-1/+1
* make regcharclass generate submacros if necessary to keep them shortYves Orton2012-12-061-9/+8
* utf8.h: Add macro that handled malformed 2-byte UTF-8Karl Williamson2012-11-111-1/+9
* utf8.h: Add guard against recursive #includeKarl Williamson2012-10-161-0/+5
* utf8.h: Correct some values for EBCDICKarl Williamson2012-10-141-15/+19
* utf8.h: Add macro to test if UTF8 code point isn't Latin1Karl Williamson2012-09-161-0/+1
* utf8.h: Use machine generated IS_UTF8_CHAR()Karl Williamson2012-09-131-95/+47
* utf8.h: Remove some EBCDIC dependenciesKarl Williamson2012-09-131-82/+11
* utf8.h: Save a branch in a macroKarl Williamson2012-09-131-1/+1
* utf8.h: White-space onlyKarl Williamson2012-09-131-6/+8
* utf8.h: Correct improper EBCDIC conversionKarl Williamson2012-09-131-4/+8
* Remove some EBCDIC dependenciesKarl Williamson2012-09-131-8/+10
* utf8.c: Prefer binsearch over swash hash for small swashesKarl Williamson2012-08-251-0/+1
* utf8.c: collapse a function parameterKarl Williamson2012-08-251-0/+1
* embed.fnc: Turn null wrapper function into macroKarl Williamson2012-08-251-0/+1
* utf8.c: Revise internal API of swash_init()Karl Williamson2012-08-251-0/+3
* utf8.h, regcomp.c: Use mnemonics for Unicode charsKarl Williamson2012-07-241-0/+3
* update the editor hints for spaces, not tabsRicardo Signes2012-05-291-2/+2
* utf8.c: Add nomix-ASCII option to to_fold functionsKarl Williamson2012-05-221-1/+2
* utf8.h, pp.c: Add UTF8_IS_REPLACEMENT macro, and use itKarl Williamson2012-05-221-0/+10
* utf8.h: Simplify expressionsKarl Williamson2012-05-221-28/+8
* utf8.h: Comment improvementes, white-spaceKarl Williamson2012-05-221-17/+36
* utf8.c: refactor utf8n_to_uvuni()Karl Williamson2012-04-261-0/+6