2004-03-23 Marcus Brinkmann <marcus@g10code.de>

* gpgme.texi (Library Version Check): Fix the instruction when to
	set the locale.
This commit is contained in:
Marcus Brinkmann 2004-03-23 13:43:37 +00:00
parent 9ee42a1e47
commit e17289e77c
2 changed files with 8 additions and 3 deletions

View File

@ -1,3 +1,8 @@
2004-03-23 Marcus Brinkmann <marcus@g10code.de>
* gpgme.texi (Library Version Check): Fix the instruction when to
set the locale.
2004-03-03 Marcus Brinkmann <marcus@g10code.de> 2004-03-03 Marcus Brinkmann <marcus@g10code.de>
* gpgme.texi (I/O Callback Example Qt): New section by Marc Mutz. * gpgme.texi (I/O Callback Example Qt): New section by Marc Mutz.

View File

@ -576,9 +576,9 @@ features are provided by the installed version of the library.
After initializing @acronym{GPGME}, you should set the locale After initializing @acronym{GPGME}, you should set the locale
information to the locale required for your output terminal (only information to the locale required for your output terminal. This
required if your program runs on a text terminal, rather than in the X locale information is needed for example for the curses and Gtk
Window environment). Here is an example of a complete initialization: pinentry. Here is an example of a complete initialization:
@example @example
#include <locale.h> #include <locale.h>