mirror of
git://git.gnupg.org/gnupg.git
synced 2024-12-22 10:19:57 +01:00
w32: Use utf8 for the asctimestamp function.
* common/gettime.c (asctimestamp) [W32]: Use ".UTF8" for the locale. -- This has been suggested by the reporter of GnuPG-bug-id: 6741
This commit is contained in:
parent
95b9a31f81
commit
678c819027
2
NEWS
2
NEWS
@ -1,6 +1,8 @@
|
|||||||
Noteworthy changes in version 2.4.4 (unreleased)
|
Noteworthy changes in version 2.4.4 (unreleased)
|
||||||
------------------------------------------------
|
------------------------------------------------
|
||||||
|
|
||||||
|
* Fix garbled time output in non-English Windows. [T6741]
|
||||||
|
|
||||||
Release-info: https://dev.gnupg.org/T6578
|
Release-info: https://dev.gnupg.org/T6578
|
||||||
|
|
||||||
|
|
||||||
|
@ -850,7 +850,7 @@ asctimestamp (u32 stamp)
|
|||||||
* 2018 has a lot of additional support but that will for sure
|
* 2018 has a lot of additional support but that will for sure
|
||||||
* break other things. We should move to ISO strings to get
|
* break other things. We should move to ISO strings to get
|
||||||
* rid of such problems. */
|
* rid of such problems. */
|
||||||
setlocale (LC_TIME, "");
|
setlocale (LC_TIME, ".UTF8");
|
||||||
done = 1;
|
done = 1;
|
||||||
/* log_debug ("LC_ALL now '%s'\n", setlocale (LC_ALL, NULL)); */
|
/* log_debug ("LC_ALL now '%s'\n", setlocale (LC_ALL, NULL)); */
|
||||||
/* log_debug ("LC_TIME now '%s'\n", setlocale (LC_TIME, NULL)); */
|
/* log_debug ("LC_TIME now '%s'\n", setlocale (LC_TIME, NULL)); */
|
||||||
|
Loading…
x
Reference in New Issue
Block a user