Re: 9.3 Warning: Document encoding mismatch

2009-11-09 Thread Steve Piercy
On Nov 5, 12:11 am, Johan Solve inbox...@solve.se wrote: At 08.45 +0100 2009-11-05, Johan Solve wrote: So in reality the BOM is required when using Lasso to process files saved with UTF-8 encoding. I should add that Lasso consumes the BOM when reading the file, so there is no BOM in the

growlRegDict

2009-11-09 Thread lucbress
When i restart my computer i get a number of growlRegDict documents in Recovered Files in my trash. These are produced by bbedit in combination with the growl Framework in bbedit. example: 567284D7-868B-4CF3-B321-F94F0ABEB5AB.growlRegDict 217 KB When looking in the growl discussions it seems

Re: Syntax checking for PHP/Python/Bash/c.

2009-11-09 Thread Paul Burney
Depending on your installed PHP version (Apple standard, Entropy, 5.2, 5.3, etc), you may need to change the line where the error is reported or else the error message will come up in a new text window instead of a dialog. Change: set msg to paragraph 2 of err_text To: set msg to paragraph 1

Re: FTP File Mappings?

2009-11-09 Thread Bee
On Nov 8, 10:41 am, Scout summitsc...@gmail.com wrote: Where in Mac OS X does one find the file mappings which indicate whether FTP should upload a specific file type  as ascii or binary? I remember that this was available in the control panels of OS9, but can't seem to find it in OS X. I

Re: FTP File Mappings?

2009-11-09 Thread Bee
On Nov 8, 10:41 am, Scout summitsc...@gmail.com wrote: Where in Mac OS X does one find the file mappings which indicate whether FTP should upload a specific file type  as ascii or binary? I remember that this was available in the control panels of OS9, but can't seem to find it in OS X. I

Re: FTP File Mappings?

2009-11-09 Thread Doug McNutt
At 08:19 -0800 11/9/09, Bee wrote: Since ascii transfers convert line endings and line endings are not important to html and most modern text editors and word processors do not care... I transfer everything binary because I do not want ftp or anything else messing with my files. AMEN. ftp in

Getting rid of %characters from Safari.

2009-11-09 Thread Kernos
Is there a simple way in BBEdit to convert Safari formatted characters like %20, %22 etc into their actual character. EG, Id rather not make this readable manually: javascript:(function(){var%20newSS,%20styles='*%20{%20background:

Re: Getting rid of %characters from Safari.

2009-11-09 Thread steveax
On Nov 9, 10:12 am, Kernos ker...@gmail.com wrote: Is there a simple way in BBEdit to convert Safari formatted characters like %20, %22 etc into their actual character. I use a perl unix filter: #!/usr/bin/perl while () { s/%([0-9a-fA-F]{2})/pack(c,hex($1))/ge; print $_; }

Re: Getting rid of %characters from Safari.

2009-11-09 Thread Rodney Schmidt
No spaces. Sincerely, Rodney Schmidt --- From: Kernos ker...@gmail.com Reply-To: bbedit@googlegroups.com Date: Mon, 9 Nov 2009 10:12:00 -0800 (PST) To: BBEdit Talk bbedit@googlegroups.com Subject: Getting rid of %characters from Safari. Is there a simple way in BBEdit to

how can I get a file reference to an ftp url

2009-11-09 Thread Bill Hernandez
tell application BBEdit set localURL to /root/user/html/docs/index.php set remoteURL to sftp://user:@ftp.domain.com//root/user/html/docs/index.php set f_local to POSIX file (localURL) set f_remote to POSIX file (remoteURL) -- THIS DOES WORK

BBEdit - FTP/SFTP Get Counterpart, Edit, Compare, etc...

2009-11-09 Thread Bill Hernandez
I just got my new website up and running a couple of days ago, after taking my old site down a couple of months ago. Rather than keep all the stuff that was out of date, and had accumulated over a period of several years, I decided to start from scratch. So, there's not much on it, but a