> -----Original Message----- > From: Kimbro Staken [mailto:[EMAIL PROTECTED] > Sent: 16 February 2002 00:42 > To: [EMAIL PROTECTED] > Subject: Re: Unicode issues: submitting an update... > > > Hi James, > > This looks like some good work and something we definitely need. As > Stefano mentioned a patch would be easier to work with so > that we can see > exactly what changed. Thanks for tackling this, it will > really improve the > system. > >
I understand the problem (large file), sorry for my earlier misbehaviour. I have attempted to make a "patch", although I am very unshure about how that kind of thing works. Also I didn't want to update the CVS directly, as my code is probably still buggy. I have a 70kb file that was made using "diff -rc orig-cvs-dir my-changes-dir". Is that right? Should I submit it to this list? In the mean time, I have also seen that XUpdates using the new code don't work. Delving further, I have the impression this is because making XUpdate calls causes the "commands" string to be passed through CORBA as a String, whereas when creating/reading documents, byte arrays are sent through CORBA. Also, I see how there are corba client stubs generated automatically in org.apache.xindice.client.corba.db; however I cannot find where the server stubs are created, and I'd like to "follow" the string (Unicode in principle, as it is a java.lang.String) into its first "entry" point in the server. Could someone help me explain what happens on the server? thanks, James
