9fans archive / 1997 / 02 / 3    prev next

search terms are split using tokenize from:regexp searches From: lines subject:regexp searches Subject: lines before:yyyy[/mm[/dd]] and after:yyyy[/mm[/dd]] specify date range powered by grep(1)
From: Russ Cox rsc@del... Subject: grap troubles Date: Sun, 2 Feb 1997 09:16:21 -0500 I've had problems with grap garbling unicode inside the G1/G2 pair, but unicode outside the graph seems to be left alone. Inside the G1/G1, unicode becomes a single 0xE2 for me. Input of term% cat /tmp/graph ♚ ♘ ♟ ♝ ♗ .G1 label left "white ♛" label bot "black ♕" 1 2 3 4 5 6 7 8 .G2 term% illustrates this nicely. It is also telling that running 'grap -d' on this file commits suicide. Anyone else with ideas?