Aug 22 Tcl Meetup notes

Difference between version 2 and 3 - Previous - Next
Tcl Meetup 2022-08-09

Topics
   * Tcl 8.7. Again! But what *concrete* steps can be taken to move it forward to an actual release?
----
'''[dkf] - 2022-08-09 14:51:25'''

Channel encoding issues: errors should be selectable, not on default. Three stratgies:
   1. Error on invalid
   2. Replacement on invalid
   3. Guess

Choose with `chan configure`?