Community technical support mailing list was retired 2010 and replaced with a professional technical support team. For assistance please contact: Pre-sales Technical support via email to sales@march-hare.com.
Richard Wirth wrote: > when I ommit the '-ttt' everything is working! but than I get a > warning (?): > > cvs.exe diff: Characters from server lost in translation > > and the Copyright sign in the sources gets lost :-( > > There's no mapping for copyright symbol in CP1252 so it can't format the string for display. It'll only affect the diff... one day I'll make the client unicode so it'll become less of an issue (since NT can display pretty much any character). Tony