﻿id	summary	reporter	owner	description	type	status	component	version	severity	resolution	keywords	cc	stage	has_patch	needs_docs	needs_tests	needs_better_patch	easy	ui_ux
5846	locale.py fails if LANG is UTF-8	Patrick Lauber <patrick.lauber@…>	nobody	"on OSX Leopard with macports, mysql and postgresql LANG is defined as: UTF-8 ... on Tiger it was empty
This somehow breaks django:

Traceback (most recent call last):
File ""/System/Library/Frameworks/Python.framework/Versions/2.5/lib/python2.5/locale.py"" in getdefaultlocale
  441. return _parse_localename(localename)
File ""/System/Library/Frameworks/Python.framework/Versions/2.5/lib/python2.5/locale.py"" in _parse_localename
  373. raise ValueError, 'unknown locale: %s' % localename

  ValueError at /admin/contact/company/
  unknown locale: UTF-8


"	Uncategorized	closed	Internationalization	dev	Normal	fixed		lulihummel@…	Accepted	0	0	0	0	0	0
