Question
FullPathToAlias: Character Conversion
Hi! I use the FullPathToAlias-function to create an alias for open a document in photoshop.
This function works fine with UTF8 names on Windows, but fails on Mac if there are any special characters like 'ü' in the full path. How has the c-string be encoded to make this function work properly?
AliasToFullPath function, which i use to get the full path of the current document seems to use decomposed unicode and utf8. But such strings don't work with FullPathToAlias.
Does anyone know which ones would work?
thanks, richard
This function works fine with UTF8 names on Windows, but fails on Mac if there are any special characters like 'ü' in the full path. How has the c-string be encoded to make this function work properly?
AliasToFullPath function, which i use to get the full path of the current document seems to use decomposed unicode and utf8. But such strings don't work with FullPathToAlias.
Does anyone know which ones would work?
thanks, richard