How to get japanese filename in a Plug-in application
Hi I am using below code to get active doc file name in my plug-in application,
ASPathName asSourcePath = ASFileAcquirePathName(PDDocGetFile(pdDoc));
char *lsSourcePath = ASFileSysDIPathFromPath(ASGetDefaultFileSys(), asSourcePath, NULL);
it is fine for English text, but when I have Japanese text in the file name, it is not,
how can I obtain Japanese text file name for an active document? Any help would be highly appreciated.
thanks
