We have an application that gets installed in the user\roaming folder.
So the [AppDataFolder] is that folder.
In this case it is:
C:\Users\exampleusér\AppData\Roaming\
See special character 'é' in usér.
In the files and folder section of AI, we add a .INI file and modify an entry in that ini-file with [AppDataFolder]
Now after installation of the application, we see the following in the .ini file:
C:\Users\exampleus?r\AppData\Roaming\
So the 'é' is changed to a '?'.
Because the application is installed in the users roaming folder, we can't prevent those characters.
How can this be solved ?