Currently, I’m using C API extension manager DLL that bypasses the Notes password prompt. I can note that there is a problem with non-latin symbols such as for example Russian characters or symbols with umlaut. The password with such symbols doesn’t pass an authorization. It happens because ExtHandler handles the password as a char string. Hence there is mismatch as I understand between UNICODE and one byte characters.My question: What ways are there to pass a password with non-latin symbols to Lotus Notes?