Hello, another newb with another file i/o problem here.
I can output ok, not that much of a problem. The only thing is that one of those characters I output to file happens to be an odd one (ASCII code 12, a female symbol (you know, with the circle and cross) to be specific).

When I then try to input the file to a string, it simply ignores this characrer (it is the first one in the file by the way). I have tried replacing it wuth "normal" characters,(7 and k), and they are accepted.

Little odd, that is all, hoping someone here can help me out.
Thanks.