
On Thu, Oct 17, 2013 at 4:08 PM, Faré <fahree@gmail.com> wrote:
And for the record, what are char-code-limit (code-char (1- char-code-limit)) ?
alisp8: GDL-USER> (uiop:featurep :ics) NIL GDL-USER> char-code-limit 65536 GDL-USER> (code-char (1- char-code-limit)) NIL alisp: GDL-USER> (uiop:featurep :ics) T GDL-USER> char-code-limit 65536 GDL-USER> (code-char (1- char-code-limit)) #\ [as seen after being copy/pasted from emacs in a Linux VM to Google Chrome on Mac] #\��� [as seen after being copy/pasted from terminal window in a Linux VM to Google Chrome on Mac] [it shows up as the three inverse-video question marks when seen in the Terminal, and as #\ with a single empty box when seen in Emacs] -- My Best, Dave Cooper, Genworks Support