This content has been marked as final.
Show 4 replies
-
1. Re: Does photoshop cs5 sdk support file names with unicode characters?
Tom Ruark Mar 6, 2012 9:02 AM (in response to senthil.t)I would check the value of propUnicodeName in PIProperties.h and use the property callback at propertyProcs.
Another option would be struct SPPlatformFileSpecificationW *fileSpecW; in ReadImageDocumentDesc
-
2. Re: Does photoshop cs5 sdk support file names with unicode characters?
senthil.t Mar 6, 2012 10:35 PM (in response to Tom Ruark)Thanks for the prompt reply.
I can read the unicode filenames with propUnicodeName, but I dont find any properties to get the full path to file in unicode.
Is there any way to get the path of the current document in unicode format?
Thanks,
Senthil.
-
3. Re: Does photoshop cs5 sdk support file names with unicode characters?
Tom Ruark Mar 7, 2012 8:33 AM (in response to senthil.t)What is SPPlatformFileSpecificationW *fileSpecW; in ReadImageDocumentDesc?
-
4. Re: Does photoshop cs5 sdk support file names with unicode characters?
senthil.t Mar 7, 2012 9:27 AM (in response to Tom Ruark)SPPlatformFileSpecificationW is not available in ReadImageDocumentDesc.
It has SPPlatformFileSpecification_t which is coming as null for export module.
I am using phostoshop cs5 sdk for windows.
Thanks,
Senthil.


