mirror of
https://github.com/django/django.git
synced 2025-10-31 09:41:08 +00:00
Capitalized Unicode in docs, strings, and comments.
This commit is contained in:
committed by
Mariusz Felisiak
parent
3152146e3a
commit
505fec6bad
@@ -38,8 +38,8 @@ def _setup_environment(environ):
|
||||
_setup_environment([
|
||||
# Oracle takes client-side character set encoding from the environment.
|
||||
('NLS_LANG', '.AL32UTF8'),
|
||||
# This prevents unicode from getting mangled by getting encoded into the
|
||||
# potentially non-unicode database character set.
|
||||
# This prevents Unicode from getting mangled by getting encoded into the
|
||||
# potentially non-Unicode database character set.
|
||||
('ORA_NCHAR_LITERAL_REPLACE', 'TRUE'),
|
||||
])
|
||||
|
||||
|
||||
Reference in New Issue
Block a user