[Mono-devel-list] Bugs fixes on System.Data.OracleClient

Jörg Rosenkranz joergr at voelcker.com
Mon May 10 03:15:20 EDT 2004


Hello Rogério,

> -----Original Message-----
> From: mono-devel-list-admin at lists.ximian.com 
> [mailto:mono-devel-list-admin at lists.ximian.com] On Behalf Of 
> Rogério P. Araújo
> Sent: Saturday, May 08, 2004 11:51 PM
> To: mono-devel-list at lists.ximian.com
> Subject: [Mono-devel-list] Bugs fixes on System.Data.OracleClient
> 
> first change the enconding to System.Text.Encoding.Default 
> for enable the 
> use of latin characters like 'éèãêâÀÁÃ' when retrive field 
> values of type 
> varchar, 

We've discussed this topic last week on this mailing list.
You can set the environment variable NLS_LANG to 
AMERICAN_AMERICA.UTF8 (Language and zone does not matter)
to get latin characters.

The better solution would be to use the encoding defined 
in this variable in System.Data.OracleClient or use
OCI functions for this conversation.

Please see our mails from last week with subject 
"System.Data.OracleClient" for this matter.

Joerg.



More information about the Mono-devel-list mailing list