]> git.deb.at Git - pkg/abook.git/commitdiff
Changed use_ascii_only default value to false
authorJaakko Heinonen <jheinonen@users.sourceforge.net>
Wed, 6 Jun 2001 16:27:56 +0000 (16:27 +0000)
committerJaakko Heinonen <jheinonen@users.sourceforge.net>
Wed, 6 Jun 2001 16:27:56 +0000 (16:27 +0000)
options.c
sample.abookrc

index 31d5eaaa9bdd33f00976297dacfeca90b12a582f..408de43c4b6eb4420c2089545b21f6ed5b33115a 100644 (file)
--- a/options.c
+++ b/options.c
@@ -153,5 +153,5 @@ default_options()
 
        options_add_key("address_style", "eu");
 
-       options_add_key("use_ascii_only", "true");
+       options_add_key("use_ascii_only", "false");
 }
index 3dc51c212df93b6a6e050f25976f7ee819176cad..3096cf17d14076edf2005e2a9d7f1ce925390ea3 100644 (file)
@@ -48,5 +48,5 @@ www_command=lynx
 address_style=eu
 
 # use ASCII characters only
-use_ascii_only=true
+use_ascii_only=false