[Rt-commit] r2089 - in rt/branches/PLATANO-EXPERIMENTAL: . lib/RT
jesse at bestpractical.com
jesse at bestpractical.com
Fri Jan 14 03:47:12 EST 2005
Author: jesse
Date: Fri Jan 14 03:47:11 2005
New Revision: 2089
Modified:
rt/branches/PLATANO-EXPERIMENTAL/ (props changed)
rt/branches/PLATANO-EXPERIMENTAL/lib/RT/Handle.pm
Log:
r2518 at hualien (orig r2033): jesse | 2004-12-29T19:45:54.413907Z
r2516 at hualien: jesse | 2004-12-29T19:44:09.437463Z
Slightly updated encoding support for oracle
Modified: rt/branches/PLATANO-EXPERIMENTAL/lib/RT/Handle.pm
==============================================================================
--- rt/branches/PLATANO-EXPERIMENTAL/lib/RT/Handle.pm (original)
+++ rt/branches/PLATANO-EXPERIMENTAL/lib/RT/Handle.pm Fri Jan 14 03:47:11 2005
@@ -89,7 +89,9 @@
my $self = shift;
if ($RT::DatabaseType eq 'Oracle') {
- $ENV{'NLS_LANG'} = ".UTF8";
+ $ENV{'NLS_LANG'} = "AMERICAN_AMERICA.AL32UTF8";
+ $ENV{'NLS_NCHAR'} = "AL32UTF8";
+
}
$self->SUPER::Connect(
More information about the Rt-commit
mailing list