Currently (as of v5.41b2) the default for OpenFile(), CreateFile(), and ReadFile() in a Unicode executible is to use #PB_UTF8 for all read/write string operations unless otherwise specified.#PB_Ascii : all read/write string operation will use ascii if not specified otherwise (default for ASCII executable).
#PB_UTF8 : all read/write string operation will use UTF-8 if not specified otherwise (default for Unicode executable).
#PB_Unicode: all read/write string operation will use Unicode if not specified otherwise.
I request that #PB_Unicode be used instead.