[Mono-bugs] [Bug 53332][Nor] Changed - OracleClient: Non-ASCII characters in queries are handled incorrectly.

bugzilla-daemon@bugzilla.ximian.com bugzilla-daemon@bugzilla.ximian.com
Mon, 26 Jan 2004 11:14:58 -0500 (EST)


Please do not reply to this email- if you want to comment on the bug, go to the
URL shown below and enter your comments there.

Changed by joergr@voelcker.com.

http://bugzilla.ximian.com/show_bug.cgi?id=53332

--- shadow/53332	2004-01-26 11:13:31.000000000 -0500
+++ shadow/53332.tmp.5170	2004-01-26 11:14:57.000000000 -0500
@@ -2,13 +2,13 @@
 Product: Mono/Class Libraries
 Version: unspecified
 OS: Suse 8.2
 OS Details: 
 Status: NEW   
 Resolution: 
-Severity: 
+Severity: Unknown
 Priority: Normal
 Component: Sys.Data
 AssignedTo: mono-bugs@ximian.com                            
 ReportedBy: JoergR@voelcker.com               
 QAContact: mono-bugs@ximian.com
 TargetMilestone: ---
@@ -35,6 +35,14 @@
 Additional Information:
 
 ------- Additional Comments From JoergR@voelcker.com  2004-01-26 11:13 -------
 Created an attachment (id=6518)
 Proposed patch
 
+
+------- Additional Comments From JoergR@voelcker.com  2004-01-26 11:14 -------
+The proposed patch uses UTF8 encoding. This has to be enabled on the
+client using:
+
+NLS_LANG=AMERICAN_AMERICA.UTF8
+export NLS_LANG
+