The following is the contents of a text file I wish to read:
P$öóŦ :mk ¨=EdQ°Ïºüz³ÔqSM,Ý
‹RŒÇý${”
It is the output of an encrpyion process. I am trying to read the first line into var1 and the second line into var2. When I try to read the file it only reads the first three characters. I suspect it assumes that the $ means EOF. How could i read the first line into var1 and the second into var2? On a side not if the encryption process yields a \n or some other special character will this cause me problems too?
P$öóŦ :mk ¨=EdQ°Ïºüz³ÔqSM,Ý
‹RŒÇý${”
It is the output of an encrpyion process. I am trying to read the first line into var1 and the second line into var2. When I try to read the file it only reads the first three characters. I suspect it assumes that the $ means EOF. How could i read the first line into var1 and the second into var2? On a side not if the encryption process yields a \n or some other special character will this cause me problems too?