I was stepping through the TTrayIcon code, and most interestingly, in win32TrayIcon.inc : 178:
My ANSI filename is displayed as UTF8.... which is wrong....
FindFirst returns ANSI... I understand that form resources are saved in UTF8.... but FindFirst returns ANSI.
Are all GUI components UTF8 now? If so, then only FindFirstUTF8 should be allowed/available.
I don't want UTF8! lol