mirror of
https://github.com/keepassxreboot/keepassxc.git
synced 2024-12-30 09:46:30 -05:00
d3a53a702e
Previously, we enforced code page 850 for all console input and output, which breaks with non-western scripts. Since more recent Windows shells are able to display Unicode properly, this patch now enforces UTF-8 and falls back to code page 850 only if UTF-8 is unsupported. Non-Windows systems default to UTF-8, but can override the codec by setting the LANG environment variable to something other than C. Resolves #3049. |
||
---|---|---|
.. | ||
autotype | ||
browser | ||
cli | ||
core | ||
crypto | ||
format | ||
gui | ||
keeshare | ||
keys | ||
proxy | ||
qrcode | ||
sshagent | ||
streams | ||
totp | ||
touchid | ||
updatecheck | ||
zxcvbn | ||
CMakeLists.txt | ||
config-keepassx.h.cmake | ||
git-info.h.cmake | ||
main.cpp |