This content has been marked as final.
Show 6 replies
-
1. Re: UTF characters in the filename(Windows platform)
ilvar Oct 30, 2009 5:35 PM (in response to lifemanship)In the C++ world you have to initalize alias to 'utxt' before retreiving the value in order to get the unicode path back. E.g.:
Handle pathAlias(reinterpret_cast<Handle>('utxt'));
sPSActionDescriptor->GetAlias(desc, keyFileReference, pathAlias)
etc
-
2. Re: UTF characters in the filename(Windows platform)
lifemanship Nov 2, 2009 1:48 AM (in response to ilvar)Hello ilvar,
Thank you for your reply, but now the function AliasToFullPath always return 'txtu6' string.
What do you think about it?
-
3. Re: UTF characters in the filename(Windows platform)
ilvar Nov 3, 2009 1:28 PM (in response to lifemanship)On Win platform try skipping first 12 bytes.
-
4. Re: UTF characters in the filename(Windows platform)
lifemanship Nov 4, 2009 12:25 AM (in response to ilvar) -
5. Re: UTF characters in the filename(Windows platform)
lifemanship Nov 4, 2009 12:43 AM (in response to lifemanship)Answered!
-
6. Re: UTF characters in the filename(Windows platform)
ilvar Nov 5, 2009 1:34 PM (in response to lifemanship)Awesome. Glad it helped.

