]> git.deb.at Git - pkg/abook.git/blobdiff - FAQ
cleanup
[pkg/abook.git] / FAQ
diff --git a/FAQ b/FAQ
index bcd6a3a3c7fd45e7a9512d5fc016f48c65fa8c5c..d4689ac1676cfab1353d550aeeeda5c1f7ac7d1d 100644 (file)
--- a/FAQ
+++ b/FAQ
@@ -47,4 +47,23 @@ A: Export to palmcsv format, and import from there. Several GUI
    not change or delete them.
    (This entry was contributed by Jeff Covey)
 
    not change or delete them.
    (This entry was contributed by Jeff Covey)
 
+Q: Can I use abook in UTF-8 terminal emulator?
+
+A: Yes, version 0.5.2 added multibyte character support.
+
+   There are currently some issues:
+
+   - Addressbook files must have the same encoding as you use with abook.
+     If you have used abook previously with ISO-8859-1 encoding you can
+     convert the addressbook files with iconv(1). For example:
+
+     $ iconv -f ISO-8859-1 -t UTF-8 < ~/.abook/addressbook.old > \
+     ~/.abook/addressbook.new
+
+   - Filters will output strings using multibyte representation of the used
+     locale. This is incorrect for (most of) filters. You can again use
+     iconv to convert between encodings. Same goes with input filters. If
+     you use UTF-8 charset the input is expected to be UTF-8 encoded.
+
+
 last update: $Date$
 last update: $Date$