Changes between Initial Version and Version 1 of Ticket #1374, comment 4


Ignore:
Timestamp:
11/25/21 09:44:39 (2 years ago)
Author:
sjamaan
Comment:

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?
     1hmm, 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`?