On a Windows 11 device, I have the international settings (running "intl.cpl") set to Italian, for non-Unicode applications. Now, that results in applications like WinMerge guessing codepage 1252, which looks fine, from a Western European point of view. The same is true for WordPad too.
However, any terminal application I run (Windows Terminal, cmd.exe, TCC/LE) still starts with cp 850 (DOS Multilingual Latin I), which is different for accented letters.
Besides, I can still CHCP 1252 in every console, but ain't this a strange behavior?
Edit: To add more fun, if from cmd.exe or TCC/LE I run bash the accented letters look to be correct, but when I exit back to the previous command processor I find that the codepage has been switched to cp 858 (which anyway does not have the accented letters of 1252) ...

