Skip to content

Commit

Permalink
Update bibtexkey incompatible characters.
Browse files Browse the repository at this point in the history
Co-Authored-By: Oliver Kopp <[email protected]>
  • Loading branch information
dextep and koppor committed May 3, 2020
1 parent ae8b183 commit 08257ff
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ public class BibtexKeyGenerator extends BracketedPattern {
*/
public static final String APPENDIX_CHARACTERS = "abcdefghijklmnopqrstuvwxyz";
private static final Logger LOGGER = LoggerFactory.getLogger(BibtexKeyGenerator.class);
private static final String KEY_ILLEGAL_CHARACTERS = "{}(),\\\"#~^:'`ʹ";
private static final String KEY_ILLEGAL_CHARACTERS = "{}(),=\\\"#%~'`ʹ";
private static final String KEY_UNWANTED_CHARACTERS = "{}(),\\\"-";
private final AbstractBibtexKeyPattern citeKeyPattern;
private final BibDatabase database;
Expand Down

0 comments on commit 08257ff

Please sign in to comment.