[evolution-data-server] Bug #586225 - Parse numeric name suffixes
- From: Marco Barisione <mbari src gnome org>
- To: svn-commits-list gnome org
- Subject: [evolution-data-server] Bug #586225 - Parse numeric name suffixes
- Date: Thu, 18 Jun 2009 14:09:39 -0400 (EDT)
commit 5363199a247d8844811cc0baa81f52234088554b
Author: Marco Barisione <marco barisione org>
Date: Thu Jun 18 10:36:02 2009 +0100
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").
addressbook/libebook/e-name-western-tables.h | 44 +++++++++++-----------
addressbook/libebook/e-name-western-tables.h.in | 44 +++++++++++-----------
2 files changed, 44 insertions(+), 44 deletions(-)
---
diff --git a/addressbook/libebook/e-name-western-tables.h b/addressbook/libebook/e-name-western-tables.h
index 18453b4..e529252 100644
--- a/addressbook/libebook/e-name-western-tables.h
+++ b/addressbook/libebook/e-name-western-tables.h
@@ -205,28 +205,28 @@ static const gchar western_sfx_table[] = {
"jr.\0"
"sr\0"
"sr.\0"
- "I\0"
- "II\0"
- "III\0"
- "IV\0"
- "V\0"
- "VI\0"
- "VII\0"
- "VIII\0"
- "IX\0"
- "X\0"
- "XI\0"
- "XII\0"
- "XIII\0"
- "XIV\0"
- "XV\0"
- "XVI\0"
- "XVII\0"
- "XVIII\0"
- "XIX\0"
- "XX\0"
- "XXI\0"
- "XXII\0"
+ "i\0"
+ "ii\0"
+ "iii\0"
+ "iv\0"
+ "v\0"
+ "vi\0"
+ "vii\0"
+ "viii\0"
+ "ix\0"
+ "x\0"
+ "xi\0"
+ "xii\0"
+ "xiii\0"
+ "xiv\0"
+ "xv\0"
+ "xvi\0"
+ "xvii\0"
+ "xviii\0"
+ "xix\0"
+ "xx\0"
+ "xxi\0"
+ "xxii\0"
"phd\0"
"ms\0"
"md\0"
diff --git a/addressbook/libebook/e-name-western-tables.h.in b/addressbook/libebook/e-name-western-tables.h.in
index 0590b49..d1313b2 100644
--- a/addressbook/libebook/e-name-western-tables.h.in
+++ b/addressbook/libebook/e-name-western-tables.h.in
@@ -104,28 +104,28 @@ jr
jr.
sr
sr.
-I
-II
-III
-IV
-V
-VI
-VII
-VIII
-IX
-X
-XI
-XII
-XIII
-XIV
-XV
-XVI
-XVII
-XVIII
-XIX
-XX
-XXI
-XXII
+i
+ii
+iii
+iv
+v
+vi
+vii
+viii
+ix
+x
+xi
+xii
+xiii
+xiv
+xv
+xvi
+xvii
+xviii
+xix
+xx
+xxi
+xxii
phd
ms
md
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]