On 3/29/2017 3:25 PM, Warren Young wrote:
On Mar 29, 2017, at 2:05 PM, The Tick <the.t...@gmx.com> wrote:

On 3/29/2017 2:36 PM, Richard Hipp wrote:
Most of the world is using UTF-8 now.

I'm wondering how that can be for programming language source files.




Any text editor or compiler that can’t cope with UTF-8 in 2017 is broken or can 
be ignored.

I've been using vi for 40 years so that's not going to change. I certainly won't revert to something as horrendous as notepad or similar.


$ /c/Program\ Files/tcl/bin/tclsh u.tcl
invalid command name "puts"
   while executing
"puts "This is a copyright symbol: ©.""
   (file "k.tcl" line 1)

That sounds like an issue you should bring up with the providers of your Tcl 
implementation.  Tcl works just fine with UTF-8 on POSIX type platforms.

Second existence proof: https://tangentsoft.com/pidp8i/artifact/79fb335f12f1f6de

(auto.def is an autosetup script, which is based on Tcl.)

It may be that your particular Tcl implementation is blindly assuming UTF-16 
because you’re running it on Windows.

Active State Tcl 8.6.4.

As much as I wish unix had supplanted windows, it's an unfortunate de facto standard for probably most people using desktop computers.

_______________________________________________
fossil-users mailing list
fossil-users@lists.fossil-scm.org
http://lists.fossil-scm.org:8080/cgi-bin/mailman/listinfo/fossil-users

Reply via email to