2005/6/24, Brion Vibber brion@pobox.com:
Mass-changing double quotes to single quotes has no actual benefits.
Won't parsing be faster? Or is it really a myth?
- Bugs are often introduced (some quotes missed, escaped metacharacters
missed, embedded variables missed)
This can be done quickly by a script that writes a new LanguageXx.php. (e.g. http://meta.wikimedia.org/wiki/User:Messi/d2s_script Btw, is it safe to single quote strings with $1?)
messi