When looking at:
https://learn.microsoft.com/en-us/windows/win32/menurc/stringfileinfo-block
It seems that "040904E4" means that the values should be in U.S. English and in Multilingual character set (0x04E4 == 1252).
Thus shouldn't all the strings be prefixed by L here? Are we mixing character sets?
Found during a code review: https://github.com/KhronosGroup/OpenCL-ICD-Loader/pull/206#issuecomment-1432068544