Re: XML Library and diacritics: how to?

2003-09-18 Thread Igor Couto
Hi all!, I am also struggling with Unicode and XML trees. I, too, have a field with some accented latin characters that must be saved as an attribute of an XML element.: On Wednesday, September 17, 2003, at 03:09 AM, Tuviah Snyder wrote: revSetXMLAttribute docid,theNode,"Joël" -- does not wor

re: XML Library and diacritics: how to?

2003-09-16 Thread Tuviah Snyder
> >> revSetXMLAttribute docid,theNode,"Joël" -- does not work Entering latin characters Seems to work fine when using the XML tree view example..even without using UTF-8. > >> revSetXMLAttribute docid,theNode,uniEncode("Joël","UTF-8") -- does not work Try put unidecode(uniencode("Joël"),"utf8")

Re: XML Library and diacritics: how to?

2003-09-16 Thread Joël Guillod
Tue, 16 Sep 2003 08:37:37 +0200 > Subject: Re: XML Library and diacritics: how to? > From: "[EMAIL PROTECTED]" <[EMAIL PROTECTED]> > To: <[EMAIL PROTECTED]> > Reply-To: [EMAIL PROTECTED] > > Did i miss the answer to this one? We have the same problem/question

Re: XML Library and diacritics: how to?

2003-09-15 Thread [EMAIL PROTECTED]
Did i miss the answer to this one? We have the same problem/question... Regards, Ton Kuypers > From: Joël Guillod <[EMAIL PROTECTED]> > Reply-To: [EMAIL PROTECTED] > Date: Tue, 09 Sep 2003 18:05:05 +0200 > To: <[EMAIL PROTECTED]> > Subject: XML Library and diacritics:

XML Library and diacritics: how to?

2003-09-09 Thread Joël Guillod
How can I set the value of an attribute when this value contains non *pure* ASCII characters, i.e. diacritics? For instance: revSetXMLAttribute docid,theNode,"Joël" -- does not work revSetXMLAttribute docid,theNode,uniEncode("Joël","UTF-8") -- does not work revSetXMLAttribute docid,theNode,fld