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.
Mike Lehmann wrote: > Just curious, how do I tell CVSNT in what encoding my local text files > are stored? Using -k{} as an override. So you can do 'cvs add -k{SJIS}', commit that, then do 'cvs up -k{ARABIC}' (although you're not likely to get sane results with that particular transformation). You can use anything that the local iconv library supports. The Win32 one doesn't have EBCDIC encodings though so be careful if you use those. Tony (btw. this *should* work.. it's not something I've tried at all since the initial testing).