Closed DavidKinder closed 5 years ago
Currently, the code uses WM_INPUTLANGCHANGE to detect a change to the language in which text is being input, but the initial input code page is assumed to be the system one (CP_ACP). This might not be true, see https://stackoverflow.com/questions/1291509/how-to-get-the-code-page-of-the-current-keyboard-layout
Fixed by 4299974f4a2272d2f0bfae7a398deb79e906778c
Currently, the code uses WM_INPUTLANGCHANGE to detect a change to the language in which text is being input, but the initial input code page is assumed to be the system one (CP_ACP). This might not be true, see https://stackoverflow.com/questions/1291509/how-to-get-the-code-page-of-the-current-keyboard-layout