bug-cvs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

does cvs use iso 8859 or unicode?


From: Ronald Petty
Subject: does cvs use iso 8859 or unicode?
Date: 09 Mar 2003 23:01:14 -0600

I am working on a parser for cvs files like somefile,v.  However I read
the man page for rcs file "man rcsfile" and it says they mainly use iso
8859/1 for what they consider visible characters and whitespace.  I was
wondering if this is true or not.

Basically when I write this parser, in order to 

       sym       ::=  {digit}* idchar {idchar | digit}*

       idchar    ::=  any visible graphic character except special

       special   ::=  $ | , | . | : | ; | @

I need to be sure what "any visible graphic character" is.  If cvs only
uses ascii this would be easy, but I doubt that is the case.

Thanks again.
Ron





reply via email to

[Prev in Thread] Current Thread [Next in Thread]