ConfigRead from Unicode file
Hello,
I'm trying to read a settings value using the ConfigRead macro. Everything works great, unless the file being read is unicode, and the macro fails to read the value.
Is there a work-around for this?
Copying the file at runtime and converting to ANSI should not be an issue, but how can the file be converted programmatically at runtime?
Thanks