Re: Batch convert to utf8

2012-10-20 Thread Andrew Brown
On 20 oct. 2012, at 20:34, Rich Siegel wrote:

> Add a Replace All action to your text factory, which searches for 
> "charset=iso-8859-1" (or whatever specification it is that occurs in your 
> documents; check first) and changes it to specify UTF-8.

Tried two Replace All in one Factory




and got "Insufficient memory to complete this operation".

Worked ok one at a time in Multi-File Search.

I still don't see why error messages cannot be copied, but I suppose that all 
developers have a team devoted to keeping the user in his place.

AB

-- 
-- 
You received this message because you are subscribed to the 
"BBEdit Talk" discussion group on Google Groups.
To post to this group, send email to bbedit@googlegroups.com
To unsubscribe from this group, send email to
bbedit+unsubscr...@googlegroups.com
For more options, visit this group at

If you have a feature request or would like to report a problem, 
please email "supp...@barebones.com" rather than posting to the group.
Follow @bbedit on Twitter: 





Re: Customize palettes?

2012-10-20 Thread John Delacour

On 20/10/2012 04:32, Frances Cherman wrote:
Thanks, Patrick. Can anyone else definitively say whether or not it's 
possible to customize the palettes?


Whether or not this would work, is for the BB people to tell you, but in 
some apps it would...  The file below:


/Applications/BBEdit.app/Contents/Resources/BBMainHTMLPaletteConfiguration.plist

could be copied to BBedit’s Application Support folder (¿perhaps within 
a folder named “Resources”?) and this copy edited to obtain the 
configuration you want.  This would then override the default file 
within the app bundle.


JD




--
--
You received this message because you are subscribed to the 
"BBEdit Talk" discussion group on Google Groups.

To post to this group, send email to bbedit@googlegroups.com
To unsubscribe from this group, send email to
bbedit+unsubscr...@googlegroups.com
For more options, visit this group at

If you have a feature request or would like to report a problem, 
please email "supp...@barebones.com" rather than posting to the group.

Follow @bbedit on Twitter: 





Re: Customize palettes?

2012-10-20 Thread Frances Cherman
Thanks, Patrick. Can anyone else definitively say whether or not it's
possible to customize the palettes?

On Fri, Oct 19, 2012 at 10:13 AM, Patrick James  wrote:

> BBunny wrote:
>
>> Is there a way to customize BBEdit palettes? In particular, I would like
>> to add the "Update" button to the "HTML Tools" palette (it was removed
>> from v10) and delete some buttons I never use. Thanks.
>>
>
> I don't think you can customise the HTML palettes however Clippings,
> Scripts, Stationery and Text Filters are extremely customisable.
>
> I'd like to see a palette in the style of the Clippings palette but which
> contained all the commands in the menu bar. These could be added or removed
> from the palette in the pref's perhaps.
>
> For me there are two reasons above all others as to why I use BBEdit.
>
> 1. AppleScript
> 2. Palettes
>
>
> --
> Patrick
>
>
> --
> --
> You received this message because you are subscribed to the "BBEdit Talk"
> discussion group on Google Groups.
> To post to this group, send email to bbedit@googlegroups.com
> To unsubscribe from this group, send email to
> bbedit+unsubscribe@**googlegroups.com
> For more options, visit this group at
> 
> >
> If you have a feature request or would like to report a problem, please
> email "supp...@barebones.com" rather than posting to the group.
> Follow @bbedit on Twitter: 
>
>
>
>

-- 
-- 
You received this message because you are subscribed to the 
"BBEdit Talk" discussion group on Google Groups.
To post to this group, send email to bbedit@googlegroups.com
To unsubscribe from this group, send email to
bbedit+unsubscr...@googlegroups.com
For more options, visit this group at

If you have a feature request or would like to report a problem, 
please email "supp...@barebones.com" rather than posting to the group.
Follow @bbedit on Twitter: 





Re: Batch convert to utf8

2012-10-20 Thread Rich Siegel

On Saturday, October 20, 2012, Andrew Brown  wrote:


But... when I open a file so modified, and try to save it, I get a message


