Is there any problem using Japanese characters in strings?

I'm sure this is going to sound like a dumb question, but I'm going to try to build a simple console program to help me study Japanese and I was wondering if c++ has any issues with taking Japanese characters from a file, putting them into vectors and running the vectors through functions and such. I don't know why it would, but I don't want to dump hours of my life into this only to find out it won't work. Thanks in advance.
I'm sure it's possable , you'll probebly have to use the wchar_t data type.
Though I got no experiance with that.

hope it helped in some way ^^
Topic archived. No new replies allowed.