On Dec 2, 2014, at 2:30, Phil Hario wrote:

> On 1 December 2014 at 15:21,
> <[email protected]> wrote:
>> Thanks, I'll fix the crasher. Did you try the %w specifier?
>> 
>> Christiaan
> 
> Christian,
> 
> Yes, I was. Was there a problem with it? I was working on the %w field
> while it crashed.
> 
> I've been having trouble getting the %w field working:
> 
> %w{Title}[_][ ][ ]2%u0%e
> 
> this is in order to get the Title field with 2 words and replacing
> spaces with dashes. However, the three middle square-bracketed entries
> don't seem to do anything.
> 
> Any ideas?
> 
> Phil


There was a crasher in the handling of the %w specifier. This happens when the 
optional arguments are missing. This should be fixed in the latest nightly 
build <https://www.dropbox.com/sh/pkt955ttu8vbsdi/E21z4ghXRy/BibDesk>. 

The optional arguments are working for me, but you may be misunderstanding 
them. I think you mixed up the first and the third optional arguments. The 
first one is what is interpreted as characters separating words, the third is 
their replacement. So you want:

%w{Title}[ ][ ][_]2%u0%e

Christiaan

------------------------------------------------------------------------------
Download BIRT iHub F-Type - The Free Enterprise-Grade BIRT Server
from Actuate! Instantly Supercharge Your Business Reports and Dashboards
with Interactivity, Sharing, Native Excel Exports, App Integration & more
Get technology previously reserved for billion-dollar corporations, FREE
http://pubads.g.doubleclick.net/gampad/clk?id=157005751&iu=/4140/ostg.clktrk
_______________________________________________
Bibdesk-users mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/bibdesk-users

Reply via email to