I try to output a specific character into a file, but everytime I do, it just stands "unterminated string or character constant" and "possible real start of unterminated constant".

It's not a: \, a: ' or a: " which I'm trying to output, it's another character.

I've also tried to put a: \, before the character, but it doesn't help.

Although I know that it's possible to output this character because I have another program that does it.


I haven't got a clue!