summaryrefslogtreecommitdiff
path: root/ext/Encode/Encode.pm
Commit message (Expand)AuthorAgeFilesLines
* Encode/IO doc tweaks.Jarkko Hietaniemi2001-05-041-25/+18
* Allow $answer = encode($object,$text); like it says in docs.Nick Ing-Simmons2001-05-031-0/+4
* Fix latin1 etc. alias code - (bit rot?) - the @latin2iso array now seems to needNick Ing-Simmons2001-05-031-3/+3
* Additional note on the encoding example: one cannotJarkko Hietaniemi2001-05-021-0/+3
* Add an encoding conversion example.Jarkko Hietaniemi2001-05-021-5/+13
* PerlIO and Encode doc cleanup and tweaks.Jarkko Hietaniemi2001-04-211-157/+200
* Quote $VERSION in Encode.pm.Nick Ing-Simmons2001-04-061-1/+1
* Various EBCDIC fixes:Nick Ing-Simmons2001-03-271-3/+36
* Avoid at leasy one of undefined warnings in Encode.Nick Ing-Simmons2001-03-251-3/+3
* UTF-X encoding invariance for Encode:Nick Ing-Simmons2001-03-181-15/+4
* More Encode alias tidying.Nick Ing-Simmons2001-03-051-19/+17
* The mapping of ISO Latin X to ISO 8859-Y is tricky.Jarkko Hietaniemi2001-03-051-3/+18
* Add more ISO 8859 encoding aliases.Jarkko Hietaniemi2001-03-051-1/+2
* Encode implementation "completion"Nick Ing-Simmons2001-03-051-207/+152
* Re: Errors in core PODsMichael Stevens2001-02-281-1/+1
* Encode implementations docs.Nick Ing-Simmons2001-02-251-2/+148
* Change method names in Encode implementation classes to somethingNick Ing-Simmons2001-02-251-14/+30
* Checked in the wrong one ...Nick Ing-Simmons2001-02-251-6/+5
* Encode API documentation nd tidy up.Nick Ing-Simmons2001-02-241-325/+511
* More rigor in UTF-8-ness of Encode's toUnicodeNick Ing-Simmons2001-01-011-3/+14
* Loose the "Loading..." warning.Nick Ing-Simmons2001-01-011-1/+1
* Start of support of ICU-style .ucm files:Nick Ing-Simmons2000-12-311-3/+6
* "Compiled" encodings.Nick Ing-Simmons2000-12-141-3/+5
* Tables assume network byte order for 16 bit forms, so 'S' packingNick Ing-Simmons2000-10-081-4/+4
* Make "encodings" work post-install when Encode/*.enc files may notNick Ing-Simmons2000-10-081-31/+42
* Work round the fact that $hash->{$key} does not take into accountNick Ing-Simmons2000-10-081-1/+1
* A few tweaks to get Tk803 to work with Encode scheme.Nick Ing-Simmons2000-10-021-5/+49
* Add checking cases to Encode's toUnicode and fromUnicode.Nick Ing-Simmons2000-10-011-9/+32
* Add encoding tables from tcl8.3.2 and perl code in Encode.pmNick Ing-Simmons2000-10-011-6/+201
* Add the Encode extension. The code is still largely just skeleton.Jarkko Hietaniemi2000-09-131-0/+329