I was reading a nice slide titled Unicode & PHP6 and i found every new feature very good.
Except unicode identifers:

Am i missing something? Isn't this is evil for PHP script understanding from a developer to another developer?
I've a scenario;
I'm turkish, and let's say i put a salakçaFonksiyon() (dummyFunction) in a TürkçeKlas (TurkishClass) and posted it to my turkish blog.
Some asian mate stopped by from google and barely translated page with google translate (EDIT : just the description/documentation of class. Looked up method names in dictionary, wikipedia etc. The class is still the original source code for the sake of extending. The point is not google translate actually. ), extended(!) and used my class as that way (let's say this class was very important at that midnight of solving his problem, time was running out).
This guy's custom class was chinese, japanese etc. and he left his work after some time maybe when after the project done.
Some arabic or hebrew mate hired after him. After that you know the big happy(!) ending though.
Maybe this is the worst scenario, but enabling developers to doing this, causing languages in a one language is very evil in my very humble opinion. Cause i'm in a thought there'll be very messy PHP blog articles, codes, open sources projects all around the world.
I prefer unioning on one language rather than splitting it to many.
I know PHP6 probably will not put something like this without the benefit. But what are these, what is the big picture that i couldn't see?