summaryrefslogtreecommitdiff
path: root/utf8.h
Commit message (Expand)AuthorAgeFilesLines
* allocate sufficient buffer sizes for 64-bit wide utf8 charactersGurusamy Sarathy2000-02-191-0/+2
* allow 64-bit utf8-encoded integers (from Ilya Zakharevich)Gurusamy Sarathy2000-02-071-1/+2
* set SvUTF8 on vectors only if there are chars > 127; update copyrightGurusamy Sarathy2000-02-061-1/+1
* HINT_UTF8 is not propagated to the op tree anymore; add aGurusamy Sarathy2000-02-011-1/+1
* runtime now looks at the SVf_UTF8 bit on the SV to decideGurusamy Sarathy2000-01-311-0/+16
* Re-integrate mainlineNick Ing-Simmons1999-09-181-0/+1
* EXTERN_C declarations for global arrays in variousGurusamy Sarathy1999-06-121-0/+4
* update copyright yearsGurusamy Sarathy1999-03-221-1/+1
* s/Perl_utf8skip/PL_utf8skip/gGurusamy Sarathy1998-11-171-3/+3
* fix globals caught by change#1927; builds and tests on SolarisGurusamy Sarathy1998-10-061-1/+1
* add new files to MANIFEST; add missing prototypes to proto.h;Gurusamy Sarathy1998-07-261-3/+3
* Here are the long-expected Unicode/UTF-8 modifications.Larry Wall1998-07-241-0/+27