Cvs Commit: cvsnt
| Newsgroups | gmane.comp.version-control.cvs.windows-nt.cvs |
|---|---|
| Message-ID | <[email protected]> |
CVSROOT: /usr/local/cvs Module name: cvsnt Changes by: [email protected] Sat Oct 27 21:22:05 2007 On host: mail.march-hare.com Directory: cvsnt/cvsapi M Codepage.cpp 1.17 -> 1.18 Bug Id: Log message: I tried doing a "cvs rls" to a cvsnt 2.5.03 server on windows, and also one on HPUX and EVS client crashed in both cases. If the server was running in a different codepage to the client then this crash would apparently always occur. Ive modified the code to what I think the author intended, but I have not tested the new execution path. I have tested this against EVS and CVSNT 2.5.03 (windows and hpux servers) so therefore that has tested both a non-translation and a other-codepage to UTF8 translation. Not tested is a UTF8 server to a non-UTF8 EVS Client (Im not even sure if that is possible, certainly not standard).