Hi, if I'm writing a Huffman code, I noticed that the text files online don't have a 1:1 relationship for total occurrances of new line with total occurrances of carriage return. I made a smalle text file and whenever I pressed the Enter key (I'm using Windows), I looked at the result and the newline appears the same number of times as the carriage return, which makes sense since a new line character cannot be produced without a carriage return character from pressing Enter key, so why do the web pages I created a huffman code with show the new line but no carriage return. So is it possible to create a new line character without using Enter to create a carriage return character?