I'm getting some problems in creating files with file names of special characters in Mac OS X using C++.
This is is my App Print :
File Name is received from another executable thru sockets. (Most annoying thing is i have not been able to print the file name at all in terminal. It just shows question marks only.But when i write the file name to another file's content, it shows the exact characters.)
My App Print :
######
File Name before decoding : /Users/zeus/workspace/Unicodes/files/%D4%D3%C2%F3_1.txt
File Name after decoding : /Users/zeus/workspace/Unicodes/files/????_1.txt
File Opened and Written #####
After the app is done, when i check for the file it shows % chars in file name. How is that possible ..?