>>>> "Karl" == Karl Pflästerer
<sigurd(a)12move.de> writes:
Karl> can someone explain me how to use the code from blowfish.el?
You're on your own, I think. It looks to me like that array is
probably full of invalid characters (at least in XEmacs, and I believe
in Emacs as well, Mule characters are confined to the range 0 -- 2^19
- 1, and many values within that range are illegal, too).
> Value: [[?$ 3f ?j 88]
There may be an XEmacs bug here too, if you are running a Mule build.
If it is no-Mule, the explanation is probably that the value of
characters is limited to 0 <= ch < 256. So the reader stops at two
hex digits, and interprets what follows as a symbol. (Arguably it
should signal an error.)
--
Institute of Policy and Planning Sciences
http://turnbull.sk.tsukuba.ac.jp
University of Tsukuba Tennodai 1-1-1 Tsukuba 305-8573 JAPAN
Ask not how you can "do" free software business;
ask what your business can "do for" free software.