In WinCvs, when I take update of a file (in my case its .sql file) the EM Dash (–) gets replaced by character —. How can I get rid of this? I am using WinCvs version - 2.1.1.1(Build 1)
Asked
Active
Viewed 122 times
0
-
1Looks like CVS doesn't like Unicode, could you get away with using a hyphen/minus instead? – phuzi Oct 04 '18 at 07:47
-
No.. there are hundreds of .sql files already available in repo and its tough and time consuming to replace each and every em dash with hyphen/minus – Tarun Mittal Oct 04 '18 at 08:19
-
Is it actually getting replaced, or is it just displaying with the wrong encoding? (And in 2018, why are you using CVS?!?) – Marnen Laibow-Koser Mar 18 '19 at 21:59
-
@ Marnen Laibow-Koser, its actually getting replaced. I am working on a product which is quite old and its using CVS..! – Tarun Mittal May 14 '19 at 09:53