Hello, Do we really want to support unicode for functions, classes, methods and variables names?
I really like to have unicode for comments (// /* */) and inside quotes.
But having:
<?php
function unicode_ist_nicht_süß(){}
function Unicode_не_хорош() {}
?>
is not something I like to see. For language constructs, I would
really like to have only ASCII support...
Regards,
--Pierre
