I'm reading in a text file from Project Gutenberg (War and Peace) and the first 
line contains the following when I print it out using nim: "The Project 
Gutenberg EBook" Whereas in C++ doing the same thing I see no such special 
characters (the first 3). Nor in Notepad++ with all whitespace made visible. 
Help? Where are these characters coming from?
    
    
    for line in lines "wap.txt":
        echo line
    

Reply via email to