Commit Graph

4 Commits

Author SHA1 Message Date
John Ralls
a226f070c7 Bug 5429: Fix typo in MacTransUtils.py
svn: r19083
2012-03-18 20:13:00 +00:00
Paul Franklin
331c135235 5128: Python files with no SVN "Id" property (& added MIME text/plain if none)
svn: r18338
2011-10-16 20:21:22 +00:00
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
John Ralls
2044a2ef72 Move Mac localization settings inside Gramps.
svn: r17707
2011-06-07 16:29:19 +00:00