Changes between Initial Version and Version 1 of Ticket #1374, comment 4
- Timestamp:
- 11/25/21 09:44:39 (3 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #1374, comment 4
initial v1 1 hmm, on second thought, that would break writing of raw bytes or latin1. Perhaps this is better solved by the utf8 egg overloading the port with a custom port that calls the underlying port's `write-char` in the described way ?1 hmm, on second thought, that would break writing of raw bytes or latin1. Perhaps this is better solved by the utf8 egg overloading the port with a custom port that calls the underlying port's `write-char` in the described way, and then handing that off to the built-in `display`?