From: Gustaf N. <ne...@wu...> - 2023-06-18 10:44:00
|
On 17.06.23 19:08, Sassy Natan wrote: > Is there any way to keep it as it was? > So encoding convertfrom utf-8 will work like in the past? The "encoding convertfrom" has not changed, but its output is now properly encoded. The following will probably work for you: add the following section to your configuration file (and for other extensions, when you need this). ns_section ns/encodings { ns_param .adp iso8859-1 } I am not sure, what this will mean for Tcl9 though. all the best -g |