Skip to content

Commit

Permalink
Correctly use utf8 encoding
Browse files Browse the repository at this point in the history
  • Loading branch information
Thomas Charlier authored and Thomas Charlier committed May 23, 2024
1 parent 1a22dc1 commit 7f4a0db
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions cardcomm/pkcs11/src/common/configuration.h
Original file line number Diff line number Diff line change
Expand Up @@ -123,14 +123,14 @@ replace $install by string in install parameter
*/

#define EIDMW_CNF_MACRO_INSTALL L"$install" //installation directory
#define EIDMW_CNF_MACRO_HOME L"$home" //user home directory, “$common” is taken when used for processes without user (eg. services)
#define EIDMW_CNF_MACRO_COMMON L"$common" //directory readable/writable for every user, used for shared files like the CRL’s
#define EIDMW_CNF_MACRO_HOME L"$home" //user home directory, “$common” is taken when used for processes without user (eg. services)
#define EIDMW_CNF_MACRO_COMMON L"$common" //directory readable/writable for every user, used for shared files like the CRL’s

#define EIDMW_CNF_MACRO_COMMON_SUBDIR L"beid" //this subdirectory is part of the common

#define EIDMW_CNF_SECTION_GENERAL L"general" //section with the general pupose parameters
#define EIDMW_CNF_GENERAL_INSTALLDIR L"install_dirname" //string, directory of the basic eid software; “c:/Program Files/beid/”
#define EIDMW_CNF_GENERAL_LANGUAGE L"language" //string, user lanugage: fr, nl, en, de, es, …
#define EIDMW_CNF_GENERAL_INSTALLDIR L"install_dirname" //string, directory of the basic eid software; “c:/Program Files/beid/”
#define EIDMW_CNF_GENERAL_LANGUAGE L"language" //string, user lanugage: fr, nl, en, de, es, …

#define EIDMW_CNF_GENERAL_CARDTXDELAY L"card_transmit_delay" //number, delay while communicating with the smartcard, in mili-seconds, default 1 mSec
#define EIDMW_CNF_GENERAL_CARDCONNDELAY L"card_connect_delay" //number, delay before connecting to a smartcard, in mili-seconds, default 0 mSec
Expand Down

0 comments on commit 7f4a0db

Please sign in to comment.