Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Encode 0.40, from Dan Kogai. | Jarkko Hietaniemi | 2002-02-16 | 1 | -1/+1 |
* | Stable intermediate point in Encode cleanup. | Nick Ing-Simmons | 2002-02-03 | 1 | -15/+15 |
* | Minor Encode tweaks: | Nick Ing-Simmons | 2002-02-01 | 1 | -0/+1043 |
* | Integrate mainline | Nick Ing-Simmons | 2002-01-29 | 1 | -1217/+0 |
* | No need to show internal encodings, or return them | Jarkko Hietaniemi | 2002-01-10 | 1 | -1/+6 |
* | encode()/decode() examples. | Jarkko Hietaniemi | 2001-12-02 | 1 | -0/+9 |
* | There are several MIME RFCs. | Jarkko Hietaniemi | 2001-11-14 | 1 | -1/+1 |
* | Minor patch to Encode.pm (detypo) | Philip Newton | 2001-11-13 | 1 | -1/+1 |
* | Evil tabulators. | Jarkko Hietaniemi | 2001-11-13 | 1 | -10/+10 |
* | Document the available encodings. | Jarkko Hietaniemi | 2001-11-13 | 1 | -2/+84 |
* | a few typo fixes | Jeffrey Friedl | 2001-11-12 | 1 | -1/+1 |
* | Ooops. I was "fixing" the wrong routine in #12947 and #12950. | Jarkko Hietaniemi | 2001-11-12 | 1 | -1/+0 |
* | (retracted by #12951) | Jarkko Hietaniemi | 2001-11-12 | 1 | -1/+1 |
* | (retracted by #12951) | Jarkko Hietaniemi | 2001-11-11 | 1 | -0/+1 |
* | The Official name of ASCII. | Jarkko Hietaniemi | 2001-11-10 | 1 | -0/+3 |
* | Enhance the open pragma to support :utf8, :locale, | Jarkko Hietaniemi | 2001-11-10 | 1 | -2/+10 |
* | Document the UTF-16 surrogate encoding and decoding. | Jarkko Hietaniemi | 2001-11-10 | 1 | -1/+13 |
* | Clarification: use encoding cannot be used to | Jarkko Hietaniemi | 2001-10-31 | 1 | -1/+1 |
* | More documentation for the encode pragma. | Jarkko Hietaniemi | 2001-10-31 | 1 | -1/+4 |
* | Re: PerlIO and Encode | SADAHIRO Tomoyuki | 2001-10-19 | 1 | -1/+1 |
* | Must Uppercase. | Jarkko Hietaniemi | 2001-09-17 | 1 | -1/+1 |
* | Add various encodings. | Jarkko Hietaniemi | 2001-09-17 | 1 | -6/+41 |
* | Encode.pm add UCS-2 little endian support | Matt Sergeant | 2001-09-11 | 1 | -0/+38 |
* | Re: [PATCH] Encode.pm docs fix | Gisle Aas | 2001-09-11 | 1 | -4/+4 |
* | Encode.pm docs fix | Matt Sergeant | 2001-09-10 | 1 | -3/+3 |
* | Add a test for for PerlIO ":encoding(...)" layer. | Jarkko Hietaniemi | 2001-07-10 | 1 | -2/+8 |
* | Add a pseudolayer ":locale" to the open pragma which | Jarkko Hietaniemi | 2001-07-09 | 1 | -9/+12 |
* | Add more encoding mappings. | Jarkko Hietaniemi | 2001-07-09 | 1 | -2/+17 |
* | Document that using :encoding layer requires using Encode. | Jarkko Hietaniemi | 2001-07-09 | 1 | -0/+1 |
* | Encode/IO doc tweaks. | Jarkko Hietaniemi | 2001-05-04 | 1 | -25/+18 |
* | Allow $answer = encode($object,$text); like it says in docs. | Nick Ing-Simmons | 2001-05-03 | 1 | -0/+4 |
* | Fix latin1 etc. alias code - (bit rot?) - the @latin2iso array now seems to need | Nick Ing-Simmons | 2001-05-03 | 1 | -3/+3 |
* | Additional note on the encoding example: one cannot | Jarkko Hietaniemi | 2001-05-02 | 1 | -0/+3 |
* | Add an encoding conversion example. | Jarkko Hietaniemi | 2001-05-02 | 1 | -5/+13 |
* | PerlIO and Encode doc cleanup and tweaks. | Jarkko Hietaniemi | 2001-04-21 | 1 | -157/+200 |
* | Quote $VERSION in Encode.pm. | Nick Ing-Simmons | 2001-04-06 | 1 | -1/+1 |
* | Various EBCDIC fixes: | Nick Ing-Simmons | 2001-03-27 | 1 | -3/+36 |
* | Avoid at leasy one of undefined warnings in Encode. | Nick Ing-Simmons | 2001-03-25 | 1 | -3/+3 |
* | UTF-X encoding invariance for Encode: | Nick Ing-Simmons | 2001-03-18 | 1 | -15/+4 |
* | More Encode alias tidying. | Nick Ing-Simmons | 2001-03-05 | 1 | -19/+17 |
* | The mapping of ISO Latin X to ISO 8859-Y is tricky. | Jarkko Hietaniemi | 2001-03-05 | 1 | -3/+18 |
* | Add more ISO 8859 encoding aliases. | Jarkko Hietaniemi | 2001-03-05 | 1 | -1/+2 |
* | Encode implementation "completion" | Nick Ing-Simmons | 2001-03-05 | 1 | -207/+152 |
* | Re: Errors in core PODs | Michael Stevens | 2001-02-28 | 1 | -1/+1 |
* | Encode implementations docs. | Nick Ing-Simmons | 2001-02-25 | 1 | -2/+148 |
* | Change method names in Encode implementation classes to something | Nick Ing-Simmons | 2001-02-25 | 1 | -14/+30 |
* | Checked in the wrong one ... | Nick Ing-Simmons | 2001-02-25 | 1 | -6/+5 |
* | Encode API documentation nd tidy up. | Nick Ing-Simmons | 2001-02-24 | 1 | -325/+511 |
* | More rigor in UTF-8-ness of Encode's toUnicode | Nick Ing-Simmons | 2001-01-01 | 1 | -3/+14 |
* | Loose the "Loading..." warning. | Nick Ing-Simmons | 2001-01-01 | 1 | -1/+1 |