On 28 Mar 2006 at 20:11, Steven H. Rogers said: > Very nice idea, but the non-ASCII characters int he ".txt" file make it > hard to interpret.
Unicode (in UTF-8). The first three characters are the UTF-8 version of Byte Order Mark and are a signal to any Unicode-aware text editor. (There are no other 8-bit characters present, so I cannot imagine why Mr Rich's editor saw fit to include a BOM). ---------------------------------------------------------------------- For information about J forums see http://www.jsoftware.com/forums.htm