Document encoding mismatch This document contains data which
describes its encoding as Western (ISO Latin 1), but the encoding
has been set to Unicode (UTF-8). Saving this document as-is will
likely cause unexpected display of its contents and may prevent
BBEdit from opening it in the future.


WAYRTTD? This error occurs when the document has an explicit 
character set specified in its contents (as is the norm for HTML 
documents), but you've changed the text encoding setting and 
tried to save it.



2. How can I eliminate this problem?


Add a Replace All action to your text factory, which searches 
for "charset=iso-8859-1" (or whatever specification it is that 
occurs in your documents; check first) and changes it to specify UTF-8.


R.
--
Rich Siegel Bare Bones Software, Inc.
  

Someday I'll look back on all this and laugh... until they 
sedate me.


--
--
You received this message because you are subscribed to the 
"BBEdit Talk" discussion group on Google Groups.

To post to this group, send email to bbedit@googlegroups.com
To unsubscribe from this group, send email to
bbedit+unsubscr...@googlegroups.com
For more options, visit this group at

If you have a feature request or would like to report a problem, 
please email "supp...@barebones.com" rather than posting to the group.

Follow @bbedit on Twitter: 





Re: Batch convert to utf8

2012-10-20 Thread Andrew Brown
But... when I open a file so modified, and try to save it, I get a message

> Document encoding mismatch
> This document contains data which describes its encoding as Western (ISO 
> Latin 1), but the encoding has been set to Unicode (UTF-8).
> Saving this document as-is will likely cause unexpected display of its 
> contents and may prevent BBEdit from opening it in the future.

Two questions:

1. Why on earth do I have to retype this message in order to send it to the 
list? Why cannot such messages be copied? Among the lamentable absurdities of 
human existence, this one takes the carrot.

2. How can I eliminate this problem?

AB

On 20 oct. 2012, at 17:52, Andrew Brown wrote:

> Thanks, Rich. It took me a while to find them, but they are just what's 
> needed. -- AB
> 
> On 20 oct. 2012, at 16:23, Rich Siegel wrote:
> 
>> On Saturday, October 20, 2012, Andrew Brown  wrote:
>> 
>>> I have thousands of files to convert from latin1 to utf8, is there any way 
>>> of 
>>> doing this ?
>> 
>> A text factory with a single "Change Text Encoding" action should do the job.

-- 
-- 
You received this message because you are subscribed to the 
"BBEdit Talk" discussion group on Google Groups.
To post to this group, send email to bbedit@googlegroups.com
To unsubscribe from this group, send email to
bbedit+unsubscr...@googlegroups.com
For more options, visit this group at

If you have a feature request or would like to report a problem, 
please email "supp...@barebones.com" rather than posting to the group.
Follow @bbedit on Twitter: 





Re: Batch convert to utf8

2012-10-20 Thread Andrew Brown
Thanks, Rich. It took me a while to find them, but they are just what's needed. 
-- AB

On 20 oct. 2012, at 16:23, Rich Siegel wrote:

> On Saturday, October 20, 2012, Andrew Brown  wrote:
> 
>> I have thousands of files to convert from latin1 to utf8, is there any way 
>> of 
>> doing this ?
> 
> A text factory with a single "Change Text Encoding" action should do the job.

-- 
-- 
You received this message because you are subscribed to the 
"BBEdit Talk" discussion group on Google Groups.
To post to this group, send email to bbedit@googlegroups.com
To unsubscribe from this group, send email to
bbedit+unsubscr...@googlegroups.com
For more options, visit this group at

If you have a feature request or would like to report a problem, 
please email "supp...@barebones.com" rather than posting to the group.
Follow @bbedit on Twitter: 





Re: Drag files from within BBEdit to "Find Differences" dialog

2012-10-20 Thread BBunny
Thank you, Chris. Although I technically didn't pose this as a question, it 
was meant to function as one. My hope was that someone would point out a 
way to accomplish this that I was unaware of. As you can see, posting it 
here proved valuable for at least one user.

Regards,

BBunny

