summaryrefslogtreecommitdiff
path: root/ext/Encode/encengine.c
Commit message (Collapse)AuthorAgeFilesLines
* Quick reformat using indent -kr -nce, as requestedJarkko Hietaniemi2002-01-121-67/+56
| | | | | by Dan Kogai and suggest by NI-S. p4raw-id: //depot/perl@14224
* Loose the "Loading..." warning.Nick Ing-Simmons2001-01-011-1/+1
| | | | | Another bug in fallback support p4raw-id: //depot/perlio@8290
* Start of support of ICU-style .ucm files:Nick Ing-Simmons2000-12-311-4/+8
| | | | | | | | - teach compile how to read a .ucm file - first guess at how to represent fallbacks in "tries". - use fallbacks if check == 0 - new return code to indicate we used one. p4raw-id: //depot/perlio@8285
* "Compiled" encodings.Nick Ing-Simmons2000-12-141-21/+47
| | | | | | Correct replacement character in EBCDIC .enc files Add 0x7F to ASCII repertoire. p4raw-id: //depot/perlio@8105
* Beginings of compiled encodings - checked in as a snapshot of thoughtsNick Ing-Simmons2000-12-131-0/+134
so far and so it does not get lost. p4raw-id: //depot/perlio@8103