Open 'Read As' Does not include 'other' encodings

2010-04-02 Thread galaher
I work with international clients and often have to download files in different encodings. Recently I had a situation where BBEdit could not auto determine the correct encoding (Traditional Chinese Big5 HKSCS). The encoding menu at the bottom of the BBEdit document window has a 'other...' option

Re: Open 'Read As' Does not include 'other' encodings

2010-04-02 Thread Fritz Anderson
On 2 Apr 2010, at 3:34 PM, galaher wrote: However these other encodings don't seem to be available in the Reopen Using Encoding menu item or the Read As drop down in the 'Open' dialog. In my case I would like the option of using the Open menu with the ability to choose Traditional Chinese

Re: Open 'Read As' Does not include 'other' encodings

2010-04-02 Thread John Delacour
At 13:34 -0700 2/4/10, galaher wrote: ...In my case I would like the option of using the Open menu with the ability to choose Traditional Chinese Big5 HKSCS from the Read As dropdown menu. How do I do this? Go to Preferences::Text Encodings and check those you need. JD -- You received

Re: C++ plugin?

2010-04-02 Thread Steve deRosier
OK, I'm answering my own question. You just have to extern C the main function call: extern C pascal OSErr HelloWorld(BBXTCallbackBlock *callbacks, WindowPtr w, long flags, AppleEvent* event, AppleEvent* reply) { ... } That gets it to work. So, now the follow up question: How the heck do you