Re: [PHP-DEV] command line switches to turn Unicode on/off

2007-06-05 Thread Pierre
On 6/5/07, Antony Dovgal <[EMAIL PROTECTED]> wrote: Hello all. I'd like to propose a small patch adding two command line switches to CLI (HEAD): Very good idea! -U - turn Unicode mode on -N - turn Unicode mode off What's about: long: --unicode (0|off)/(1/on) short: -u (0|off)/(1/on) I p

[PHP-DEV] command line switches to turn Unicode on/off

2007-06-05 Thread Antony Dovgal
Hello all. I'd like to propose a small patch adding two command line switches to CLI (HEAD): -U - turn Unicode mode on -N - turn Unicode mode off Typing "-d unicode.semantics=1" or "-d unicode.semantics=0" is annoying, so I would really like to see these shortcuts added. I'll port it to CGI l