Hi, I'm trying to figure out how to create a directory with a Japanese name.
Preferably, I'd like to do this from a batch file, but I'll settle for a C++ solution if it can't be done in a batch file.
I have a Unicode Japanese string, but I can't use that directly because it has illegal filename characters (plus I doubt it would be recognized as Japanese anyways).
Preferably, I'd like to do this from a batch file, but I'll settle for a C++ solution if it can't be done in a batch file.
I have a Unicode Japanese string, but I can't use that directly because it has illegal filename characters (plus I doubt it would be recognized as Japanese anyways).