Add a pseudolayer ":locale" to the open pragma which
[p5sagit/p5-mst-13.2.git] / ext / Encode / Encode.pm
2001-07-09 Jarkko Hietaniemi Add a pseudolayer ":locale" to the open pragma which
2001-07-09 Jarkko Hietaniemi Add more encoding mappings.
2001-07-09 Jarkko Hietaniemi Document that using :encoding layer requires using...
2001-05-04 Jarkko Hietaniemi Encode/IO doc tweaks.
2001-05-03 Nick Ing-Simmons Allow $answer = encode($object,$text); like it says...
2001-05-03 Nick Ing-Simmons Fix latin1 etc. alias code - (bit rot?) - the @latin2is...
2001-05-02 Jarkko Hietaniemi Additional note on the encoding example: one cannot
2001-05-02 Jarkko Hietaniemi Add an encoding conversion example.
2001-04-21 Jarkko Hietaniemi PerlIO and Encode doc cleanup and tweaks.
2001-04-06 Nick Ing-Simmons Quote $VERSION in Encode.pm.
2001-03-27 Jarkko Hietaniemi Integrate perlio:
2001-03-27 Nick Ing-Simmons Various EBCDIC fixes:
2001-03-25 Nick Ing-Simmons Avoid at leasy one of undefined warnings in Encode.
2001-03-18 Nick Ing-Simmons UTF-X encoding invariance for Encode:
2001-03-05 Nick Ing-Simmons More Encode alias tidying.
2001-03-05 Jarkko Hietaniemi The mapping of ISO Latin X to ISO 8859-Y is tricky.
2001-03-05 Jarkko Hietaniemi Add more ISO 8859 encoding aliases.
2001-03-05 Nick Ing-Simmons Encode implementation "completion"
2001-02-28 Michael Stevens Re: Errors in core PODs
2001-02-25 Nick Ing-Simmons Encode implementations docs.
2001-02-25 Nick Ing-Simmons Change method names in Encode implementation classes...
2001-02-25 Nick Ing-Simmons Checked in the wrong one ...
2001-02-24 Nick Ing-Simmons Encode API documentation nd tidy up.
2001-01-08 Charles Bailey Once again syncing after too long an absence
2001-01-01 Jarkko Hietaniemi Integrate perlio:
2001-01-01 Nick Ing-Simmons More rigor in UTF-8-ness of Encode's toUnicode
2001-01-01 Nick Ing-Simmons Loose the "Loading..." warning.
2000-12-31 Jarkko Hietaniemi Comment away a diagnostic message as noted by Craig...
2000-12-31 Nick Ing-Simmons Start of support of ICU-style .ucm files:
2000-12-14 Nick Ing-Simmons "Compiled" encodings.
2000-10-20 Charles Bailey SYN SYN
2000-10-08 Nick Ing-Simmons Tables assume network byte order for 16 bit forms,...
2000-10-08 Nick Ing-Simmons Make "encodings" work post-install when Encode/*.enc...
2000-10-08 Nick Ing-Simmons Work round the fact that $hash->{$key} does not take...
2000-10-02 Nick Ing-Simmons A few tweaks to get Tk803 to work with Encode scheme.
2000-10-01 Nick Ing-Simmons Add checking cases to Encode's toUnicode and fromUnicode.
2000-10-01 Nick Ing-Simmons Add encoding tables from tcl8.3.2 and perl code in...
2000-09-13 Jarkko Hietaniemi Add the Encode extension. The code is still largely...