[Rt-commit] r2033 - in rt/branches/3.4-RELEASE: . lib/RT

jesse at bestpractical.com jesse at bestpractical.com
Wed Dec 29 14:45:54 EST 2004


Author: jesse
Date: Wed Dec 29 14:45:54 2004
New Revision: 2033

Modified:
   rt/branches/3.4-RELEASE/   (props changed)
   rt/branches/3.4-RELEASE/lib/RT/Handle.pm
Log:
 r2516 at hualien:  jesse | 2004-12-29T19:44:09.437463Z
 Slightly updated encoding support for oracle
 
 


Modified: rt/branches/3.4-RELEASE/lib/RT/Handle.pm
==============================================================================
--- rt/branches/3.4-RELEASE/lib/RT/Handle.pm	(original)
+++ rt/branches/3.4-RELEASE/lib/RT/Handle.pm	Wed Dec 29 14:45:54 2004
@@ -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