summaryrefslogtreecommitdiff
path: root/utf8.h
Commit message (Expand)AuthorAgeFilesLines
* 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
* utf8.h: Use correct definition of start byteKarl Williamson2012-04-261-3/+1
* utf8.h: Use correct UTF-8 downgradeable definitionChristian Hansen2012-04-261-1/+3
* utf8.h: Restore macro defn incorrectly trashed earlierKarl Williamson2012-01-291-1/+3
* Add :not_characters parameter to 'use locale'Karl Williamson2012-01-211-2/+2
* Bump several file copyright datesSteffen Schwigon2012-01-191-1/+2
* utf8.c: Allow Changed behavior of utf8 under localeKarl Williamson2011-12-151-1/+9
* utf8.h: Add missing parensKarl Williamson2011-11-211-1/+1
* utf8.h: define IS_UTF8_CHAR for EBCDICKarl Williamson2011-11-211-3/+53
* utf8.h: White space onlyKarl Williamson2011-11-211-16/+16
* utf8.h: clarify commentKarl Williamson2011-11-101-1/+2
* utf8.c: Add 'input pre-folded' flags to foldEQ_utf8_flagsKarl Williamson2011-10-171-0/+2
* utf8.h: Revise formal parameter name for clarityKarl Williamson2011-10-011-7/+7
* utf8.h: Remove redundant checksKarl Williamson2011-10-011-6/+7
* utf8.c: Add _flags version of to_utf8_fold()Karl Williamson2011-05-031-0/+3
* utf8.h: Add #defineKarl Williamson2011-03-201-0/+1
* utf8.h: A fold buffer needs to hold any utf8 charKarl Williamson2011-03-191-2/+3
* Add #defines for 2 Latin1 charsKarl Williamson2011-02-271-0/+2
* Move some #definesKarl Williamson2011-02-271-0/+2
* Free up bit in ANYOF flagsKarl Williamson2011-02-251-1/+1
* foldEQ_utf8(): Add locale handlingKarl Williamson2011-02-191-0/+1
* foldEQ_utf8_flags: Add no-mixing ASCII optionKarl Williamson2011-02-141-0/+2