Quote:
Originally Posted by JimmXinu
You have to uncheck 'Contains Names' in the column definition.
With 'Contains Names' checked, calibre ignores commas and splits on '&' instead.
|
Actually, thinking about it, there's another way that can be useful if the site uses commas as part of the character names:
Code:
join_string_characters=\s&\s
...and keep 'Contains Names' checked.
Then FFDL will make the list of characters as: "Bob & Fred & George" and calibre will split them.
However, it does mean that that character list in the title page will also appear with (&) instead of (,).