Re: [go-nuts] Println output missing in Windows, but not Linux

2019-03-15 Thread Rich Podraza
Thanks, it did seem to be something like that. In the cmd window I couldn't see it, but when I wrote to a file I could see garbage bytes at the end of my line On Tue, Mar 12, 2019 at 10:34 PM Kurtis Rader wrote: > I'm a new Go programmer but a grey beard (I started programming in the > 1970's).

Re: [go-nuts] Println output missing in Windows, but not Linux

2019-03-12 Thread Kurtis Rader
I'm a new Go programmer but a grey beard (I started programming in the 1970's). I'm just spit-balling but the behavior you describe suggest to me a locale problem. For example, the Go program is likely emitting UTF-8 but your MS Windows console is likely expecting a different encoding (e.g., code p