John Ralls
ee5d62701e
Bug #5044 : Unable to enter valid dates when the (full) month contains accented letters.
...
This turns out to be a codeset-setting issue, where unicode() returns different (perfectly valid) encodings of the words depending upon which codeset it's given.
There's also a problem with using locale.getpreferredencoding() on OSX: It returns "mac roman", pretty much regardless of the environment locale settings. This isn't correct for recent versions of OSX under any circumstances, so this change also disables calling it on macs.
svn: r17859
2011-06-28 23:05:53 +00:00
Jérôme Rapinat
5c8a3f7488
4532: Patch for Windows (by josip)
...
svn: r16386
2011-01-15 09:43:34 +00:00
Benny Malengier
7e09767c84
2730: numeric dates on windows not correct
...
svn: r12143
2009-02-27 07:37:16 +00:00
Kees Bakker
83e0d61ca4
Solved bug #2722 as suggested by Stephen George. Names of weekdays were not correct (off by two days).
...
Only systems that do not have a proper locale.nl_langinfo were (Windows) affected by this bug.
* src/GrampsLocale/_GrampsLocale.py
svn: r12036
2009-02-19 14:14:49 +00:00
Raphael Ackermann
e67991ebeb
2008-01-22 Raphael Ackermann <raphael.ackermann@gmail.com>
...
* src/ReportBase/_Bibliography.py
* src/ReportBase/_Endnotes.py
* src/GrampsLocale/__init__.py
* src/gen/db/dbconst.py
* src/gen/lib/test/date_test.py
* src/plugins/CalculateEstimatedDates.py
* src/BasicUtils/__init__.py
* src/test/utils_test.py
* src/GrampsDbUtils/importdbdir.py
* po/test/po_test.py
add filename to $Id: $ to allow automatic filling in of svn properties
svn: r9914
2008-01-22 10:17:42 +00:00
Alex Roitman
82ad4f06e2
Ship __init__.py
...
svn: r8678
2007-06-27 23:45:28 +00:00
Richard Taylor
4d010a6066
add license and makefiles.
...
svn: r8038
2007-02-03 20:08:41 +00:00
Richard Taylor
f96b6f5dc2
refactor GrampsDb and clean RelLib deps.
...
svn: r8032
2007-02-03 17:11:05 +00:00