On Thursday, October 18, 2012 11:20:08 AM UTC-7, Christopher Stone wrote:
>
> On Oct 18, 2012, at 11:04, BBunny > 
> wrote: 
> > The most intuitive way for me to select files for comparison would be to 
> drag them from the Project Window or from the document icon at the top of 
> the editing window into the "Find Differences" dialog. I'm wondering why 
> this is not possible. 
> __ 
>
> Remember this is a user's list.  If you seriously want to make a 
> feature-suggestion you want to be sure to contact support: Bare Bones 
> Software > 
>
> -- 
> Best Regards, 
> Chris 
>
>

-- 
-- 
You received this message because you are subscribed to the 
"BBEdit Talk" discussion group on Google Groups.
To post to this group, send email to bbedit@googlegroups.com
To unsubscribe from this group, send email to
bbedit+unsubscr...@googlegroups.com
For more options, visit this group at

If you have a feature request or would like to report a problem, 
please email "supp...@barebones.com" rather than posting to the group.
Follow @bbedit on Twitter: 





Re: Batch convert to utf8

2012-10-20 Thread Rich Siegel
On Saturday, October 20, 2012, Andrew Brown  wrote:

> I have thousands of files to convert from latin1 to utf8, is there any way of 
> doing this ?

A text factory with a single "Change Text Encoding" action should do the job.

R.
-- 
Rich Siegel Bare Bones Software, Inc.
  

Someday I'll look back on all this and laugh... until they sedate me.

-- 
-- 
You received this message because you are subscribed to the 
"BBEdit Talk" discussion group on Google Groups.
To post to this group, send email to bbedit@googlegroups.com
To unsubscribe from this group, send email to
bbedit+unsubscr...@googlegroups.com
For more options, visit this group at

If you have a feature request or would like to report a problem, 
please email "supp...@barebones.com" rather than posting to the group.
Follow @bbedit on Twitter: 





Re: Batch convert to utf8

2012-10-20 Thread François Schiettecatte
You could use iconv which is included in Mac OS X, you will need to wrap it 
with some sort of script though.

Alternatively you could take a look at this:


https://itunes.apple.com/us/app/text-encoding-converter/id414626292?mt=12

And searching google for:

'mac OS X text encoding converter'

returned a number of solutions.


Best regards

François


On Oct 20, 2012, at 9:49 AM, Andrew Brown  wrote:

> I have thousands of files to convert from latin1 to utf8, is there any way of 
> doing this ? I don't use unix except under severe pressure, and need to 
> retain the directory structure.
> 
> The AS by Nobumi Iyanaga no longer works.
> 
> Thanks for any help!
> 
> AB
> 
> -- 
> -- 
> You received this message because you are subscribed to the 
> "BBEdit Talk" discussion group on Google Groups.
> To post to this group, send email to bbedit@googlegroups.com
> To unsubscribe from this group, send email to
> bbedit+unsubscr...@googlegroups.com
> For more options, visit this group at
> 
> If you have a feature request or would like to report a problem, 
> please email "supp...@barebones.com" rather than posting to the group.
> Follow @bbedit on Twitter: 
> 
> 
> 

-- 
-- 
You received this message because you are subscribed to the 
"BBEdit Talk" discussion group on Google Groups.
To post to this group, send email to bbedit@googlegroups.com
To unsubscribe from this group, send email to
bbedit+unsubscr...@googlegroups.com
For more options, visit this group at

If you have a feature request or would like to report a problem, 
please email "supp...@barebones.com" rather than posting to the group.
Follow @bbedit on Twitter: 





Batch convert to utf8

2012-10-20 Thread Andrew Brown
I have thousands of files to convert from latin1 to utf8, is there any way of 
doing this ? I don't use unix except under severe pressure, and need to retain 
the directory structure.

The AS by Nobumi Iyanaga no longer works.

Thanks for any help!

AB

-- 
-- 
You received this message because you are subscribed to the 
"BBEdit Talk" discussion group on Google Groups.
To post to this group, send email to bbedit@googlegroups.com
To unsubscribe from this group, send email to
bbedit+unsubscr...@googlegroups.com
For more options, visit this group at

If you have a feature request or would like to report a problem, 
please email "supp...@barebones.com" rather than posting to the group.
Follow @bbedit on Twitter: