This is the mail archive of the cygwin mailing list for the Cygwin project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

UTF8 and cvs issues in 1.7.2


Some time ago in cygwin 1.5 I did this:

 orion> cvs ci Ãppel.txt
/home/michael/Repos/Ãppel.txt,v  <--  Ãppel.txt
initial revision: 1.1
 orion>
 orion> cvs -qn up
 orion>

Exactly the expected behavior.


Now in my new 1.7.2 installation the cvs up gives this (in an rxvt window):

 orion> cvs -qn up
U ÃÂppel.txt
cvs update: warning: `Ãppel.txt' is not (any longer) pertinent

 orion> locale
LANG=C.ASCII
LC_CTYPE="C.ASCII"
LC_NUMERIC="C.ASCII"
LC_TIME="C"
LC_COLLATE="C.ASCII"
LC_MONETARY="C.ASCII"
LC_MESSAGES="C.ASCII"
LC_ALL=

 orion> printenv | grep ^L | sort
LANG=C.ASCII
LC_TIME=C


orion> cvs -v


Concurrent Versions System (CVS) 1.12.13 (client/server)
...

How to fix this?

Thanks,
Michael

--
Problem reports:       http://cygwin.com/problems.html
FAQ:                   http://cygwin.com/faq/
Documentation:         http://cygwin.com/docs.html
Unsubscribe info:      http://cygwin.com/ml/#unsubscribe-simple


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]