Re: [PHP] Tab character

2001-02-02 Thread Christian Reiniger
On Friday 02 February 2001 12:24, Martin A. Marques wrote: [\t is tab?] > > > yes (depending) > > > > On what? > > It depends on the charset you use. No. the return value of ord('\t') may differ depending on the charset, but '\t' itself always is a tab character :) -- Christian Reiniger LGDC

Re: [PHP] Tab character

2001-02-02 Thread Martin A. Marques
El Jue 01 Feb 2001 13:49, Alexander Skwar escribió: > So sprach Martin A. Marques am Thu, Feb 01, 2001 at 12:20:54PM -0300: > > yes (depending) > > On what? It depends on the charset you use. Saludos... :-) -- System Administration: It's a dirty job, but someone told I had to do it. -

Re: [PHP] Tab character

2001-02-01 Thread David Robley
On Fri, 2 Feb 2001 01:47, Karl J. Stubsjoen wrote: > Is this a tab character \t Yes - but remember that you won't be able to see it on a page rendered by a browser, as they tend to treat tabs, multiple spaces and line feeds as a single white space. -- David Robley| WE

Re: [PHP] Tab character

2001-02-01 Thread Alexander Skwar
So sprach Martin A. Marques am Thu, Feb 01, 2001 at 12:20:54PM -0300: > yes (depending) On what? Alexander Skwar -- How to quote: http://learn.to/quote (german) http://quote.6x.to (english) Homepage: http://www.digitalprojects.com | http://www.iso-top.de iso-top.de - Die guenstig

Re: [PHP] Tab character

2001-02-01 Thread Alexander Skwar
So sprach Karl J. Stubsjoen am Thu, Feb 01, 2001 at 08:17:44AM -0700: > Is this a tab character \t yes Alexander Skwar -- How to quote: http://learn.to/quote (german) http://quote.6x.to (english) Homepage: http://www.digitalprojects.com | http://www.iso-top.de iso-top.de - Die gu

Re: [PHP] Tab character

2001-02-01 Thread Toby Miller
eturn (hex 0D) \t = tab (hex 09) \xhh = character with hex code hh \ddd = character with octal code ddd, or backreference -Toby - Original Message - From: "Karl J. Stubsjoen" <[EMAIL PROTECTED]> To: "PHP Mailing List" <[EMAIL PROTECTED]> Sent: Thursday, Feb

Re: [PHP] Tab character

2001-02-01 Thread Martin A. Marques
El Jue 01 Feb 2001 12:17, Karl J. Stubsjoen escribió: > Is this a tab character \t yes (depending) -- System Administration: It's a dirty job, but someone told I had to do it. - Martín Marqués email: [EMAIL PROTE

[PHP] Tab character

2001-02-01 Thread Karl J. Stubsjoen
Is this a tab character \t -- PHP General Mailing List (http://www.php.net/) To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED] To contact the list administrators, e-mail: [EMAIL PROTECTED]