Re: [Geotools-devel] ArcSDE NCLOB support: charset question

2010-04-29 Thread Gabriel Roldan
Hi Again, I'm still looking into this issue. I've tried a couple things and indeed NCLOB contents seem to come out wrong of the SeRow. The unit test you guys created only test for CLOB and it doesn't check the returned value is the expected one. I'm not sure what is it though. Are the test stri

Re: [Geotools-devel] ArcSDE NCLOB support: charset question

2010-04-09 Thread Mark Leslie
From memory, this is definitive for ArcSDE (at least 9.3 which I was working on), ie. it will always encode in UTF-16. Other points of note are that I was working on a SQL Server backend, but I don't believe the NCLOB doco cares about that. -- Mark Gabriel Roldan wrote: > Hi Mark/Jody. > > Ru

[Geotools-devel] ArcSDE NCLOB support: charset question

2010-04-09 Thread Gabriel Roldan
Hi Mark/Jody. Running over outstanding issues for me I got to which lead me to look at the NCLOB support you added to the ArcSDE plugin a while back, and wonder what's the rationale for assuming the NCLOB is always UTF-16 encoded? is that always the