Re: [cx-oracle-users] Antw: Bad conversion of a unicode value?
Brought to you by:
atuining
From: matilda m. <ma...@gr...> - 2007-11-27 11:02:30
|
>>>> Michael Schlenker <ms...@co...> 27.11.2007 10:49 >>> >> matilda matilda schrieb: >>>>> Michael Schlenker <ms...@co...> 26.11.2007 18:24 >>> >>> I created a Table with sqlplus with some unicode characters in it: >>> >>> CREATE TABLE nls_testing ( unicp NVARCHAR(10)); >>> INSERT INTO nls_testing (nchar(8365)); -- euro symbol uses 2 utf-8 = bytes >>> INSERT INTO nls_testing (nchar(9305)); -- some cjk idogram uses 3 = utf-8 bytes >>> COMMIT; > >SQL> insert into nls_testing values (nchr(8364)); >SQL> insert into nls_testing values (nchr(9302)); Hi Michael, ok, thanks. You see there where subtle differences between the values you talked about the first and the second time. ;-) I just wanted to get sure that we're talking about the same. Now I can reproduce the problem. Best regards Andreas Mock |