Enrico Forestieri wrote: > The attached patch fixes the problem reported by Uwe. I am afraid but > with mingw/cygwin the setlocale() thing doesn't really work, so I always > assume iso-8859-1 (latin1).
dt2dv/dv2dt should not be aware of any locale. They simply should process the raw data without interpretation. IMO the isprint test is wrong and should be dropped completely. At least for our usage we know that everything we put in the dtl file is OK. Could you prepare & commit a patch that does this, including a comment why we do so? Georg