Having read tutorials and books on C, I am trying hard to connect my knowledge of UTF (as the text format for roman letters and all sorts of other alphabets/scripts) with C, as a programming language used all over the world.
C seems to take ASCII characters.
So if I wanted to write a program with input/output in Chinese,say, how would I implement this with C?