When creating a TDMS file using DDC_CreateFile with (non-ASCII) filenames encoded in UTF8, the actual filename reported by Windows (10) looks to use ANSI code page characters rather than Unicode, eg the Korean "야비마.tdms" (or in bytes EC, 95, BC, EB, B9, 84, EB, A7, 88, 2E, 74, 64, 6D, 73, 0) is created as "야비마.tdms"
The API property functions do appear to use UTF8 properly however.
Is this behavior expected and is there a workaround?