Encoding - unicode

2006-01-10 Thread Robert Deskoski
Hi there, Currently I have a file with germanic names which are, unfortunately in this format: B\xf6genschutz As well as being mixed with those who actually have the correct character's in them. What I am trying to do is convert the characters in the above format to the correct format in a text f

popen and stderr

2006-02-01 Thread Robert Deskoski
Hey all, Currently i'm trying to use popen3 to access stderr - i wanted to use it to output some text to the parent process, so it can display it (non-console, graphically is what I mean). Is it possible to write to stderr fromt he child process or, barring this, to attach another stream to the ch