|
From: Rolf A. <tcl...@po...> - 2023-01-29 18:11:27
|
apnmbx-public--- via Tcl-Core writes: > Here too, from the Jan 17 build artifact, > > % encoding convertto ascii \uDC00 > ? > > % encoding convertto utf-8 \uDC00 > unexpected character at index 0: 'U+00DC00' > > Op vr 27 jan. 2023 om 22:21 schreef Jan Nijtmans: > So, I am wondering which version of Tcl 9.0 you were testing. It's the commit https://core.tcl-lang.org/tcl/info/515bfbe816ef7b13 from 2023-01-19 which makes the difference here. Prior to that the examples work (wrongly) as Ashok reported, since this commit this is fixed as Jan showed. Btw, @Francois, that code change which fixed the behaviour here had its root in the ticket https://core.tcl-lang.org/tk/tktview?name=370b1ff03e - getting the things discussed here right is of course important also for a working Tk. rolf |