Hi To all members of the forum.
My name is Momir Zecevic and i have developed automation plugin for Photoshop and it work well for almost 8 years now (Windows XP, Vista, 8, Visual studio 97 and Photoshop 7 SDK). However client for which I have written plugin wants me to add possibility for new version so that plug-in can read international characters from text layers (Russian , French German etc) as well as layer names if they have international characters in it.
I have tried but seems that I am missing something obvious
Here is example what I get from getter
Example:
error = sPSActionDescriptor->Make(&desc00000B28);
if (error) goto returnError;
error = sPSActionDescriptor->PutString(desc00000B28, keyName, "X????????X");
if (error) goto returnError;
Layer name is on cyrilic (i hope that it will be displayed right here) XШЂЧЋЖЊЕЏX
Can someone point me in the right direction.
Thank you very much.
Regards,
Momir Zecevic
Ars Media
www.arsmedia.tv