I assume you are doing this from command line?
it's very likely your terminal is escaping non-ASCII characters
for you.

I get 27 using 1.1 and 1.2 snapshot using command line REPL

but if I run it from a source file, it's fine. and I get 9.

2010/7/1 ngocdaothanh <ngocdaoth...@gmail.com>:
> With 1.2-master-SNAPSHOT:
>
> (def t "車馬象士將士象馬車")
> (count t)  ; => 27
> (.length t)  ; => 27
>
> With 1.1, the result is 9.
>
> --
> You received this message because you are subscribed to the Google
> Groups "Clojure" group.
> To post to this group, send email to clojure@googlegroups.com
> Note that posts from new members are moderated - please be patient with your 
> first post.
> To unsubscribe from this group, send email to
> clojure+unsubscr...@googlegroups.com
> For more options, visit this group at
> http://groups.google.com/group/clojure?hl=en



-- 
Omnem crede diem tibi diluxisse supremum.

-- 
You received this message because you are subscribed to the Google
Groups "Clojure" group.
To post to this group, send email to clojure@googlegroups.com
Note that posts from new members are moderated - please be patient with your 
first post.
To unsubscribe from this group, send email to
clojure+unsubscr...@googlegroups.com
For more options, visit this group at
http://groups.google.com/group/clojure?hl=en

Reply via email to