S
Sean Berry
Forgive me, I am not very experience in C.
In Java, if I want to encode a special character (a tilde ~ in this case) I
can use unicode value /u00F1.
How can I do this is C. I tried doing this, but got a warning "unknown
escape sequence \u".
I tried making the unicode with hex values, but no good there either. Could
someone point me in the right direction?
Thanks
In Java, if I want to encode a special character (a tilde ~ in this case) I
can use unicode value /u00F1.
How can I do this is C. I tried doing this, but got a warning "unknown
escape sequence \u".
I tried making the unicode with hex values, but no good there either. Could
someone point me in the right direction?
Thanks