[Mono-bugs] [Bug 76623][Nor] New - Oracle : Problem with handling
international error message
bugzilla-daemon at bugzilla.ximian.com
bugzilla-daemon at bugzilla.ximian.com
Thu Nov 3 06:04:46 EST 2005
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 informatique.internet at fiducial.fr.
http://bugzilla.ximian.com/show_bug.cgi?id=76623
--- shadow/76623 2005-11-03 06:04:46.000000000 -0500
+++ shadow/76623.tmp.2055 2005-11-03 06:04:46.000000000 -0500
@@ -0,0 +1,30 @@
+Bug#: 76623
+Product: Mono: Class Libraries
+Version: 1.1
+OS:
+OS Details:
+Status: NEW
+Resolution:
+Severity:
+Priority: Normal
+Component: Sys.Data
+AssignedTo: mono-bugs at ximian.com
+ReportedBy: informatique.internet at fiducial.fr
+QAContact: mono-bugs at ximian.com
+TargetMilestone: ---
+URL:
+Cc:
+Summary: Oracle : Problem with handling international error message
+
+In oracle error messages are retrieved in the language you've set in the
+NLS_LANG environment varibale.
+
+I think you've forgotten to call OCICharSetToUnicode after retrieving the
+error with OciGetError in
+System.Data.OracleClient.Oci/OciErrorHandle.cs
+
+So when you've a NLS_LANG variable set to "FRENCH_FRANCE" error messages
+with special characters like éèê are not printed..
+
+I've done a little patch to solve the issue... Does someone could commit it:
+Thanks
More information about the mono-bugs
mailing list