After an evaluation, GNOME has moved from Bugzilla to GitLab. Learn more about GitLab.
No new issues can be reported in GNOME Bugzilla anymore.
To report an issue in a GNOME project, go to GNOME GitLab.
Do not go to GNOME Gitlab for: Bluefish, Doxygen, GnuCash, GStreamer, java-gnome, LDTP, NetworkManager, Tomboy.
Bug 586225 - e_name_western_parse is not able to parse the queen's name
e_name_western_parse is not able to parse the queen's name
Status: RESOLVED FIXED
Product: evolution-data-server
Classification: Platform
Component: Contacts
unspecified
Other Linux
: Normal normal
: ---
Assigned To: evolution-addressbook-maintainers
Evolution QA team
Depends on:
Blocks:
 
 
Reported: 2009-06-18 09:29 UTC by Marco Barisione
Modified: 2009-06-18 18:13 UTC
See Also:
GNOME target: ---
GNOME version: ---


Attachments
Bug #586225 - Parse numeric name suffixes (1.88 KB, patch)
2009-06-18 09:51 UTC, Marco Barisione
accepted-commit_now Details | Review

Description Marco Barisione 2009-06-18 09:29:08 UTC
e_name_western_parse is not able to parse correctly a numeric suffix, so parsing "Queen Elizabeth II" I get "Queen" (prefix), "Elizabeth" (first) and "II" (last), while "II" should be the suffix.
Comment 1 Marco Barisione 2009-06-18 09:51:38 UTC
Created attachment 136910 [details] [review]
Bug #586225 - Parse numeric name suffixes

Name components in e-name-western-tables.h must be in lower case to be
matched, but numeric suffixes were upper case (i.e. "II" instead of
"ii").
Comment 2 Ross Burton 2009-06-18 10:38:01 UTC
Please commit to master.
Comment 3 Marco Barisione 2009-06-18 18:13:51 UTC
Committed to master, thanks.