summaryrefslogtreecommitdiff
path: root/utf8.h
Commit message (Expand)AuthorAgeFilesLines
* 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
* Third consting batchAndy Lester2005-03-241-5/+5
* Re: uc($long_utf8_string) exhausts memoryJarkko Hietaniemi2005-01-221-8/+20
* UTF8_ALLOW_ANYUV should not allow overlong sequences [PATCH]Gisle Aas2004-12-091-2/+1
* It's UTF-8, not UTF8. (Note: not s/UTF-8/UTF8/,Jarkko Hietaniemi2003-09-121-2/+2
* Fix up Larry's copyright statements to my best knowledge.Jarkko Hietaniemi2003-04-161-1/+1
* Reverse copyright update (#18801) for files not changed in 2003.Hugo van der Sanden2003-03-021-1/+1
* Update all copyrights to 2003, from JarkkoHugo van der Sanden2003-03-021-1/+1
* As noted by Philip Newton: nothing wrong with BOM,Jarkko Hietaniemi2002-04-061-14/+12
* Explain the "gaps" in the UTF-8 encoding.Jarkko Hietaniemi2002-04-061-0/+4
* What started as a small nit (the charnames test, nit foundJarkko Hietaniemi2002-04-021-5/+5
* Mysterious characters.Jarkko Hietaniemi2002-03-101-6/+6
* Update the UTF-8 explanation table.Jarkko Hietaniemi2002-02-271-2/+25
* Not extending enough.Jarkko Hietaniemi2002-02-191-2/+4
* EBCDIC: SHARP S is different.Jarkko Hietaniemi2002-02-051-1/+14
* Copyright++. (Not all the toplevel *.h have one, it seems.)Jarkko Hietaniemi2002-01-231-1/+1
* AIX cpp bug: having macro arguments and character constantsJarkko Hietaniemi2002-01-231-7/+7
* Sharp S as a special treat for our German UTF-8 testers :-)Jarkko Hietaniemi2002-01-121-0/+8
* More regex and utf8 debug dumping.Jarkko Hietaniemi2002-01-071-0/+3
* Finish up (ha!) the Unicode case folding;Jarkko Hietaniemi2002-01-051-0/+2
* The funky final sigma casefolding.Jarkko Hietaniemi2001-12-231-0/+5
* Make using U+FDD0..U+FDEF (noncharacters since Unicode 3.1),Jarkko Hietaniemi2001-12-211-0/+11
* Unadorned numbers evil.Jarkko Hietaniemi2001-12-131-1/+6
* PATCH Resubmission - was Re: [ID 20010902.001] v strings over 2*31 barfJohn Peacock2001-09-101-1/+1
* If you want you can now add -DUSE_UTF8_SCRIPTS to your cflagsJarkko Hietaniemi2001-08-121-0/+9
* There is no IN_UTF8.Jarkko Hietaniemi2001-08-121-1/+0
* QNX patch extended for NTONorton T. Allen2001-07-061-1/+3