78 Commits (c234702cce5209dc7fdf2f3f5d76766c79d2a360)

Author SHA1 Message Date
J. King c234702cce Speed up encoding; make ISO 2022-JP more consistent 4 years ago
J. King efdac91b30 Optimize ISO 2022-JP encoder 4 years ago
J. King be2134cc71 API re-organization 4 years ago
J. King 464bc4a0a9 Specify PHP 7.1 requirement 4 years ago
J. King cde4100b8a Make correct termination of an ISO 2022-JP output string easier 4 years ago
J. King 808b4128dd Tests for replacement encoding; readme correction 4 years ago
J. King ffa3f431d6 Coverage fixes 4 years ago
J. King d580e93e52 ISO 2022-JP encoder tests and fixes 4 years ago
J. King 10328b6806 Tests for general encoder 4 years ago
J. King db738bba99 Encoder for x-user-defined 4 years ago
J. King a57dde6dbd Style fixes 4 years ago
J. King 16f411c767 Prototype ISO 2022-JP encoder 4 years ago
J. King cdd1c0182b Corrected ISO 2022-JP decoder and seeker 4 years ago
J. King 9f7e496bf6 Plug potential memory leak 4 years ago
J. King 2f3ad29ce6 Prototype ISO 2022-JP decoder 4 years ago
J. King 96846d061c Complete Shift_JIS testing 4 years ago
J. King 915aa7ca93 Finally fix Shift_JIS seeker 4 years ago
J. King 4b2a396c64 Prototype for replacement encoding 4 years ago
J. King ef9932ffcb Correct various ShiftJIS errors 4 years ago
J. King d9b8cd8dd1 Fixes for multi-byte index-base encoders 4 years ago
J. King 9e812ffdf8 Second stab at Shift_JIS 4 years ago
J. King b284056644 Encode correct duplicate pointers in EUC-JP 4 years ago
J. King 46b6ac3c44 Complete and correct EUC-JP implementation 4 years ago
J. King 0682e294c8 Add new labels 4 years ago
J. King f7246ccc34 Fix gb18030 seeking; tidy up 4 years ago
J. King 0eb2a8ac24 Fix bugs in gb18030 and UTF-16 4 years ago
J. King a12a2a0413 Simplify EUC-KR seeking 4 years ago
J. King be034a08e0 Move dirty EOF handling to UTF-16 4 years ago
J. King 1f007b88f1 Fix UTF-8 seeking through truncated sequences 4 years ago
J. King 220cbce9a0 Address performance regression in peeking 4 years ago
J. King 9f08fb7424 Fix backwards seeking for Big5 4 years ago
J. King 6417e8f0be Start overhauling error handling; adjust coverage annotations 4 years ago
J. King e06096c624 Ensure seekBack is defined 4 years ago
J. King 61a77086bb Make GenericEncoding trait an abstract class 4 years ago
J. King 235fdc4103 Note self-synchronizing encodings for later 4 years ago
J. King a3c16252b8 Correct documentation of StatefulEncoding 4 years ago
J. King f69cd98b4c Make posErr fully generic 4 years ago
J. King 7339176e3e Split error handlers 4 years ago
J. King befd1feb3a Apply stricter house style where possible 4 years ago
J. King 85f06186f2 Partial Shift_JIS implementation 4 years ago
J. King fc44bb1415 Generalize handling of dirty EOF 4 years ago
J. King 200a310f72 Optionally allow surrogates 4 years ago
J. King eae901a9e2 Add new methods 5 years ago
J. King 106167ab39 Cleanup 6 years ago
J. King 8dfb1ba984 Initial implementation of EUC-JP 6 years ago
J. King 2810ed9b2a Full tests for EUC-KR 6 years ago
J. King fb70543c0f Change gb18030 loop to be consistent with Big5 and EUC-KR 6 years ago
J. King c4cdbdd5c8 Initial implementation of EUC-KR 6 years ago
J. King bfc6c677c5 Complete Big5 tests, with numerous fixes 6 years ago
J. King 4a091610e9 Initial implementation of Big5 encoding 6 years ago