From f248da0b91ab87d5a64cbcb3f288ea6d78769603 Mon Sep 17 00:00:00 2001 From: Aleteoryx Date: Tue, 21 Oct 2025 09:51:48 -0400 Subject: [PATCH] enc: latin1 --- ntalk.tcl | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/ntalk.tcl b/ntalk.tcl index 3ee3796183fe4092e7b9b958a64d53e134fc6625..d7c66a085640b56d84d9da17639ae5266c38c8ea 100755 --- a/ntalk.tcl +++ b/ntalk.tcl @@ -319,7 +319,7 @@ menu .menu.server.rm -tearoff 0 .menu.nt add command -label "about ntalk" -command { tk_messageBox -title "about ntalk" \ -message "ntalk\nby aleteoryx" \ - -detail "last updated 2025-10-20" \ + -detail "last updated 2025-10-21" \ -icon "info" } .menu.nt add separator @@ -721,7 +721,7 @@ set fp [open $scriptpath w] puts $fp [string trim $cscript] close $fp -fconfigure $sok -translation lf -blocking false +fconfigure $sok -translation lf -blocking false -encoding iso8859-1 fileevent $sok readable [list incoming $sok] set user [string trim $user] .foot.name configure -text "${user}:"