summaryrefslogtreecommitdiffstats
path: root/doc
diff options
context:
space:
mode:
authorWerner Koch <wk@gnupg.org>2022-06-03 10:54:35 +0200
committerWerner Koch <wk@gnupg.org>2022-06-03 10:54:35 +0200
commit4ee2009083cb6f279c6f8aa4397462e887d5818e (patch)
tree4261606111885061238ca6614ad7bceef505e187 /doc
parentRemove remaining support for WindowsCE (diff)
downloadgnupg2-4ee2009083cb6f279c6f8aa4397462e887d5818e.tar.xz
gnupg2-4ee2009083cb6f279c6f8aa4397462e887d5818e.zip
w32: Allow Unicode filenames for iobuf_cancel.
* common/iobuf.c (iobuf_cancel): Use gnupg_remove * common/mischelp.c (same_file_p): Allow for Unicode names. -- Note that the second patch is used to handle Unicode filenames which are symbolic links.
Diffstat (limited to 'doc')
-rw-r--r--doc/scdaemon.texi7
1 files changed, 4 insertions, 3 deletions
diff --git a/doc/scdaemon.texi b/doc/scdaemon.texi
index 7fc32b86f..b7d83aa89 100644
--- a/doc/scdaemon.texi
+++ b/doc/scdaemon.texi
@@ -236,9 +236,10 @@ this option only if you know what you are doing.
@item --pcsc-driver @var{library}
@opindex pcsc-driver
Use @var{library} to access the smartcard reader. The current default
-is @file{libpcsclite.so}. Instead of using this option you might also
-want to install a symbolic link to the default file name
-(e.g. from @file{libpcsclite.so.1}).
+on Unix is @file{libpcsclite.so} and on Windows @file{winscard.dll}.
+Instead of using this option you might also want to install a symbolic
+link to the default file name (e.g. from @file{libpcsclite.so.1}).
+A Unicode file name may not be used on Windows.
@item --ctapi-driver @var{library}
@opindex ctapi-driver