UF_PART_open_quiet() is not working for filename having folder path with NLS character.
NX Open supports the use of UTF-8 character encoding, which can be used to support any characters.
By default, NX Open supports character data only in the system locale.
Customer must use the UF_TEXT_set_mode(UF_TEXT_ALL_UTF8) function if they want to send and receive all character data as UTF-8. When this function is used, ensure that the custom program has been modified to properly handle the UTF-8 data that is passed to it. In addition, buffer lengths for most character buffers are modified to support the new NX buffer lengths for UTF-8. For more information, see NX Open Programmer's Guide.
Notes