Issue 4276: Gramps cli interface for user with non latin characters in name. Mostly Windows.

svn: r15984
This commit is contained in:
Peter Landgren
2010-10-14 11:46:05 +00:00
parent eb8eee7062
commit ed6f4a0080
8 changed files with 157 additions and 38 deletions

View File

@@ -229,7 +229,7 @@ NO_GIVEN = "(%s)" % _("none")
#
#-------------------------------------------------------------------------
# Note: Make sure to edit ArgHandler.py _help string too!
# Note: Make sure to edit argparser.py _help string too!
# (longName, shortName, type , default, flags, descrip , argDescrip)
POPT_TABLE = [
("config", 'c', str, None, 0, "Set config setting", ""),
@@ -243,7 +243,7 @@ POPT_TABLE = [
("", 'l', None, None, 0, 'List Family Trees', ""),
("", 'L', None, None, 0, 'List Family Tree Details', ""),
("force-unlock", 'u', None, None, 0, 'Force unlock of family tree', ""),
("settings", 's', None, None, 0, 'Show settings and versions', ""),
("version", 'v', None, None, 0, 'Show versions and settings', ""),
]
LONGOPTS = [
@@ -279,7 +279,8 @@ LONGOPTS = [
"sm-client-id=",
"sm-config-prefix=",
"sm-disable",
"sync",
"sync",
"usage",
"version",
]