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.
lahavav at post.tau.ac.il wrote: > To overcome this problem, I have changed the codepage when converting filenames > from unicode to ascii in some places in the code, to Korean codepage (949). > Don't do that - it'll screw up not only the filenames but in some cases the file contents as well. Run a cvsnt server on the Unix side and you can run it in utf8 mode. The cvsnt client will then automatically convert for you. Tony