Aug 1, 2003 #1 H h0ffman Newcomer Joined Aug 1, 2003 Messages 1 Hi there, I'm using the streamreader class to read a fixed field CSV file. Problem is, whenever it reaches a £ in the text, it ignores it. I tried changing the text encoding to ascii, which worked BUT now it replaces the £ with a ? Can any1 help?
Hi there, I'm using the streamreader class to read a fixed field CSV file. Problem is, whenever it reaches a £ in the text, it ignores it. I tried changing the text encoding to ascii, which worked BUT now it replaces the £ with a ? Can any1 help?
Aug 1, 2003 #2 J JABE Junior Contributor Joined Jun 24, 2003 Messages 375 Location Philippines Have you tried the other encoding types (like Unicode)?