[PR #693] Rewritten output handler #1522

Closed
opened 2026-01-29 17:16:55 +00:00 by claunia · 0 comments
Owner

Original Pull Request: https://github.com/CCExtractor/ccextractor/pull/693

State: closed
Merged: Yes


Previously, I wrote down all the characters at once, but it gave rise to different encoder errors. It's better (and faster I guess) to save all chars in the buffer at print the whole buffer.
Closes #690

**Original Pull Request:** https://github.com/CCExtractor/ccextractor/pull/693 **State:** closed **Merged:** Yes --- Previously, I wrote down all the characters at once, but it gave rise to different encoder errors. It's better (and faster I guess) to save all chars in the buffer at print the whole buffer. Closes #690
claunia added the pull-request label 2026-01-29 17:16:55 +00:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: starred/ccextractor#1522