]> git.deb.at Git - pkg/abook.git/commitdiff
Added use_ascii_only option
authorJaakko Heinonen <jheinonen@users.sourceforge.net>
Fri, 8 Jun 2001 11:04:19 +0000 (11:04 +0000)
committerJaakko Heinonen <jheinonen@users.sourceforge.net>
Fri, 8 Jun 2001 11:04:19 +0000 (11:04 +0000)
abookrc.5

index 33076d2ff4fe43c695be452ca8298594f1066835..ee2cb040b9e6c712fe63bace8193dd80640d22b6 100644 (file)
--- a/abookrc.5
+++ b/abookrc.5
@@ -94,6 +94,10 @@ Defines the command used to start the web browser to view a contact's URL. Defau
 \fBaddress_style\fP=[eu|uk|us]
 Defines the style of address formatting to be used when exporting as text / printing the database (European, UK, or USA). Default is European ("eu").
 
+.TP
+\fBuse_ascii_only\fP=[true|false]
+This option allows you to force Abook use only ASCII characters. This option is useful if your terminal doesn't support non-ASCII characters. Default is false.
+
 .SH SAMPLE CONFIGURATION FILE
 
 .nf
@@ -144,6 +148,9 @@ www_command=lynx
 # address style [eu|us|uk]
 address_style=eu
 
+# use ASCII characters only
+use_ascii_only=false
+
 .fi
 
 .SH SEE ALSO