Home GnuPG
Diffusion GnuPG 1f59c4c8e2cf

gpg: Prepare for globing with UTF-8.

Description

gpg: Prepare for globing with UTF-8.

* g10/gpg.c (_dowildcard): Remove.
(my_strusage): Enable wildcards using our new system.

This patch actually removes the current globing using a mingw
feature. We are not able to use this because it does not handle
Unicode filenames. The plan is to implement this in init.c. This
patch merely configures gpg to request globing.

(cherry picked from commit 8e15506d6680bbee85bc01453da28fc90b4cb673)

Details

Provenance
wernerAuthored on Mar 4 2021, 10:43 AM
Parents
rG39815c023f03: dirmngr: Rewrite the LDAP wrapper tool
Branches
Unknown
Tags
Unknown
Tasks
T4398: Rework Console and command line handling on Windows