summaryrefslogtreecommitdiff
path: root/ext/Encode
Commit message (Expand)AuthorAgeFilesLines
* Add pTHX to all vtable functions for future-proofing andNick Ing-Simmons2001-12-191-18/+11
* encode()/decode() examples.Jarkko Hietaniemi2001-12-021-0/+9
* Fix forMarc Lehmann2001-11-271-0/+4
* Allow dup'ing of PerlIO::Scalar etc.Nick Ing-Simmons2001-11-181-4/+3
* Add the fruits of Larry Shatzer's version verifying script.Jarkko Hietaniemi2001-11-161-0/+3
* There are several MIME RFCs.Jarkko Hietaniemi2001-11-141-1/+1
* Minor patch to Encode.pm (detypo)Philip Newton2001-11-131-1/+1
* Evil tabulators.Jarkko Hietaniemi2001-11-131-10/+10
* Document the available encodings.Jarkko Hietaniemi2001-11-131-2/+84
* a few typo fixes Jeffrey Friedl2001-11-121-1/+1
* Ooops. I was "fixing" the wrong routine in #12947 and #12950.Jarkko Hietaniemi2001-11-121-1/+0
* (retracted by #12951)Jarkko Hietaniemi2001-11-121-1/+1
* (retracted by #12951)Jarkko Hietaniemi2001-11-111-0/+1
* The Official name of ASCII.Jarkko Hietaniemi2001-11-101-0/+3
* Enhance the open pragma to support :utf8, :locale,Jarkko Hietaniemi2001-11-101-2/+10
* Document the UTF-16 surrogate encoding and decoding.Jarkko Hietaniemi2001-11-101-1/+13
* [REPATCH] Re: PerlIOBuf_dupNicholas Clark2001-11-041-3/+6
* Clarification: use encoding cannot be used toJarkko Hietaniemi2001-10-311-1/+1
* More documentation for the encode pragma.Jarkko Hietaniemi2001-10-311-1/+4
* change#12065 seems to have broken Encode build on windows; fixGurusamy Sarathy2001-10-262-4/+4
* Re: PerlIO and EncodeSADAHIRO Tomoyuki2001-10-193-201/+388
* PerlIOXxxx_dups for all but Win32Nick Ing-Simmons2001-10-161-2/+10
* Skeleton of "PerlIO_dup" coded.Nick Ing-Simmons2001-10-161-0/+8
* Detypo.Jarkko Hietaniemi2001-09-261-1/+1
* Trick to fool case-blind filesystems.Jarkko Hietaniemi2001-09-261-0/+3
* Some Encode/*.enc files needs to be correctedSADAHIRO Tomoyuki2001-09-256-10/+10
* (Re: [PATCH perl@12088] 2022-cn.enc of Encode.pm)SADAHIRO Tomoyuki2001-09-241-1/+1
* 2022-cn.enc of Encode.pmSADAHIRO Tomoyuki2001-09-231-4/+2
* More 8.3-cleanup: there isn't an encoding called macRumanian,Jarkko Hietaniemi2001-09-221-0/+0
* Strip ^iso- from the Encode filenames to be 8.3-friendly,Jarkko Hietaniemi2001-09-1841-2/+2
* Must Uppercase.Jarkko Hietaniemi2001-09-171-1/+1
* Add various encodings.Jarkko Hietaniemi2001-09-1713-6/+1746
* lib/unicode relic.Jarkko Hietaniemi2001-09-171-1/+2
* Encode.pm add UCS-2 little endian supportMatt Sergeant2001-09-111-0/+38
* Re: [PATCH] Encode.pm docs fixGisle Aas2001-09-111-4/+4
* Encode.pm docs fixMatt Sergeant2001-09-101-3/+3
* Add Windows and Mac Sami support to EncodeJarkko Hietaniemi2001-09-092-0/+40
* remove stray CRs in files; keep all files with UNIX line-endsGurusamy Sarathy2001-09-022-2505/+2505
* Encode::Tcl.pm, EUC-JP with jis-x0212SADAHIRO Tomoyuki2001-07-162-21/+150
* fixup for Encode/Tcl.t on ruthless filesystemsPeter Prymmer2001-07-141-0/+7
* Encode::Tcl.pm for iso-2022-(?:jp-[12]|cn)SADAHIRO Tomoyuki2001-07-139-16/+2642
* Add a test for for PerlIO ":encoding(...)" layer.Jarkko Hietaniemi2001-07-101-2/+8
* Encode::Tcl. add "HZ" encoding and bugfixSADAHIRO Tomoyuki2001-07-106-43/+192
* Add a pseudolayer ":locale" to the open pragma whichJarkko Hietaniemi2001-07-091-9/+12
* Add more encoding mappings.Jarkko Hietaniemi2001-07-091-2/+17
* Document that using :encoding layer requires using Encode.Jarkko Hietaniemi2001-07-091-0/+1
* Encode/Tcl.t, for esc-seq encodingsSADAHIRO Tomoyuki2001-07-021-1/+63
* Encode/Tcl.pm, continuous sequencesSADAHIRO Tomoyuki2001-07-021-20/+30
* [PATCH] Encode.pm to use escape-sequence encodingSADAHIRO Tomoyuki2001-06-304-9/+151
* [DRAFT] Encode-Tcl.tSADAHIRO Tomoyuki2001-06-252-1/+84