ccyf writes:
> 
> If files contain non-ascii characters, does cvs commands like diff 
> still work?

Yes, but CVS reads each byte as a separate character, so some encodings
can cause problems.  For example, if a file contains the sequence of
bytes "$", "I", "d", "$", even if they're really part of other
characters, CVS will do keyword substitution on them.

-Larry Jones

There's never enough time to do all the nothing you want. -- Calvin

Reply via email to