brleeflang / eurocarb

Automatically exported from code.google.com/p/eurocarb
0 stars 0 forks source link

parse errors for authors with parentheses in name #16

Open GoogleCodeExporter opened 9 years ago

GoogleCodeExporter commented 9 years ago
Describe the general problem:

names with parentheses not correctly parsed, eg: William Tell (III). as far
as i can tell, the whole name is rejected. preferred behaviour is to ignore
text after metachars (with special treatment for apostrophes, hyphens, and
any other common name metachars).

What URLs, actions, classes/methods, templates, tables or other
functionality do you think or know are associated with the problem?

http://code.google.com/p/eurocarb/source/browse/trunk/core-api/src/org/eurocarbd
b/dataaccess/core/Author.java
http://www.ebi.ac.uk/~matt/eurocarb/core-api/doc/api/org/eurocarbdb/dataaccess/c
ore/Author.html

Original issue reported on code.google.com by glycosl...@googlemail.com on 2 Jul 2009 at 9:42