It seems the binmode() is needed with UTF-8 locales enabled.
[p5sagit/p5-mst-13.2.git] / ext / Encode / Encode.xs
2001-02-24 Nick Ing-Simmons Encode API documentation nd tidy up.
2001-01-24 Charles Bailey SYN SYN
2001-01-22 Nick Ing-Simmons More messing with Encode:
2001-01-21 Nick Ing-Simmons Warn and set errno when open(...,":encoding(xxxxx)...
2001-01-12 Robin Barker -Wformat
2001-01-08 Charles Bailey Once again syncing after too long an absence
2001-01-02 Jarkko Hietaniemi Signedness nit.
2001-01-01 Jarkko Hietaniemi Integrate perlio:
2001-01-01 Nick Ing-Simmons More rigor in UTF-8-ness of Encode's toUnicode
2000-12-31 Nick Ing-Simmons Start of support of ICU-style .ucm files:
2000-12-14 Jarkko Hietaniemi Integrate perlio:
2000-12-14 H.Merijn Brand [8104] Encode
2000-12-14 Nick Ing-Simmons "Compiled" encodings.
2000-12-11 Nick Ing-Simmons Finish 1st pass of "encoding" layer e.g. :
2000-12-10 Nick Ing-Simmons Not merge worthy...
2000-10-24 Andreas König Fix the bug reported in
2000-10-20 Charles Bailey SYN SYN
2000-10-02 Nick Ing-Simmons A few tweaks to get Tk803 to work with Encode scheme.
2000-09-15 Spider Boardman Multiplicity & ithreads fix for sv.c/Encode.xs
2000-09-14 Jarkko Hietaniemi Small portability tweaks.
2000-09-14 Jarkko Hietaniemi Fake return to pacify picky compilers.
2000-09-14 H.Merijn Brand Problems picked up by AIX cc.
2000-09-14 Jarkko Hietaniemi Batch of UTF-8 patches from Simon Cozens.
2000-09-13 Jarkko Hietaniemi Add the Encode extension. The code is still largely...