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.
Pavel Stehule wrote, > c:\cvs\cvs add -ku sla1.xml > c:\cvs\cvs commit sla1.xml > del sla1.xml > c:\cvs\cvs update sla1.xml > > I use UTF-8 encoding. I known so broken files are one byte greather then > original files. With normal unicode files I haven't an problem. Do support > cvsnt UTF-8 or not? UNICODE of 'CVSNT supports UNICODE' means UCS2 file. I think unicode header '0xfeff' should be included. You can add utf-8 file as normal text. But be careful not to use characters that code are greater than 0x80 for filename. Because if conflict occures, the filename is inserted to merged file. Hiroshi Kuribara