keepassxc/src
Janek Bevendorff d3a53a702e
Set console code page to CP_UTF8 on Windows if supported. (#3050)
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.
2019-04-25 09:28:48 +02:00
..
autotype Hide window when performing entry auto-type on macOS 2019-04-10 20:31:24 -04:00
browser Improve resilience against memory attacks 2019-04-21 09:39:28 -04:00
cli Set console code page to CP_UTF8 on Windows if supported. (#3050) 2019-04-25 09:28:48 +02:00
core Improve resilience against memory attacks 2019-04-21 09:39:28 -04:00
crypto Add Haiku support 2019-03-24 09:32:45 -04:00
format Improved error messages when opening database 2019-04-07 19:12:45 -04:00
gui Prevent infinite save loop when location is unavailable (#3026) 2019-04-20 18:10:07 +02:00
keeshare Fix duplicate icon add in export 2019-04-12 16:14:23 -04:00
keys Improve resilience against memory attacks 2019-04-21 09:39:28 -04:00
proxy Improve resilience against memory attacks 2019-04-21 09:39:28 -04:00
qrcode Add QR code generator for TOTP export (#1167) 2018-10-19 14:42:49 -04:00
sshagent Only remove keys on exit if they would remove on lock (#2985) 2019-04-12 19:55:28 +02:00
streams Code quality updates for 2.4.0 (#2709) 2019-02-18 08:26:56 -05:00
totp Fix issues with TOTP 2019-02-05 16:09:17 -05:00
touchid Improve resilience against memory attacks 2019-04-21 09:39:28 -04:00
updatecheck Enhance update checker 2019-04-11 08:52:51 -04:00
zxcvbn Correct zxcvbn build on windows & snap build 2018-02-21 21:59:42 -05:00
CMakeLists.txt Improve resilience against memory attacks 2019-04-21 09:39:28 -04:00
config-keepassx.h.cmake Enhance update checker 2019-04-11 08:52:51 -04:00
git-info.h.cmake Cleanup CMakeFiles prior to release 2019-01-30 15:03:03 -05:00
main.cpp Adding debug info to CLI. 2019-03-24 08:35:33 -04:00