Re: Stop adding ^M characters

2021-04-06 Thread Bruce Van Allen
On 6 Apr 2021, at 16:31, Arthur Goldberg wrote: > I don't "see "Windows (CRLF)" at the bottom of the window 'chrome'." I'm > editing Python & see this: Preferences -> Appearance -> Text status bar items: _√_ Text Encoding Thanks, - Bruce _bruce__van_allen__santa_cruz__ca -- This is the

Re: Stop adding ^M characters

2021-04-06 Thread Arthur Goldberg
Thanks everyone. Yes, this only happens with some files, and always with them. I have followed the Git for Windows: Line Endings advice, creating .gitattributes. I don't "see "Windows (CRLF)" at the bottom of the window

Re: Generating worksheets programmatically

2021-04-06 Thread jj
Bruce, With Charlie's tip you can go full perl. ```perl #!/usr/bin/perl use strict; use warnings; my $project = 'abc'; my $dir = '/Users/me/test'; my $wksht_file_name = 'ws_test_01'; my $wksht_tmpl = --- You received this message because you are subscribed to