﻿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
12714	Encoding problem with Oracle + Django	wandenberg	nobody	"Hi,

I've noticed a problem with Oracle + Django concerning encoding.
In the file django/db/backends/oracle/base.py the environment variable NLS_LANG is always changed to "".UTF8"", but in some cases is necessary to change this.

I imagine is a better idea to have some code like this:

if not os.environ.has_key('NLS_LANG'):
    os.environ['NLS_LANG'] = '.UTF8'

Instead of ""os.environ['NLS_LANG'] = '.UTF8'""

Regards,
Wandenberg"		closed	Core (Other)	dev		invalid	oracle encoding nls_lang	esportes3@…	Unreviewed	0	0	0	0	0	0
