>> when i have kanji in a name and then save the .bbdb, i end up with \mush
>> in the file and lose the kanji.  i tried saving in mule,
>> iso-this-and-that, etc.  no love.  same problem for extended latin
>> alphabets.
> 
> BBDB has gone through a major rewrite to bring the code up-to-date.
> (For me, it works fine with chinese characters. Haven't tried kanji yet.)
> 
> Currently BBDB 3 does not support wanderlust. But it is possibly
> easier to add sypport for wanderlust to BBDB 3 than trying to fix
> problems with kanji characters in bbdb 2.35.

thanks to Yamamoto Taku <wavekid...@gmail.com>

--- /cygdrive/c/Users/taku/Downloads/bbdb-2.35/lisp/bbdb.el
2007-01-02 17:01:18.000000000 +0900
+++ /usr/local/share/emacs/23.4/site-lisp/bbdb/bbdb.el  2010-01-09
21:01:05.000000000 +0900
@@ -761,8 +761,8 @@
 ;; emacs-mule would be better) with both Emacs 21 and XEmacs.
 (defconst bbdb-file-coding-system
   (if (fboundp 'coding-system-p)
-      (cond ((coding-system-p 'utf-8-emacs)
-             'utf-8-emacs)
+      (cond ((coding-system-p 'utf-8-unix)
+             'utf-8-unix)
             (t 'iso-2022-7bit)))
   "Coding system used for reading and writing `bbdb-file'.
 This should not be changed by users.")

randy

------------------------------------------------------------------------------
Live Security Virtual Conference
Exclusive live event will cover all the ways today's security and 
threat landscape has changed and how IT managers can respond. Discussions 
will include endpoint security, mobile security and the latest in malware 
threats. http://www.accelacomm.com/jaw/sfrnl04242012/114/50122263/
_______________________________________________
bbdb-info@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/bbdb-info
BBDB Home Page: http://bbdb.sourceforge.net/

Reply via email to