summaryrefslogtreecommitdiff
path: root/utf8.h
Commit message (Expand)AuthorAgeFilesLines
* 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
* foldEQ_utf8: Add version with flags parameterKarl Williamson2011-02-141-0/+2
* code points above 0x7fff_ffff problematicKarl Williamson2011-02-021-3/+2
* utf8.h: Add define for max fold expansion in charsKarl Williamson2011-01-131-0/+3
* utf8.h: remove wrong, no-longer used #defineKarl Williamson2011-01-091-2/+0
* utf8.c(): Default to allow problematic code pointsKarl Williamson2011-01-091-15/+55
* utf8.h: white space, add commentsKarl Williamson2011-01-091-3/+6
* utf8.h: Add macros for problematic code pointsKarl Williamson2011-01-051-0/+100
* Fix IS_UTF8_CHAR() to recognise start bytes 0xF5, 0xF6, 0xF7.Nicholas Clark2010-12-211-1/+1
* Change name of regex intrnl macro to new meaningKarl Williamson2010-12-201-1/+1
* utf8.c, .h: Clarify pod and commentKarl Williamson2010-12-191-1/+1
* utf8.h: Need to make sure macro result fits in byteKarl Williamson2010-12-041-1/+1
* utf8.h: Add whitespace for readabilityKarl Williamson2010-12-041-2/+2
* utf8.h: Add #define for Greek small MUKarl Williamson2010-11-281-0/+1
* utf8.h: Add macro TWO_BYTE_UTF8_TO_UNI()Karl Williamson2010-11-221-0/+9
* rename ANYOF_UNICODE to ANYOF_NONBITMAPKarl Williamson2010-11-221-1/+1
* Change name of ibcmp to foldEQKarl Williamson2010-06-051-0/+10
* handle perl extended utf8 start bytesTony Cook2010-05-311-1/+3
* Remove unused, wrong #define in utf8.hKarl Williamson2010-05-251-2/+0
* Update .podsKarl Williamson2009-12-251-4/+4
* Introduce C<use feature "unicode_strings">Rafael Garcia-Suarez2009-12-201-1/+1
* qr/\X/ expansionKarl Williamson2009-12-051-13/+13
* Make unicode semantics the defaultKarl Williamson2009-11-231-1/+2
* add code for Unicode semantics for non-utf8 latin1 charsKarl Williamson2009-11-141-0/+1
* More cleanup of utfebcdic.h and utf8.hkarl williamson2009-11-091-26/+42
* Define specially handled chars; and clean-up ebcdic vs unicodeKarl Williamson2009-11-081-16/+9
* Put parentheses around macro argumentsRafael Garcia-Suarez2009-02-011-2/+2
* Bump coopyright year in embed.pl and various files that were just touchedRafael Garcia-Suarez2009-01-021-1/+1
* Faster sv_utf8_upgrade()karl williamson2009-01-021-1/+2
* Add editor blocks to some header files.Marcus Holland-Moritz2008-01-011-0/+10
* Fix up copyright years for files modified in 2007.Nicholas Clark2007-11-071-1/+1
* Update copyright years in .h files. Also, in .plRafael Garcia-Suarez2007-01-051-1/+1
* Re: [perl #38293] chr(65535) should be allowed in regexesSADAHIRO Tomoyuki2006-04-021-4/+6
* Change 27677 missed two direct accesses to op_private in COPs.Nicholas Clark2006-04-021-1/+1
* Compilation help for EBCDIC platforms, from Jarkko,Rafael Garcia-Suarez2005-12-221-3/+5
* Re: XS-assisted SWASHGET (esp. for t/uni/class.t speedup)SADAHIRO Tomoyuki2005-11-301-1/+1
* A more elegant way to deal with utf8n_to_uvchr() and utf8n_to_uvuni().Nicholas Clark2005-10-311-2/+2
* Replace uvuni_to_utf8() with a macro that passes the extra 0 argumentNicholas Clark2005-10-301-0/+1
* Replace is_utf8_string_loc() with a macro that passes the extra 0Nicholas Clark2005-10-301-1/+3
* undef IS_UTF8_CHAR() on EBCDICSADAHIRO Tomoyuki2005-10-091-0/+4
* one more round of is_utf8_foo tuneupJarkko Hietaniemi2005-06-071-0/+2
* speed up is_utf8_char()Jarkko Hietaniemi2005-06-031-0/+70
* Symbian port of PerlJarkko Hietaniemi2005-04-211-1/+1