Re: Galbraith, P., 2009, "Developing Web Applications with Apache, MySQL, memcached, and Perl"

2011-06-06 Thread David Christensen
nd up rather than learning any particular framework. I'm considering buying: - Galbraith, P., 2009, "Developing Web Applications with Apache, MySQL, memcached, and Perl", http://www.wiley.com/WileyCDA/WileyTitle/productCd-0470414642.html . Has anyone read this book? Any com

Re: Character Sets and Encoding in Web Applications

2008-09-14 Thread Rob Dixon
Nigel Peck wrote: > > Thanks for this. How can I find out a string's encoding? Just as in spoken languages there are ways to guess a string's encoding, but you really need to know the language / encoding used before you can process it properly. Rob -- To unsubscribe, e-mail: [EMAIL PROTECTED]

Re: Character Sets and Encoding in Web Applications

2008-09-14 Thread John W. Krahn
Nigel Peck wrote: Dr.Ruud wrote: Nigel Peck schreef: I have a web application that gathers various data. When users enter pound signs (english money not #) a number of strange characters get stored in the database: Here's a copy and paste: £6.50 per hour That is UTF8 encoded text. Y

Re: Character Sets and Encoding in Web Applications

2008-09-14 Thread Nigel Peck
Dr.Ruud wrote: Nigel Peck schreef: I have a web application that gathers various data. When users enter pound signs (english money not #) a number of strange characters get stored in the database: Here's a copy and paste: £6.50 per hour That is UTF8 encoded text. You can use Enco

Re: Character Sets and Encoding in Web Applications

2008-09-13 Thread Dr.Ruud
Nigel Peck schreef: > I have a web application that gathers various data. When users enter > pound signs (english money not #) a number of strange characters get > stored in the database: > > Here's a copy and paste: > > £6.50 per hour That is UTF8 encoded text. You can use Encode::dec

Character Sets and Encoding in Web Applications

2008-09-12 Thread Nigel Peck
I have a web application that gathers various data. When users enter pound signs (english money not #) a number of strange characters get stored in the database: Here's a copy and paste: £6.50 per hour Now I'm 99% sure this will be because I am not handling the character sets and enc

Re: Web Applications.

2003-01-16 Thread David T-G
Joe, et al -- ...and then Joe Echavarria said... % % Hi there, Hi! % % How can i execute a perl/cgi application with its % own web server ?, I want the user to be able to In general, you can't. This is a moderately common thread in the "I want to bundle my web site, scripts and all, o

Web Applications.

2003-01-16 Thread Joe Echavarria
Hi there, How can i execute a perl/cgi application with its own web server ?, I want the user to be able to execute my web/based application in his/her local windows pc without a webserver installed locally? Let say http://myapplication:port/, something like that. What module can i use