Home » U++ Library support » U++ SQL » Oracle8: UTF8 charset Patch
Re: Oracle8: UTF8 charset Patch [message #26804 is a reply to message #26795] |
Fri, 28 May 2010 22:19 |
|
luzr wrote on Fri, 28 May 2010 15:54 | I am sorry, but can you just add plain files (whole files, no patches) please?
|
Mirek, Can you change with places OCI_NLS_NCHARSET_ID_AL32UT8 and OCI_NLS_NCHARSET_ID_UT8 like this:
if(oci8.OCIEnvNlsCreate) {
if((v_without_NLS)&&(oci8.OCIEnvNlsCreate(&envhp, accessmode, 0, 0, 0, 0, 0, 0, OCI_NLS_NCHARSET_ID_AL32UT8, OCI_NLS_NCHARSET_ID_AL32UT8))){
LLOG("OCI8: error on initialization utf8 NLS");
v_without_NLS = true;
}else v_without_NLS = false;
if((v_without_NLS)&&(oci8.OCIEnvNlsCreate(&envhp, accessmode, 0, 0, 0, 0, 0, 0, OCI_NLS_NCHARSET_ID_UT8, OCI_NLS_NCHARSET_ID_UT8))){
LLOG("OCI8: error on initialization utf8 NLS");
v_without_NLS = true;
}else v_without_NLS = false;
}
The problem is: charset AL32UT8 is created in 9.1 database release, but UTF8 is created in 8.0. UTF8 it is not a real Unicode charset.
|
|
|
|
|
Oracle8: UTF8 charset Patch
By: tojocky on Fri, 28 May 2010 13:59
|
|
|
Re: Oracle8: UTF8 charset Patch
By: mirek on Fri, 28 May 2010 14:54
|
|
|
Re: Oracle8: UTF8 charset Patch
By: tojocky on Fri, 28 May 2010 19:15
|
|
|
Re: Oracle8: UTF8 charset Patch
By: tojocky on Fri, 28 May 2010 22:19
|
|
|
Re: Oracle8: UTF8 charset Patch
By: mirek on Sun, 30 May 2010 21:15
|
|
|
Re: Oracle8: UTF8 charset Patch
By: tojocky on Mon, 31 May 2010 08:27
|
|
|
Re: Oracle8: UTF8 charset Patch
By: rylek on Tue, 13 July 2010 01:20
|
|
|
Re: Oracle8: UTF8 charset Patch
By: tojocky on Tue, 13 July 2010 08:36
|
|
|
Re: Oracle8: UTF8 charset Patch
By: rylek on Wed, 14 July 2010 01:39
|
|
|
Re: Oracle8: UTF8 charset Patch
By: tojocky on Wed, 14 July 2010 08:56
|
|
|
Re: Oracle8: UTF8 charset Patch
By: rylek on Wed, 21 July 2010 22:48
|
|
|
Re: Oracle8: UTF8 charset Patch
By: mirek on Wed, 21 July 2010 23:49
|
|
|
Re: Oracle8: UTF8 charset Patch
By: tojocky on Mon, 26 July 2010 18:04
|
Goto Forum:
Current Time: Thu Oct 31 23:47:22 CET 2024
Total time taken to generate the page: 0.01267 seconds
|