* gpgme.texi (Library Version Check): Fix the instruction when to
set the locale.
+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>
* gpgme.texi (I/O Callback Example Qt): New section by Marc Mutz.
After initializing @acronym{GPGME}, you should set the locale
-information to the locale required for your output terminal (only
-required if your program runs on a text terminal, rather than in the X
-Window environment). Here is an example of a complete initialization:
+information to the locale required for your output terminal. This
+locale information is needed for example for the curses and Gtk
+pinentry. Here is an example of a complete initialization:
@example
#include <locale.h>