118 Commits (master)

Author SHA1 Message Date
J. King 88dbf8398a Don't use @; fix dynamic properties 1 year ago
J. King 07d26e3f45 Add BOM handling 3 years ago
J. King 2e2ed16788 Tests for ISO-2022-JP spanning 3 years ago
J. King 143590cb53 Hopefully less incorrect spanning for ISO-2022-JP 3 years ago
J. King e5aac0b409 Improved spanning for ISO-2022-JP 3 years ago
J. King d9d92e5e77 Test all spanning other than ISO-2022-JP 3 years ago
J. King 81186973f1 Partial tests for ASCII spanning 3 years ago
J. King 60a5487e46 Fix spanning with single-byte encodings 3 years ago
J. King cc9c937810 Don't rely on PHP 8 signature changes 3 years ago
J. King bf81571ce4 Prototype strspn equivalent 3 years ago
J. King 87ec30a375 Explicit constant visibility 4 years ago
J. King 600379a4dd Fill out API documentation 4 years ago
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