Re: [R] "R CMD Rd2txt" generate "_^H" for in all section titles

2014-11-13 Thread Zheng Da
27;m just curious. Which text editor can actually display _^H correct? I normally use vim. I also tried gedit. I even tried a web browser (chrome). Da On Thu, Nov 13, 2014 at 8:29 PM, David Winsemius wrote: > > On Nov 13, 2014, at 11:51 AM, Zheng Da wrote: > >> Hello, >> >>

[R] "R CMD Rd2txt" generate "_^H" for in all section titles

2014-11-13 Thread Zheng Da
Hello, I'm trying to generate plain text from the .Rd files. I run "R CMD Rd2txt xx.Rd -o xx.txt" to get the plain text file. When I open the text file, I see "_^H" in front of each character in all section titles. I can't figure out where the problem is. If I don't specify -o argument, "R CMD Rd2