[Openmcl-devel] How do I find the revision number that I'm running?

Gary Byers gb at clozure.com
Wed Jul 22 01:32:05 PDT 2009


It looks like you have Terminal set to use UTF-8; you can tell the lisp about
this by starting it with the -K (or --terminal-encoding) option:

$ ccl[64] -K utf-8



On Wed, 22 Jul 2009, Ron Garret wrote:

>
> On Jul 22, 2009, at 12:59 AM, Ron Garret wrote:
>
>>
>> This was working correctly one revision ago.  Did the default encoding
>> change perhaps?
>>
>> ? (setf s "?")
>> "?"
>> ? (length s)
>> 2
>> ? (elt s 0)
>> #\Latin_Capital_Letter_I_With_Circumflex
>> ? (elt s 1)
>> #\Right-Pointing_Double_Angle_Quotation_Mark
>> ?
>>
>> On my display, the string s contains only one character: a lower-case
>> Greek lambda, unicode code point 03bb.
>
> OK, this appears to be a problem with my terminal settings, not CCL:
>
> [ron at mickey:~/devel/ccl]$ python
> Python 2.6.2 (r262:71600, Apr 16 2009, 09:17:39)
> [GCC 4.0.1 (Apple Computer, Inc. build 5250)] on darwin
> Type "help", "copyright", "credits" or "license" for more information.
> >>> s="?"
> >>> len(s)
> 2
>
> rg
>
> _______________________________________________
> Openmcl-devel mailing list
> Openmcl-devel at clozure.com
> http://clozure.com/mailman/listinfo/openmcl-devel



More information about the Openmcl-devel mailing list