[Openmcl-devel] How do I find the revision number that I'm running?
Ron Garret
ron at awun.net
Wed Jul 22 01:13:07 PDT 2009
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
More information about the Openmcl-devel
mailing list