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.
Mitch, > I am in China, and I want to use CVSNT on a Windows server and client. > I would like CVSNT to use Unicode (ideally UTF-8), but I'm having > trouble getting both sides set. The unicode server setting is on the advanced tab of the control panel on the server. By default the client does (and usually should) use the codepage of the client, or you can use -O to disable the conversion (eg: cvs -O co fred) - however that is really not advised. If you want the client to run in UTF8 you should be running windows client in UTF8, ie: cmd /u cvs --utf8 co fred > Any help would be appreciate. If this is a Windows setup issue, a > pointer to a web page would be great. The help is in 'cvs --help-options' Regards, Arthur