Hi all,

as I don't use twitter any more, I think I should announce bug fixes here.

Just found and fixed a bug in reading non-ASCII characters in internal symbols
in pil21.

It was:

   : (1 € 2)
   -> (1 € 2)
   : '€
   -> €
   : (char '€)
   -> 226

Now (version 21.7.26) it gives:

   : (1 € 2)
   -> (1 € 2)
   : '€
   -> €
   : (char '€)
   -> 8364

☺/ A!ex

-- 
UNSUBSCRIBE: mailto:picolisp@software-lab.de?subject=Unsubscribe

Reply via email to