[svn:perl6-synopsis] r12149 - doc/trunk/design/syn

2006-09-16 Thread larry
Author: larry Date: Sat Sep 16 21:54:12 2006 New Revision: 12149 Modified: doc/trunk/design/syn/S03.pod Log: clarification of -s from TreyHarris++ Modified: doc/trunk/design/syn/S03.pod == --- doc/trunk/design/syn/S0

[svn:perl6-synopsis] r12136 - doc/trunk/design/syn

2006-09-16 Thread larry
Author: larry Date: Sat Sep 16 17:35:31 2006 New Revision: 12136 Modified: doc/trunk/design/syn/S03.pod Log: Documented differences to filetest ops. Modified: doc/trunk/design/syn/S03.pod == --- doc/trunk/design/syn/

Re: Charsets in HTTP (was: the CGI.pm in Perl 6)

2006-09-16 Thread A. Pagaltzis
* Juerd <[EMAIL PROTECTED]> [2006-09-16 22:15]: > My thoughts: > > * Default Content-Type header of "text/html; charset=UTF-8". > * Default output encoding of UTF-8. > * When a new Content-Type is set, but no new encoding > * Keep the default output encoding of UTF-8 >

Re: Charsets in HTTP (was: the CGI.pm in Perl 6)

2006-09-16 Thread Darren Duncan
At 7:38 PM +0200 9/16/06, A. Pagaltzis wrote: * Darren Duncan <[EMAIL PROTECTED]> [2006-09-09 20:40]: 4. Make UTF-8 the default HTTP response character encoding, and the default declared charset for text/* MIME types, and explicitly declare that this is what the charset is. The only time t

Weekly Perl 6 mailing list summary, 10-16 September, 2006

2006-09-16 Thread Ann Barcomb
This week on the Perl 6 mailing lists This summary has been posted early because I will be going to OSCON Europe on Sunday. Next week's summary will include any threads which were not included this week. Language multi method dispatching of optional arguments

Re: CGI Session management (was Re: the CGI.pm in Perl 6)

2006-09-16 Thread Juerd
> F.ex., I could imagine that CGI.pm6 would provide a framework for Please, please, please, let us not call this module "CGI" or anything closely resembling it. This will only fool a lot of inexperienced Perl 5 programmers, and start a lot of fuss about the interface being incompatible. And, of c

Re: Charsets in HTTP (was: the CGI.pm in Perl 6)

2006-09-16 Thread Juerd
A. Pagaltzis skribis 2006-09-16 19:38 (+0200): > * Darren Duncan <[EMAIL PROTECTED]> [2006-09-09 20:40]: > > 4. Make UTF-8 the default HTTP response character encoding, and the > > default declared charset for text/* MIME types, and explicitly > > declare that this is what the charset is. The onl

[perl #40343] [PATCH] docs/faq.diff

2006-09-16 Thread via RT
# New Ticket Created by Autrijus Tang # Please include the string: [perl #40343] # in the subject line of all future correspondence about this issue. # http://rt.perl.org/rt3/Ticket/Display.html?id=40343 > The attached patch contains four updates to the FAQ: * Remove the claim that a signifi

Re: the CGI.pm in Perl 6

2006-09-16 Thread A. Pagaltzis
* Trey Harris <[EMAIL PROTECTED]> [2006-09-10 23:50]: > But the HTML methods are used everywhere. And the more > novitiate the programmer, the more likely they are to be using > them spaghetti-like throughtout their code. If they discover > that every time they see a C it's going to entail > new c

[perl #40343] [PATCH] docs/faq.diff

2006-09-16 Thread Will Coleda via RT
Thanks, applied as r14632

Charsets in HTTP (was: the CGI.pm in Perl 6)

2006-09-16 Thread A. Pagaltzis
* Darren Duncan <[EMAIL PROTECTED]> [2006-09-09 20:40]: > 4. Make UTF-8 the default HTTP response character encoding, > and the default declared charset for text/* MIME types, and > explicitly declare that this is what the charset is. The only > time that output should be anything else, even Lati

Re: CGI Session management (was Re: the CGI.pm in Perl 6)

2006-09-16 Thread A. Pagaltzis
* Yuval Kogman <[EMAIL PROTECTED]> [2006-09-12 12:05]: > There are *so* many ways to do session handling that lugging > them all into CGI.pm will just make a mess. Agreed, but maybe this is a case where it would make sense to do something like what Perl 6 does for OO vs Perl 5, ie provide one good