Qcompile and load_files loads files twice for unicode paths

On Windows the Unicode characters are limited to U+FFFF and below. Do not confuse Unicode codes with UTF-8, UTF-16 etc. as those are encodings of Unicode codes.

See: Unicode code point for U+10000 on Windows OS. Use in string results in Illegal character code

1 Like