Ka-Ping Yee wrote:
> On Fri, 25 May 2007, Josiah Carlson wrote:
>> Apples and oranges to be sure, but there are no other statistics that
>> anyone else is able to offer about use of non-ascii identifiers in Java,
>> Javascript, C#, etc.
> Let's see what we can find.  I made several attempts to search for
> non-ASCII identifiers using google.com/codesearch and here's what I got.

I think you've got a selection bias here, since google isn't likely to 
index code not intended for the whole world, and thus the code you'll be 
searching through is more likely to be in english than code in general.

Perhaps searching the entire web for "class <non-ascii string>", or 
"<non-ascii string> (" or "<non-ascii string> =" would give more 
accurate results, if such a thing is even possible.

Later,
Blake.
_______________________________________________
Python-3000 mailing list
Python-3000@python.org
http://mail.python.org/mailman/listinfo/python-3000
Unsubscribe: 
http://mail.python.org/mailman/options/python-3000/archive%40mail-archive.com

Reply via email to