Roy Ivy III 0ef4806272 FIX gow.bat file generation
* change method of generating gow.bat to generate a normal ASCII character file

.# DISCUSSION

At the PowerShell command line, using `echo STRING > FILE` will generate a
UTF-8-BOM or UTF-16-BOM encoded file. But, CMD interprets files as using the
128-character ASCII character set (character codes 0 to 127). CMD will tolerate
files using the full 256 character "extended-ASCII" set (or even larger
dual-byte character sets). But, in this circumstance, interpretation/display
is dependent on the currently selected code page. It's best to stick to pure
ASCII files if at all possible.

Using `STRING | Set-Content FILE` instead creates the correct ASCII character file.

NOTE: ASCII (not "extended-ASCII") and UTF-8 (non-BOM) encoded files are exactly equivalent.

ref: [Unicode UTF and BOM] http://www.unicode.org/faq/utf_bom.html @@ https://archive.is/TKnyk
ref: [Unicode and NET] http://csharpindepth.com/Articles/General/Unicode.aspx @@ https://archive.is/czs89
2015-07-02 16:30:47 -05:00
2015-04-02 16:03:39 +02:00
2014-02-26 10:20:21 +10:00
2015-02-11 08:26:53 +11:00
2015-05-25 19:00:30 +09:00
2015-05-22 08:01:15 +10:00
2015-04-02 15:29:53 +11:00
2014-11-28 17:45:53 +11:00
2015-05-26 00:30:09 +02:00
2015-02-11 08:26:53 +11:00
2014-11-04 12:03:04 +01:00
2015-06-22 14:45:20 -04:00
2015-06-22 18:16:51 -04:00
2014-11-17 23:26:09 -05:00
2013-11-16 21:07:48 +10:00
2013-11-28 16:06:50 +00:00
2013-08-30 20:11:58 +10:00
2015-02-11 08:26:53 +11:00
2015-02-11 08:26:53 +11:00
2015-02-11 08:26:53 +11:00
2015-02-11 08:26:53 +11:00
2015-01-16 00:00:26 -06:00
2015-03-24 21:41:54 -07:00
2014-08-01 17:25:12 -04:00
2015-03-24 21:30:46 -07:00
2015-07-02 16:30:47 -05:00
2015-04-24 07:49:04 -04:00
2015-02-11 08:19:03 +11:00
2015-04-24 07:20:34 -04:00
2015-02-11 08:26:53 +11:00
2015-06-21 17:29:46 +09:00
2015-04-10 17:18:39 +10:00
2015-06-03 11:02:35 +02:00
2015-02-11 08:26:53 +11:00
2015-02-04 08:15:24 +01:00
2014-09-29 12:54:20 -04:00
2014-11-09 21:31:43 +11:00
2015-02-11 08:26:53 +11:00
2015-04-21 16:44:36 -03:00
2014-12-24 01:25:15 +11:00
2015-05-17 13:08:31 +03:00
2015-01-17 17:06:37 -08:00
2015-02-11 08:26:53 +11:00
2014-03-03 21:03:07 +10:00
2014-11-03 09:08:14 +11:00
2013-08-10 09:15:28 +10:00
2015-05-13 23:29:12 +03:00
2014-11-13 09:37:34 -05:00
2015-05-09 15:53:45 +03:00
2015-04-10 17:36:50 +10:00
2015-05-21 17:43:30 -04:00
2014-12-18 11:56:57 -05:00
2015-03-15 16:39:39 +11:00
2014-11-08 21:58:19 +11:00
2015-06-13 09:23:01 +10:00
2015-02-11 08:26:53 +11:00
2015-04-12 12:08:08 +10:00
2015-02-09 10:42:45 -02:00
2015-04-25 18:09:17 +09:00
2015-04-25 18:09:17 +09:00
2015-06-14 07:29:10 +10:00
2015-03-23 15:49:46 +11:00
2013-09-10 14:29:22 +10:00
2015-04-10 17:27:51 +10:00
2015-05-24 23:53:30 -07:00
2015-03-21 12:57:33 +11:00
2014-09-29 15:14:41 +10:00
2014-08-04 02:23:56 -04:00
2015-01-06 11:42:16 -05:00
2015-04-05 11:36:33 +10:00
2014-08-26 16:37:40 -06:00
2015-06-20 01:38:24 +02:00
2013-09-07 21:57:16 +10:00
2014-12-01 20:49:42 +00:00
2013-11-28 22:29:58 +01:00
2015-04-24 16:32:12 +10:00
2015-05-02 09:52:12 +10:00
2015-02-07 12:32:14 -05:00
2015-02-11 08:19:03 +11:00
2013-09-29 11:47:29 +10:00
2014-10-04 09:05:05 +10:00
2015-03-22 13:44:22 +11:00
2014-07-18 12:52:10 +10:00
2015-04-01 13:58:08 +11:00
2015-02-11 08:26:53 +11:00
2015-02-11 08:26:53 +11:00
2013-08-10 10:26:12 +10:00
2015-02-11 08:26:53 +11:00
2015-01-17 13:38:05 -05:00
2015-04-05 01:48:33 -03:00
2015-02-11 08:26:53 +11:00
Description
Mirror of Scoop's Main bucket
Unlicense 139 MiB
Languages
PowerShell 100%